/* [project]/app/board/board.module.css [app-client] (css) */
.board-module__94lsYG__page {
  color: #fff;
  background: repeating-linear-gradient(0deg, #0000 0 23px, #6b3bd624 23px 24px), repeating-linear-gradient(90deg, #0000 0 23px, #6b3bd624 23px 24px), radial-gradient(120% 60% at 50% 0, #2a1366, #120730 70%);
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-height: 100dvh;
  padding: 14px 10px 64px;
  font-family: Galmuri11, monospace;
  display: flex;
  overflow-x: hidden;
}

.board-module__94lsYG__col {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

@media (min-width: 480px) {
  .board-module__94lsYG__col {
    max-width: 384px;
  }
}

.board-module__94lsYG__gateWrap {
  position: relative;
}

.board-module__94lsYG__gateBlur {
  filter: blur(4px);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  height: 64vh;
  overflow: hidden;
}

.board-module__94lsYG__tag {
  color: #4de8ff;
  text-align: center;
  font-family: "Press Start 2P", monospace;
  font-size: 8px;
}

.board-module__94lsYG__h {
  color: #ffe14d;
  text-align: center;
  font-size: 18px;
}

.board-module__94lsYG__sub {
  color: #bda9ec;
  text-align: center;
  font-size: 11px;
}

.board-module__94lsYG__writeCol {
  flex: 1;
  min-height: 0;
}

.board-module__94lsYG__writeBox {
  min-height: 0;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 0;
  display: flex;
}

.board-module__94lsYG__textarea {
  resize: none;
  width: 100%;
  min-height: 280px;
  box-shadow: none;
  color: #fff;
  background: #1a0b3d8c;
  border: none;
  border-radius: 10px;
  outline: none;
  flex: 1;
  padding: 14px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
  line-height: 1.7;
}

.board-module__94lsYG__textarea:focus {
  box-shadow: none;
}

.board-module__94lsYG__actionBar {
  z-index: 50;
  width: 384px;
  max-width: 100%;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  -webkit-backdrop-filter: blur(8px);
  background: #120730f5;
  border-top: 1px solid #6b3bd68c;
  flex-direction: column;
  gap: 9px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.board-module__94lsYG__charCount {
  color: #bda9ec;
  letter-spacing: .5px;
  align-self: flex-end;
  margin: -2px 2px 0;
  font-size: 12px;
}

.board-module__94lsYG__charCount[data-full="true"] {
  color: #ff6b8a;
}

.board-module__94lsYG__postBtn {
  color: #1a0b3d;
  cursor: pointer;
  background: #b6ff3a;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 11px;
  font-family: Galmuri11, monospace;
  font-size: 13px;
  box-shadow: 3px 3px #000;
}

.board-module__94lsYG__postBtn:disabled {
  opacity: .5;
}

.board-module__94lsYG__post {
  box-shadow: none;
  text-align: left;
  background: #241050;
  border: 2px solid #000;
  border-left: none;
  border-right: none;
  border-radius: 0;
  flex-direction: column;
  gap: 12px;
  margin: 0 -10px 8px;
  padding: 16px;
  display: flex;
  position: relative;
}

@media (min-width: 480px) {
  .board-module__94lsYG__post {
    margin: 0 0 8px;
  }
}

.board-module__94lsYG__menuWrap {
  z-index: 12;
  position: absolute;
  top: 7px;
  right: 7px;
}

.board-module__94lsYG__menuBtn {
  color: #9a86d6;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.board-module__94lsYG__menuBtn:hover {
  color: #e6dcff;
  background: #2c1b5e;
}

.board-module__94lsYG__menuBackdrop {
  z-index: 10;
  position: fixed;
  inset: 0;
}

.board-module__94lsYG__menu {
  z-index: 11;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  gap: 2px;
  min-width: 116px;
  padding: 4px;
  display: flex;
  position: absolute;
  top: 28px;
  right: 0;
  box-shadow: 3px 3px #000, inset 0 0 0 2px #6b3bd6;
}

.board-module__94lsYG__menuItem {
  color: #e6dcff;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  align-items: center;
  gap: 7px;
  width: 100%;
  padding: 8px 9px;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  display: flex;
}

.board-module__94lsYG__menuItem:hover {
  background: #2c1b5e;
}

.board-module__94lsYG__pContent {
  color: #e6dcff;
  white-space: pre-wrap;
  word-break: break-word;
  padding-right: 18px;
  font-size: 15px;
  line-height: 1.8;
}

.board-module__94lsYG__pBottom {
  border-top: 1px dashed #3a1f6e;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  display: flex;
}

.board-module__94lsYG__pAuthor {
  align-items: center;
  gap: 7px;
  min-width: 0;
  display: flex;
}

.board-module__94lsYG__pHead {
  align-items: center;
  gap: 9px;
  padding-right: 28px;
  display: flex;
}

.board-module__94lsYG__pAvWrap {
  flex: none;
  display: inline-flex;
  position: relative;
}

.board-module__94lsYG__pAv {
  background: #1a0b3d;
  border: 2px solid #6b3bd6;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.board-module__94lsYG__pNickRow {
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.board-module__94lsYG__pNick {
  color: #ffe14d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.board-module__94lsYG__verBadge {
  color: #1a0b3d;
  background: #4de8ff;
  border: 1.5px solid #000;
  border-radius: 6px;
  flex: none;
  align-items: center;
  gap: 2px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.board-module__94lsYG__pTime {
  color: #9a86d6;
  font-size: 11px;
}

.board-module__94lsYG__chatBtn {
  color: #07223a;
  cursor: pointer;
  background: #4de8ff;
  border: 2px solid #000;
  border-radius: 4px;
  flex: none;
  align-items: center;
  gap: 5px;
  padding: 7px 11px;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.board-module__94lsYG__delBtn {
  color: #9a86d6;
  cursor: pointer;
  background: none;
  border: none;
  flex: none;
  font-family: Galmuri11, monospace;
  font-size: 11px;
  text-decoration: underline;
}

.board-module__94lsYG__chatBtnSm {
  color: #07223a;
  cursor: pointer;
  background: #4de8ff;
  border: 2px solid #000;
  border-radius: 4px;
  flex: none;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  font-family: Galmuri11, monospace;
  font-size: 11px;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.board-module__94lsYG__chatBtnSm:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #000;
}

.board-module__94lsYG__myActivity {
  color: #1a0b3d;
  cursor: pointer;
  white-space: nowrap;
  background: #ffe14d;
  border: 2px solid #000;
  border-radius: 14px;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  font-family: Galmuri11, monospace;
  font-size: 11px;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.board-module__94lsYG__myActivity:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #000;
}

.board-module__94lsYG__tabs {
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 9px;
  gap: 7px;
  padding: 6px;
  display: flex;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.board-module__94lsYG__tab {
  color: #bda9ec;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 13px 0;
  font-family: Galmuri11, monospace;
  font-size: 15px;
  display: inline-flex;
}

.board-module__94lsYG__tabOn {
  color: #1a0b3d;
  background: #ffe14d;
  box-shadow: 2px 2px #000;
}

.board-module__94lsYG__pinBar {
  z-index: 39;
  width: 100%;
  max-width: 480px;
  padding-top: env(safe-area-inset-top, 0px);
  background: #160a2e;
  border-bottom: 2px solid #000;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px #0006, inset 0 -2px #6b3bd659;
}

.board-module__94lsYG__pinInner {
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0 auto;
  padding: 9px 14px;
  display: flex;
}

@media (min-width: 480px) {
  .board-module__94lsYG__pinInner {
    max-width: 384px;
  }
}

.board-module__94lsYG__pinHeadRow {
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
  display: flex;
  position: relative;
}

.board-module__94lsYG__pinTitle {
  text-align: center;
  color: #ffe14d;
  pointer-events: none;
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
}

.board-module__94lsYG__pinBell {
  cursor: pointer;
  background: #ffe14d;
  border: 2px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  position: relative;
  box-shadow: 2px 2px #000;
}

.board-module__94lsYG__pinBell:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #000;
}

.board-module__94lsYG__pinBadge {
  color: #fff;
  background: #ff2d6f;
  border: 1.5px solid #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 3px;
  font-family: Galmuri11, monospace;
  font-size: 10px;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: -7px;
  right: -7px;
  box-shadow: 1px 1px #00000080;
}

.board-module__94lsYG__pinSentinel {
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.board-module__94lsYG__filterBar {
  align-items: center;
  gap: 7px;
  display: flex;
}

.board-module__94lsYG__select {
  color: #e6dcff;
  cursor: pointer;
  appearance: none;
  background-color: #1a0b3d;
  background-image: linear-gradient(45deg, #0000 50%, #9a86d6 50%), linear-gradient(135deg, #9a86d6 50%, #0000 50%);
  background-position: right 11px center, right 6px center;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  border: 2px solid #000;
  border-radius: 6px;
  outline: none;
  flex: 1;
  min-width: 0;
  padding: 9px 26px 9px 11px;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.board-module__94lsYG__select:focus {
  box-shadow: inset 0 0 0 1px #b6ff3a;
}

.board-module__94lsYG__writeFab {
  right: max(14px, 50% - 192px);
  bottom: calc(70px + env(safe-area-inset-bottom, 0px));
  z-index: 41;
  color: #1a0b3d;
  cursor: pointer;
  white-space: nowrap;
  background: #b6ff3a;
  border: 2px solid #000;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 11px 15px;
  font-family: Galmuri11, monospace;
  font-size: 13px;
  font-weight: 700;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1);
  display: inline-flex;
  position: fixed;
  box-shadow: 3px 3px #000;
}

.board-module__94lsYG__writeFab:active {
  transition: transform 50ms;
  transform: translate(2px, 2px);
  box-shadow: 1px 1px #000;
}

body.nav-scroll-hidden .board-module__94lsYG__writeFab {
  transform: translateY(150px);
}

.board-module__94lsYG__writeFabPlus {
  margin-top: -1px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.board-module__94lsYG__overlay {
  z-index: 80;
  background: #08070ab8;
  justify-content: center;
  align-items: center;
  padding: 18px;
  font-family: Galmuri11, monospace;
  display: flex;
  position: fixed;
  inset: 0;
}

.board-module__94lsYG__modal {
  background: #241050;
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  gap: 15px;
  width: 384px;
  max-width: 100%;
  padding: 20px 18px;
  display: flex;
  box-shadow: 4px 4px #000, inset 0 0 0 2px #6b3bd6;
}

.board-module__94lsYG__modalH {
  color: #ffe14d;
  text-align: center;
  font-family: Galmuri11, monospace;
  font-size: 17px;
}

.board-module__94lsYG__modalRow {
  gap: 8px;
  display: flex;
}

.board-module__94lsYG__modalRow .board-module__94lsYG__postBtn, .board-module__94lsYG__modalRow .board-module__94lsYG__cancel {
  flex: 1;
}

.board-module__94lsYG__cancel {
  color: #bda9ec;
  cursor: pointer;
  background: #2a1656;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 11px;
  font-family: Galmuri11, monospace;
  font-size: 13px;
  box-shadow: 3px 3px #000;
}

.board-module__94lsYG__xBtn {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: -6px -4px -4px 0;
  display: inline-flex;
}

.board-module__94lsYG__dContent {
  color: #fff;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 42vh;
  font-size: 15px;
  line-height: 1.85;
  overflow-y: auto;
}

.board-module__94lsYG__dStats {
  color: #cdbcf2;
  border-bottom: 1px solid #3a1f6e;
  align-items: center;
  gap: 14px;
  padding-bottom: 4px;
  font-size: 12px;
  display: flex;
}

.board-module__94lsYG__dStats span {
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.board-module__94lsYG__dDate {
  color: #9a86d6;
}

.board-module__94lsYG__dAuthor {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.board-module__94lsYG__cHead {
  color: #ffe14d;
  margin-top: 2px;
  font-size: 12px;
}

.board-module__94lsYG__cList {
  flex-direction: column;
  gap: 11px;
  max-height: 30vh;
  display: flex;
  overflow-y: auto;
}

.board-module__94lsYG__cEmpty {
  color: #9a86d6;
  text-align: center;
  padding: 12px;
  font-size: 12px;
}

.board-module__94lsYG__cItem {
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.board-module__94lsYG__cAv {
  background: #1a0b3d;
  border: 2px solid #6b3bd6;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.board-module__94lsYG__cBody {
  flex: 1;
  min-width: 0;
}

.board-module__94lsYG__cTop {
  align-items: center;
  gap: 6px;
  display: flex;
}

.board-module__94lsYG__cNick {
  color: #ffe14d;
  font-size: 11px;
}

.board-module__94lsYG__cTime {
  color: #9a86d6;
  font-size: 10px;
}

.board-module__94lsYG__cDel {
  color: #9a86d6;
  cursor: pointer;
  background: none;
  border: none;
  margin-left: auto;
  font-family: Galmuri11, monospace;
  font-size: 10px;
  text-decoration: underline;
}

.board-module__94lsYG__cText {
  color: #e6dcff;
  word-break: break-word;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.6;
}

.board-module__94lsYG__cInputRow {
  gap: 7px;
  display: flex;
}

.board-module__94lsYG__cInput {
  color: #fff;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 4px;
  outline: none;
  flex: 1;
  min-width: 0;
  padding: 9px;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.board-module__94lsYG__cInput:focus {
  box-shadow: inset 0 0 0 1px #b6ff3a;
}

.board-module__94lsYG__cSend {
  color: #1a0b3d;
  cursor: pointer;
  background: #b6ff3a;
  border: 2px solid #000;
  border-radius: 4px;
  flex: none;
  padding: 0 13px;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  box-shadow: 2px 2px #000;
}

.board-module__94lsYG__cSend:disabled {
  opacity: .5;
}

.board-module__94lsYG__cmtBtn {
  color: #9a86d6;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 4px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
  display: inline-flex;
}

.board-module__94lsYG__pAuthorBtn {
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0;
  font-family: Galmuri11, monospace;
  display: flex;
}

.board-module__94lsYG__pRegion {
  color: #4de8ff;
  font-size: 10px;
}

.board-module__94lsYG__pMeta {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.board-module__94lsYG__hotWrap {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.board-module__94lsYG__hotHead {
  color: #ffe14d;
  font-family: Galmuri11, monospace;
  font-size: 14px;
}

.board-module__94lsYG__hotScroll {
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  gap: 10px;
  padding: 2px 2px 4px;
  display: flex;
  overflow-x: auto;
}

.board-module__94lsYG__hotScroll::-webkit-scrollbar {
  display: none;
}

.board-module__94lsYG__hotCard {
  scroll-snap-align: center;
  text-align: left;
  cursor: pointer;
  background: linear-gradient(150deg, #3a1a7a, #241050);
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 0 100%;
  gap: 10px;
  min-height: 116px;
  padding: 13px;
  font-family: Galmuri11, monospace;
  display: flex;
  box-shadow: 3px 3px #000, inset 0 0 0 2px #6b3bd6;
}

.board-module__94lsYG__hotContent {
  color: #e6dcff;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-box-orient: vertical;
  flex: 1;
  font-size: 13px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

.board-module__94lsYG__hotBottom {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.board-module__94lsYG__hotMeta {
  align-items: center;
  gap: 5px;
  min-width: 0;
  display: flex;
}

.board-module__94lsYG__hotAv {
  background: #1a0b3d;
  border: 1px solid #6b3bd6;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.board-module__94lsYG__hotNick {
  color: #ffe14d;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
  overflow: hidden;
}

.board-module__94lsYG__hotStats {
  color: #9a86d6;
  flex: none;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  display: flex;
}

.board-module__94lsYG__hotDots {
  justify-content: center;
  gap: 6px;
  display: flex;
}

.board-module__94lsYG__hotDot {
  background: #4a2f7e;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.board-module__94lsYG__hotDotOn {
  background: #ffe14d;
}

.board-module__94lsYG__likeRow {
  align-items: center;
  gap: 14px;
  display: flex;
}

.board-module__94lsYG__views {
  color: #9a86d6;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  display: inline-flex;
}

.board-module__94lsYG__likeBtn {
  color: #9a86d6;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 6px;
  padding: 4px 2px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
}

.board-module__94lsYG__likeBtn:active {
  transform: translate(1px, 1px);
}

.board-module__94lsYG__likeOn {
  color: #ff5ed4;
}

.board-module__94lsYG__likeCount {
  text-align: left;
  min-width: 8px;
  font-weight: 600;
}

.board-module__94lsYG__likeWho {
  color: #bda9ec;
  cursor: pointer;
  background: none;
  border: none;
  font-family: Galmuri11, monospace;
  font-size: 10px;
  text-decoration: underline;
}

.board-module__94lsYG__reactorList {
  flex-direction: column;
  gap: 6px;
  max-height: 320px;
  display: flex;
  overflow-y: auto;
}

.board-module__94lsYG__reactorRow {
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  display: flex;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.board-module__94lsYG__reactorMain {
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  flex: 1;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 0;
  font-family: Galmuri11, monospace;
  display: flex;
}

.board-module__94lsYG__reactorMain:disabled {
  cursor: default;
}

.board-module__94lsYG__reactorNick {
  color: #ffe14d;
  flex: 1;
  min-width: 0;
  font-size: 13px;
}

.board-module__94lsYG__reactorChat {
  color: #07223a;
  cursor: pointer;
  background: #4de8ff;
  border: 2px solid #000;
  border-radius: 4px;
  flex: none;
  align-items: center;
  gap: 4px;
  padding: 6px 9px;
  font-family: Galmuri11, monospace;
  font-size: 11px;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.board-module__94lsYG__dim {
  color: #9a86d6;
  text-align: center;
  padding: 14px;
  font-size: 12px;
}

.board-module__94lsYG__empty {
  color: #9a86d6;
  text-align: center;
  padding: 30px 14px;
  font-size: 12px;
  line-height: 1.8;
}

.board-module__94lsYG__imgPickRow {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -4px;
  display: flex;
}

.board-module__94lsYG__thumb {
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 6px;
  flex: none;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px #000;
}

.board-module__94lsYG__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.board-module__94lsYG__thumb[data-status="uploading"] img {
  opacity: .5;
}

.board-module__94lsYG__thumb[data-status="error"] img {
  opacity: .35;
}

.board-module__94lsYG__thumbSpin {
  border: 2px solid #b6ff3a59;
  border-top-color: #b6ff3a;
  border-radius: 999px;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  animation: .7s linear infinite board-module__94lsYG__thumbspin;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes board-module__94lsYG__thumbspin {
  to {
    transform: rotate(360deg);
  }
}

.board-module__94lsYG__thumbErr {
  color: #ff5e7a;
  justify-content: center;
  align-items: center;
  font-family: Galmuri11, monospace;
  font-size: 11px;
  display: flex;
  position: absolute;
  inset: 0;
}

.board-module__94lsYG__thumbDel {
  color: #fff;
  cursor: pointer;
  background: #08070acc;
  border: 1px solid #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding: 0;
  font-family: Galmuri11, monospace;
  font-size: 11px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 2px;
  right: 2px;
}

.board-module__94lsYG__addImg {
  cursor: pointer;
  background: #1a0b3d;
  border: 2px dashed #6b3bd6;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 64px;
  height: 64px;
  display: flex;
}

.board-module__94lsYG__addImg:hover {
  border-color: #b6ff3a;
}

.board-module__94lsYG__addImgCount {
  color: #9a86d6;
  font-family: Galmuri11, monospace;
  font-size: 10px;
}

.board-module__94lsYG__postOverlay {
  z-index: 50;
  background: var(--background);
  -webkit-overflow-scrolling: touch;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.board-module__94lsYG__postOverlayEnter {
  transform: translateX(100%);
}

.board-module__94lsYG__postOverlayOpen {
  transition: transform .32s cubic-bezier(.16, 1, .3, 1);
  transform: translateX(0);
}

.board-module__94lsYG__postOverlayExit {
  transition: transform .28s cubic-bezier(.4, 0, .2, 1);
  transform: translateX(100%);
}

@media (prefers-reduced-motion: reduce) {
  .board-module__94lsYG__postOverlayOpen, .board-module__94lsYG__postOverlayExit {
    transition: none;
  }
}

/* [project]/app/components/appheader.module.css [app-client] (css) */
.appheader-module__-kO-_W__header {
  align-self: center;
  width: 384px;
  max-width: 100%;
  height: 0;
  font-family: Galmuri11, monospace;
  position: relative;
}

.appheader-module__-kO-_W__left {
  align-items: center;
  gap: 6px;
  min-width: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.appheader-module__-kO-_W__back {
  cursor: pointer;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.appheader-module__-kO-_W__back:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #000;
}

.appheader-module__-kO-_W__home {
  cursor: pointer;
  background: #ffe14d;
  border: 2px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.appheader-module__-kO-_W__home:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #000;
}

.appheader-module__-kO-_W__user {
  color: #1a0b3d;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ffe14d;
  border: 2px solid #000;
  border-radius: 14px;
  align-items: center;
  gap: 5px;
  max-width: 56vw;
  padding: 7px 12px;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
  box-shadow: 2px 2px #000;
}

.appheader-module__-kO-_W__right {
  flex: none;
  gap: 6px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.appheader-module__-kO-_W__btn {
  color: #0a1430;
  cursor: pointer;
  background: #4de8ff;
  border: 2px solid #000;
  border-radius: 14px;
  align-items: center;
  gap: 5px;
  padding: 7px 11px;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  box-shadow: 2px 2px #000;
}

.appheader-module__-kO-_W__btn:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #000;
}

.appheader-module__-kO-_W__dot {
  background: #ff2d6f;
  border: 1.5px solid #fff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: -3px;
  right: -3px;
}

.appheader-module__-kO-_W__bell {
  cursor: pointer;
  background: #ffe14d;
  border: 2px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  position: relative;
  box-shadow: 2px 2px #000;
}

.appheader-module__-kO-_W__bell:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #000;
}

.appheader-module__-kO-_W__badge {
  color: #fff;
  background: #ff2d6f;
  border: 1.5px solid #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 3px;
  font-family: Galmuri11, monospace;
  font-size: 10px;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: -7px;
  right: -7px;
  box-shadow: 1px 1px #00000080;
}

/* [project]/app/components/compatmodal.module.css [app-client] (css) */
.compatmodal-module__AVWraq__overlay {
  z-index: 80;
  background: #08070ab8;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: fixed;
  inset: 0;
}

.compatmodal-module__AVWraq__modal {
  background: linear-gradient(135deg, #2a1366, #160a2e);
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  width: 380px;
  max-width: 100%;
  max-height: 88dvh;
  font-family: Galmuri11, monospace;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px #000, inset 0 0 0 2px #6b3bd6;
}

.compatmodal-module__AVWraq__modalBody {
  flex-direction: column;
  flex: auto;
  gap: 15px;
  min-height: 0;
  padding: 22px 18px 14px;
  display: flex;
  overflow-y: auto;
}

.compatmodal-module__AVWraq__modalFoot {
  background: linear-gradient(#160a2e99, #160a2e);
  border-top: 2px solid #000;
  flex-direction: column;
  flex: none;
  gap: 8px;
  padding: 12px 18px 14px;
  display: flex;
  box-shadow: inset 0 0 0 2px #6b3bd6;
}

.compatmodal-module__AVWraq__loading {
  text-align: center;
  color: #dcccff;
  padding: 40px 0;
  font-size: 16px;
}

.compatmodal-module__AVWraq__head {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.compatmodal-module__AVWraq__who {
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.compatmodal-module__AVWraq__sub {
  color: #bda9ec;
  margin-top: 4px;
  font-size: 14px;
}

.compatmodal-module__AVWraq__traits {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.compatmodal-module__AVWraq__tRow {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  display: flex;
}

.compatmodal-module__AVWraq__tEl {
  color: #cdbcf2;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 14px;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.compatmodal-module__AVWraq__tEl b {
  color: #4de8ff;
}

.compatmodal-module__AVWraq__tChips {
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  display: flex;
}

.compatmodal-module__AVWraq__tChip {
  color: #1a0b3d;
  background: #ff9ee6;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 3px 8px;
  font-size: 14px;
}

.compatmodal-module__AVWraq__headline {
  color: #ffe14d;
  text-align: center;
  background: #ff5ed41f;
  border: 1px dashed #ff5ed4;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 17px;
  line-height: 1.5;
}

.compatmodal-module__AVWraq__total {
  text-align: center;
  color: #dcccff;
  font-size: 17px;
}

.compatmodal-module__AVWraq__total b {
  color: #ff5ed4;
  margin-left: 6px;
  font-size: 29px;
}

.compatmodal-module__AVWraq__total b.compatmodal-module__AVWraq__hi {
  color: #b6ff3a;
}

.compatmodal-module__AVWraq__scores {
  gap: 6px;
  display: flex;
}

.compatmodal-module__AVWraq__scores > div {
  text-align: center;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 4px;
  flex: 1;
  padding: 10px 6px;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.compatmodal-module__AVWraq__scores span {
  color: #bda9ec;
  margin-bottom: 4px;
  font-size: 14px;
  display: block;
}

.compatmodal-module__AVWraq__scores b {
  color: #4de8ff;
  font-size: 20px;
}

.compatmodal-module__AVWraq__sect {
  text-align: left;
  background: #1a0b3d80;
  border-radius: 6px;
  padding: 12px 14px;
}

.compatmodal-module__AVWraq__sT {
  color: #ffe14d;
  margin-bottom: 6px;
  font-size: 15px;
}

.compatmodal-module__AVWraq__sect p {
  color: #e6dcff;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.compatmodal-module__AVWraq__cta {
  color: #07223a;
  cursor: pointer;
  background: #4de8ff;
  border: 2px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 12px;
  font-family: Galmuri11, monospace;
  font-size: 17px;
  display: inline-flex;
  box-shadow: 3px 3px #000;
}

.compatmodal-module__AVWraq__close {
  color: #9a86d6;
  cursor: pointer;
  background: none;
  border: none;
  font-family: Galmuri11, monospace;
  font-size: 15px;
}

.compatmodal-module__AVWraq__reportInline {
  border-top: 2px dashed #6b3bd6;
  margin-top: 6px;
  padding-top: 14px;
}

.compatmodal-module__AVWraq__xBtn {
  color: #1a0b3d;
  cursor: pointer;
  z-index: 2;
  background: #ffe14d;
  border: 2px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-family: Galmuri11, monospace;
  font-size: 15px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
  box-shadow: 2px 2px #000;
}

/* [project]/app/components/sinsalchips.module.css [app-client] (css) */
.sinsalchips-module__Z5irjq__wrap {
  flex-direction: column;
  gap: 7px;
  width: 100%;
  display: flex;
}

.sinsalchips-module__Z5irjq__group {
  align-items: flex-start;
  gap: 6px;
  display: flex;
}

.sinsalchips-module__Z5irjq__groupLabel {
  color: #9a8ad0;
  letter-spacing: -.3px;
  flex: none;
  min-width: 52px;
  font-size: 9px;
  line-height: 18px;
}

.sinsalchips-module__Z5irjq__chips {
  flex-wrap: wrap;
  gap: 4px;
  display: flex;
}

.sinsalchips-module__Z5irjq__chip {
  color: #c7a8ff;
  white-space: nowrap;
  background: #2f1668;
  border: 2px solid #000;
  border-radius: 3px;
  padding: 4px 7px;
  font-size: 10px;
  line-height: 1;
  box-shadow: 1px 1px #000;
}

.sinsalchips-module__Z5irjq__cat_guin {
  color: #1a0b3d;
  background: #ffe14d;
}

.sinsalchips-module__Z5irjq__cat_sal {
  color: #1a0b3d;
  background: #ff5ed4;
}

.sinsalchips-module__Z5irjq__cat_twelve {
  color: #08233a;
  background: #4de8ff;
}

.sinsalchips-module__Z5irjq__cat_hyung {
  color: #2a1400;
  background: #ff9a3a;
}

.sinsalchips-module__Z5irjq__cat_chung {
  color: #0a1030;
  background: #9aa6ff;
}

.sinsalchips-module__Z5irjq__cat_wonjin {
  color: #1a0b3d;
  background: #c79cff;
}

.sinsalchips-module__Z5irjq__cat_etc {
  color: #c7a8ff;
  background: #2f1668;
}

/* [project]/app/saju/result/result.module.css [app-client] (css) */
.result-module__KVY9mq__page {
  color: #fff;
  text-align: center;
  background: repeating-linear-gradient(0deg, #0000 0 23px, #6b3bd629 23px 24px), repeating-linear-gradient(90deg, #0000 0 23px, #6b3bd629 23px 24px), radial-gradient(120% 70% at 50% 0, #3a1680, #120730 70%);
  flex-direction: column;
  align-items: center;
  gap: 13px;
  min-height: 100dvh;
  padding: 14px 6px 96px;
  font-family: Galmuri11, monospace;
  display: flex;
}

.result-module__KVY9mq__scrollArea {
  flex-direction: column;
  gap: 9px;
  width: 480px;
  max-width: 100%;
  padding: 2px 2px 4px;
  display: flex;
}

.result-module__KVY9mq__bottomBar {
  flex-direction: column;
  gap: 8px;
  width: 480px;
  max-width: 100%;
  display: flex;
}

.result-module__KVY9mq__tag {
  letter-spacing: 1px;
  color: #4de8ff;
  margin-top: 6px;
  font-family: "Press Start 2P", monospace;
  font-size: 8px;
}

.result-module__KVY9mq__title {
  background: linear-gradient(120deg, #ff5ed4, #c7a8ff, #4de8ff, #b6ff3a);
  color: #0000;
  filter: drop-shadow(0 0 12px #ff5ed466);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 26px;
  font-weight: bold;
}

.result-module__KVY9mq__sub {
  color: #ff9ee6;
  margin-top: -4px;
  font-size: 14px;
}

.result-module__KVY9mq__loading {
  color: #dcccff;
  margin-top: 40px;
  font-size: 14px;
}

.result-module__KVY9mq__waiting {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 480px;
  max-width: 100%;
  margin-top: 44px;
  display: flex;
}

.result-module__KVY9mq__waitingIcon {
  background: #2c1b5e;
  border: 2px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.result-module__KVY9mq__waitingTitle {
  color: #ffe14d;
  font-size: 16px;
  font-weight: 700;
}

.result-module__KVY9mq__waitingSpin {
  color: #b6ff3a;
  font-size: 14px;
}

.result-module__KVY9mq__waitingNote {
  color: #cdbcf5;
  font-size: 13px;
  line-height: 1.7;
}

.result-module__KVY9mq__waitingNote b {
  color: #fff;
}

.result-module__KVY9mq__waitingHint {
  color: #8a78c4;
  margin-top: 2px;
  font-size: 12px;
}

.result-module__KVY9mq__blink {
  animation: 1s steps(2, start) infinite result-module__KVY9mq__rvBlink;
}

@keyframes result-module__KVY9mq__rvBlink {
  to {
    opacity: .35;
  }
}

.result-module__KVY9mq__field {
  text-align: left;
  flex-direction: column;
  gap: 8px;
  width: 480px;
  max-width: 100%;
  display: flex;
}

.result-module__KVY9mq__fieldLabel {
  color: #4de8ff;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  display: inline-flex;
}

.result-module__KVY9mq__fieldLabel b {
  color: #b6ff3a;
}

.result-module__KVY9mq__chips {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.result-module__KVY9mq__chip {
  color: #cdbcf5;
  cursor: pointer;
  background: #251149;
  border: 2px solid #000;
  border-radius: 6px;
  padding: 8px 11px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__chip:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 #000;
}

.result-module__KVY9mq__chipOn {
  color: #1a0b3d;
  background: #b6ff3a;
  font-weight: 700;
  box-shadow: 2px 2px #000, inset 0 0 0 2px #fff;
}

.result-module__KVY9mq__chipCustom {
  color: #ffe14d;
  cursor: pointer;
  background: #2c1b5e;
  border: 2px dashed #6b3bd6;
  border-radius: 6px;
  padding: 8px 11px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
}

.result-module__KVY9mq__customRow {
  align-items: center;
  gap: 7px;
  display: flex;
}

.result-module__KVY9mq__input {
  color: #fff;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 6px;
  outline: none;
  flex: 1;
  padding: 10px 11px;
  font-family: Galmuri11, monospace;
  font-size: 15px;
  box-shadow: inset 2px 2px #0006;
}

.result-module__KVY9mq__input::placeholder {
  color: #6c5aa6;
}

.result-module__KVY9mq__customX {
  color: #ff9ee6;
  cursor: pointer;
  background: #2c1b5e;
  border: 2px solid #000;
  border-radius: 6px;
  flex: none;
  width: 34px;
  height: 34px;
  font-size: 15px;
}

.result-module__KVY9mq__pickHint {
  color: #9a86d6;
  text-align: left;
  width: 480px;
  max-width: 100%;
  font-size: 13px;
}

.result-module__KVY9mq__pickHint b {
  color: #b6ff3a;
}

.result-module__KVY9mq__pickEmpty {
  color: #cdbcf5;
  text-align: left;
  width: 480px;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.8;
}

.result-module__KVY9mq__pickEmpty a {
  color: #b6ff3a;
}

.result-module__KVY9mq__cta {
  color: #1a0b3d;
  cursor: pointer;
  background: #ffe14d;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 480px;
  max-width: 100%;
  margin-top: 4px;
  padding: 14px;
  font-family: Galmuri11, monospace;
  font-size: 17px;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 4px 4px #000;
}

.result-module__KVY9mq__cta:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__cta:disabled {
  opacity: .55;
  cursor: default;
  transform: none;
  box-shadow: 4px 4px #000;
}

.result-module__KVY9mq__ctaNote {
  color: #8b78c4;
  width: 480px;
  max-width: 100%;
  font-size: 12px;
}

.result-module__KVY9mq__err {
  color: #ff7aa8;
  width: 480px;
  max-width: 100%;
  font-size: 13px;
}

.result-module__KVY9mq__rvTag {
  letter-spacing: 1px;
  color: #ffe14d;
  margin-top: 8px;
  font-family: "Press Start 2P", monospace;
  font-size: 9px;
}

.result-module__KVY9mq__rvTitle {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
}

.result-module__KVY9mq__rvSub {
  color: #ff9ee6;
  margin-top: -2px;
  font-size: 14px;
}

.result-module__KVY9mq__scoreCard {
  background: linear-gradient(135deg, #6b1f6e, #3a1680);
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 480px;
  max-width: 100%;
  padding: 18px 16px;
  display: flex;
  box-shadow: 4px 4px #000, inset 0 0 0 2px #ff5ed4;
}

.result-module__KVY9mq__scoreNum {
  color: #fff;
  text-shadow: 0 0 16px #ff5ed4b3;
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
}

.result-module__KVY9mq__scoreOf {
  color: #dcccff;
  margin-top: -6px;
  font-size: 13px;
}

.result-module__KVY9mq__grade {
  color: #ffe14d;
  background: #1a0b3d8c;
  border: 2px solid #000;
  border-radius: 14px;
  margin-top: 2px;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 700;
}

.result-module__KVY9mq__gauge {
  background: #12073099;
  border: 2px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 12px;
  margin-top: 4px;
  overflow: hidden;
}

.result-module__KVY9mq__gauge span {
  background: linear-gradient(90deg, #ff5ed4, #ffe14d, #b6ff3a);
  height: 100%;
  transition: width .8s;
  display: block;
}

.result-module__KVY9mq__headline {
  color: #ffe14d;
  margin-top: 6px;
  font-size: 17px;
  line-height: 1.4;
}

.result-module__KVY9mq__summary {
  color: #e6dcff;
  font-size: 14px;
  line-height: 1.7;
}

.result-module__KVY9mq__section {
  text-align: left;
  flex-direction: column;
  gap: 9px;
  width: 480px;
  max-width: 100%;
  display: flex;
}

.result-module__KVY9mq__sectionTitle {
  color: #4de8ff;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  display: inline-flex;
}

.result-module__KVY9mq__axisRow {
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  gap: 6px;
  padding: 11px 13px;
  display: flex;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__axisHead {
  align-items: center;
  gap: 6px;
  font-size: 15px;
  display: inline-flex;
}

.result-module__KVY9mq__axisHead b {
  color: #fff;
  flex: 1;
}

.result-module__KVY9mq__axisScore {
  color: #ff5ed4;
  font-size: 16px;
  font-weight: bold;
}

.result-module__KVY9mq__axisBar {
  background: #120730b3;
  border-radius: 6px;
  width: 100%;
  height: 8px;
  display: block;
  overflow: hidden;
}

.result-module__KVY9mq__axisBar i {
  background: linear-gradient(90deg, #ff5ed4, #c7a8ff);
  height: 100%;
  transition: width .8s;
  display: block;
}

.result-module__KVY9mq__axisText {
  color: #cfc0f2;
  font-size: 13px;
  line-height: 1.6;
}

.result-module__KVY9mq__block {
  text-align: left;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  gap: 6px;
  width: 480px;
  max-width: 100%;
  padding: 13px;
  display: flex;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__blockGood {
  background: linear-gradient(135deg, #1f3a14, #1a0b3d);
  box-shadow: 2px 2px #000, inset 0 0 0 2px #b6ff3a66;
}

.result-module__KVY9mq__blockCaution {
  background: linear-gradient(135deg, #3a2208, #1a0b3d);
  box-shadow: 2px 2px #000, inset 0 0 0 2px #ffe14d66;
}

.result-module__KVY9mq__blockScene {
  background: linear-gradient(135deg, #2c1658, #1a0b3d);
  box-shadow: 2px 2px #000, inset 0 0 0 2px #c7a8ff66;
}

.result-module__KVY9mq__blockTitle {
  color: #fff;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
}

.result-module__KVY9mq__blockBody {
  color: #e6dcff;
  font-size: 14px;
  line-height: 1.7;
}

.result-module__KVY9mq__pickCard {
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  gap: 6px;
  padding: 12px 13px;
  display: flex;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__pickTop {
  align-items: center;
  gap: 8px;
  display: flex;
}

.result-module__KVY9mq__pickRank {
  color: #1a0b3d;
  background: #ffe14d;
  border: 2px solid #000;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-family: "Press Start 2P", monospace;
  font-size: 9px;
  display: inline-flex;
}

.result-module__KVY9mq__pickDate {
  color: #fff;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
}

.result-module__KVY9mq__pickLabel {
  color: #b6ff3a;
  font-size: 12px;
}

.result-module__KVY9mq__pickScore {
  color: #4de8ff;
  font-size: 16px;
  font-weight: bold;
}

.result-module__KVY9mq__pickReason {
  color: #cfc0f2;
  font-size: 13px;
  line-height: 1.6;
}

.result-module__KVY9mq__avoidRow {
  text-align: left;
  background: #3a151580;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  gap: 3px;
  padding: 9px 12px;
  display: flex;
}

.result-module__KVY9mq__avoidDate {
  color: #ff7aa8;
  font-size: 14px;
  font-weight: 700;
}

.result-module__KVY9mq__avoidReason {
  color: #d7b8c8;
  font-size: 13px;
  line-height: 1.5;
}

.result-module__KVY9mq__flowRow {
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  gap: 5px;
  padding: 10px 13px;
  display: flex;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__flowHead {
  align-items: center;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.result-module__KVY9mq__flowHead b {
  color: #fff;
  flex: 1;
}

.result-module__KVY9mq__flowScore {
  color: #b6ff3a;
  font-weight: bold;
}

.result-module__KVY9mq__flowBar {
  background: #120730b3;
  border-radius: 6px;
  width: 100%;
  height: 7px;
  overflow: hidden;
}

.result-module__KVY9mq__flowBar i {
  background: linear-gradient(90deg, #4de8ff, #b6ff3a);
  height: 100%;
  display: block;
}

.result-module__KVY9mq__flowText {
  color: #cfc0f2;
  font-size: 13px;
  line-height: 1.6;
}

.result-module__KVY9mq__phaseCard {
  background: linear-gradient(135deg, #2c1658, #1a0b3d);
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  gap: 6px;
  padding: 13px;
  display: flex;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__phaseHead {
  align-items: center;
  gap: 8px;
  display: flex;
}

.result-module__KVY9mq__phasePeriod {
  color: #c7a8ff;
  flex: 1;
  font-size: 15px;
  font-weight: 700;
}

.result-module__KVY9mq__phaseScore {
  color: #4de8ff;
  font-size: 16px;
  font-weight: bold;
}

.result-module__KVY9mq__phaseHeadline {
  color: #ffe14d;
  font-size: 15px;
}

.result-module__KVY9mq__phaseBody {
  color: #e6dcff;
  font-size: 14px;
  line-height: 1.7;
}

.result-module__KVY9mq__tpRow {
  text-align: left;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 6px;
  align-items: baseline;
  gap: 9px;
  padding: 10px 12px;
  display: flex;
}

.result-module__KVY9mq__tpWhen {
  color: #ffe14d;
  flex: none;
  min-width: 64px;
  font-size: 13px;
  font-weight: 700;
}

.result-module__KVY9mq__tpEvent {
  color: #e6dcff;
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
}

.result-module__KVY9mq__ddGrid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 480px;
  max-width: 100%;
  display: grid;
}

.result-module__KVY9mq__ddCol {
  text-align: left;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  gap: 7px;
  padding: 11px;
  display: flex;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__ddDo {
  background: linear-gradient(135deg, #1f3a14, #1a0b3d);
}

.result-module__KVY9mq__ddDont {
  background: linear-gradient(135deg, #3a1414, #1a0b3d);
}

.result-module__KVY9mq__ddTitle {
  font-size: 14px;
  font-weight: 700;
}

.result-module__KVY9mq__ddDo .result-module__KVY9mq__ddTitle {
  color: #b6ff3a;
}

.result-module__KVY9mq__ddDont .result-module__KVY9mq__ddTitle {
  color: #ff7aa8;
}

.result-module__KVY9mq__ddItem {
  color: #e6dcff;
  font-size: 13px;
  line-height: 1.5;
}

.result-module__KVY9mq__ritual {
  color: #e6dcff;
  text-align: left;
  background: #2c1658;
  border: 2px solid #000;
  border-radius: 6px;
  width: 480px;
  max-width: 100%;
  padding: 13px;
  font-size: 14px;
  line-height: 1.7;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__ritual b {
  color: #4de8ff;
}

.result-module__KVY9mq__advice {
  color: #b6ff3a;
  border: 2px dashed #6b3bd6;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 480px;
  max-width: 100%;
  padding: 11px;
  font-size: 14px;
  line-height: 1.6;
  display: inline-flex;
}

.result-module__KVY9mq__oneLiner {
  color: #fff;
  background: linear-gradient(135deg, #6b1f6e, #3a1680);
  border: 2px solid #000;
  border-radius: 8px;
  width: 480px;
  max-width: 100%;
  padding: 15px 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 4px 4px #000, inset 0 0 0 2px #ff9ee6;
}

.result-module__KVY9mq__meta {
  color: #8b78c4;
  margin-top: 2px;
  font-size: 12px;
}

.result-module__KVY9mq__actions {
  gap: 8px;
  width: 480px;
  max-width: 100%;
  margin-top: 4px;
  display: flex;
}

.result-module__KVY9mq__actionBtn {
  color: #cdbcf5;
  cursor: pointer;
  background: #2c1b5e;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 1;
  padding: 11px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__actionBtn:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 #000;
}

.result-module__KVY9mq__actionPrimary {
  color: #1a0b3d;
  background: #b6ff3a;
  font-weight: 700;
}

.result-module__KVY9mq__guide {
  color: #cdbcf5;
  background: #1a0b3d99;
  border: 2px solid #000;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 480px;
  max-width: 100%;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.6;
  display: inline-flex;
}

.result-module__KVY9mq__guide b {
  color: #4de8ff;
}

.result-module__KVY9mq__entryGrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: 480px;
  max-width: 100%;
  display: grid;
}

.result-module__KVY9mq__entryTile {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #34165f, #1c0c3f);
  border: 2px solid #000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 4px 9px;
  font-family: Galmuri11, monospace;
  display: flex;
  position: relative;
  box-shadow: 3px 3px #000, inset 0 0 0 2px #ff9ee6;
}

.result-module__KVY9mq__entryTile:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px #000, inset 0 0 0 2px #ff9ee6;
}

.result-module__KVY9mq__entryIcon {
  border: 2px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__entryLabel {
  text-align: center;
  font-size: 12px;
  line-height: 1.25;
}

.result-module__KVY9mq__entryDia {
  color: #4de8ff;
  font-family: "Press Start 2P", monospace;
  font-size: 6px;
}

.result-module__KVY9mq__listHead {
  flex-direction: column;
  gap: 8px;
  width: 480px;
  max-width: 100%;
  margin-top: 4px;
  display: flex;
}

.result-module__KVY9mq__listTitle {
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 15px;
}

.result-module__KVY9mq__listTitle b {
  color: #ffe14d;
}

.result-module__KVY9mq__filterRow {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.result-module__KVY9mq__filterChip {
  color: #cdbcf5;
  cursor: pointer;
  background: #251149;
  border: 2px solid #000;
  border-radius: 14px;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  font-family: Galmuri11, monospace;
  font-size: 13px;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__filterChip:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 #000;
}

.result-module__KVY9mq__filterChipOn {
  color: #1a0b3d;
  background: #b6ff3a;
  font-weight: 700;
  box-shadow: 2px 2px #000, inset 0 0 0 2px #fff;
}

.result-module__KVY9mq__filterNum {
  opacity: .85;
  font-size: 11px;
}

.result-module__KVY9mq__list {
  flex-direction: column;
  gap: 9px;
  width: 480px;
  max-width: 100%;
  display: flex;
}

.result-module__KVY9mq__resultCard {
  cursor: pointer;
  text-align: left;
  background: #1c0c3f;
  border: 2px solid #000;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.result-module__KVY9mq__resultCard:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px #000;
}

.result-module__KVY9mq__rcIcon {
  border: 2px solid #000;
  border-radius: 9px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  box-shadow: 2px 2px #000;
}

.result-module__KVY9mq__rcInfo {
  flex-direction: column;
  flex: 1;
  gap: 3px;
  min-width: 0;
  display: flex;
}

.result-module__KVY9mq__rcKindRow {
  align-items: center;
  gap: 6px;
  min-width: 0;
  display: flex;
}

.result-module__KVY9mq__rcTag {
  color: #1a0b3d;
  background: #c7a8ff;
  border: 1px solid #000;
  border-radius: 5px;
  flex: none;
  padding: 3px 8px;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.result-module__KVY9mq__rcTime {
  color: #9a86d6;
  flex: none;
  margin-left: auto;
  font-size: 12px;
}

.result-module__KVY9mq__rcTitle {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  overflow: hidden;
}

.result-module__KVY9mq__rcMeta {
  color: #b6a4e8;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  overflow: hidden;
}

.result-module__KVY9mq__rcScore {
  color: #b6ff3a;
  flex: none;
  font-size: 16px;
  font-weight: bold;
}

.result-module__KVY9mq__rcArrow {
  color: #6c5aa6;
  flex: none;
  font-size: 18px;
}

.result-module__KVY9mq__empty {
  color: #cdbcf5;
  text-align: center;
  width: 480px;
  max-width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
}

/* [project]/app/components/friendgate.module.css [app-client] (css) */
.friendgate-module__IQKLCq__overlay {
  z-index: 35;
  background: linear-gradient(#12073059 0%, #120730c7 55%, #120730eb 100%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.friendgate-module__IQKLCq__card {
  text-align: center;
  background: linear-gradient(135deg, #3a1a7a, #2f1668);
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 300px;
  max-width: 100%;
  padding: 22px 18px;
  font-family: Galmuri11, monospace;
  display: flex;
  box-shadow: 4px 4px #000, inset 0 0 0 2px #6b3bd6;
}

.friendgate-module__IQKLCq__title {
  color: #ffe14d;
  font-size: 16px;
}

.friendgate-module__IQKLCq__sub {
  color: #dcccff;
  white-space: pre-line;
  font-size: 12px;
  line-height: 1.8;
}

.friendgate-module__IQKLCq__btn {
  color: #1a0b3d;
  cursor: pointer;
  background: #b6ff3a;
  border: 2px solid #000;
  border-radius: 4px;
  width: 100%;
  margin-top: 4px;
  padding: 12px;
  font-family: Galmuri11, monospace;
  font-size: 13px;
  box-shadow: 3px 3px #000;
}

.friendgate-module__IQKLCq__btn:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px #000;
}

/* [project]/app/components/communityrules.module.css [app-client] (css) */
.communityrules-module__neY_xa__overlay {
  z-index: 60;
  background: #0a041ce6;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.communityrules-module__neY_xa__card {
  color: #fff;
  background: linear-gradient(135deg, #3a1a7a, #2f1668);
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  gap: 12px;
  width: 330px;
  max-width: 100%;
  max-height: 84vh;
  padding: 22px 18px 18px;
  font-family: Galmuri11, monospace;
  display: flex;
  overflow-y: auto;
  box-shadow: 4px 4px #000, inset 0 0 0 2px #6b3bd6;
}

.communityrules-module__neY_xa__title {
  color: #ffe14d;
  text-align: center;
  font-size: 16px;
}

.communityrules-module__neY_xa__sub {
  color: #bda9ec;
  text-align: center;
  font-size: 11.5px;
  line-height: 1.6;
}

.communityrules-module__neY_xa__intro {
  color: #ffe14d;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ffe14d1a;
  border: 1px solid #6b3bd6;
  border-radius: 6px;
  padding: 9px 8px;
  font-size: 11px;
  line-height: 1.5;
  overflow: hidden;
}

.communityrules-module__neY_xa__rules {
  background: #1a0b3d;
  border: 1px solid #6b3bd6;
  border-radius: 6px;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  display: flex;
}

.communityrules-module__neY_xa__rule {
  color: #e6dcff;
  gap: 8px;
  font-size: 12px;
  line-height: 1.55;
  display: flex;
}

.communityrules-module__neY_xa__ruleIcon {
  color: #ffe14d;
  flex: none;
}

.communityrules-module__neY_xa__rule b {
  color: #fff;
}

.communityrules-module__neY_xa__agreeRow {
  cursor: pointer;
  align-items: center;
  gap: 10px;
  padding: 2px;
  display: flex;
}

.communityrules-module__neY_xa__check {
  color: #1a0b3d;
  background: #241050;
  border: 2px solid #000;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 14px;
  display: flex;
  box-shadow: 2px 2px #000;
}

.communityrules-module__neY_xa__checkOn {
  background: #b6ff3a;
}

.communityrules-module__neY_xa__agreeLabel {
  color: #fff;
  font-size: 13px;
}

.communityrules-module__neY_xa__btn {
  color: #1a0b3d;
  cursor: pointer;
  background: #b6ff3a;
  border: 2px solid #000;
  border-radius: 4px;
  width: 100%;
  padding: 12px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
  box-shadow: 3px 3px #000;
}

.communityrules-module__neY_xa__btn:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px #000;
}

.communityrules-module__neY_xa__btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.communityrules-module__neY_xa__closeBtn {
  color: #cdbcf2;
  cursor: pointer;
  background: #241050;
  border: 2px solid #000;
  border-radius: 4px;
  align-self: center;
  width: 32%;
  min-width: 92px;
  margin-top: 2px;
  padding: 9px;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  box-shadow: 2px 2px #000;
}

.communityrules-module__neY_xa__closeBtn:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 #000;
}

/* [project]/app/components/PostImages.module.css [app-client] (css) */
.PostImages-module__Fulfra__wrap {
  box-shadow: none;
  background: #120833;
  border: 2px solid #000;
  border-left: none;
  border-right: none;
  border-radius: 0;
  margin: 4px -16px;
  position: relative;
  overflow: hidden;
}

.PostImages-module__Fulfra__track {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
}

.PostImages-module__Fulfra__track::-webkit-scrollbar {
  display: none;
}

.PostImages-module__Fulfra__slide {
  scroll-snap-align: center;
  cursor: zoom-in;
  aspect-ratio: 4 / 3;
  background: #0d0626;
  border: 0;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.PostImages-module__Fulfra__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.PostImages-module__Fulfra__wrap[data-single="true"] .PostImages-module__Fulfra__slide {
  aspect-ratio: auto;
  max-height: 520px;
}

.PostImages-module__Fulfra__wrap[data-single="true"] .PostImages-module__Fulfra__slide img {
  object-fit: contain;
  background: #0d0626;
  height: auto;
  max-height: 520px;
}

.PostImages-module__Fulfra__counter {
  color: #fff;
  pointer-events: none;
  background: #08070ab8;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 2px 8px;
  font-family: Galmuri11, monospace;
  font-size: 11px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.PostImages-module__Fulfra__dots {
  pointer-events: none;
  justify-content: center;
  gap: 5px;
  display: flex;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}

.PostImages-module__Fulfra__dot {
  background: #ffffff73;
  border-radius: 999px;
  width: 6px;
  height: 6px;
  transition: background .2s, width .2s;
  box-shadow: 0 0 0 1px #00000080;
}

.PostImages-module__Fulfra__dotOn {
  background: #b6ff3a;
  width: 16px;
}

.PostImages-module__Fulfra__lbOverlay {
  z-index: 120;
  background: #050408f0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.PostImages-module__Fulfra__lbClose {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background: #ffffff1f;
  border: 2px solid #000;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  font-family: Galmuri11, monospace;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 16px;
  box-shadow: 2px 2px #000;
}

.PostImages-module__Fulfra__lbTrack {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: auto;
}

.PostImages-module__Fulfra__lbTrack::-webkit-scrollbar {
  display: none;
}

.PostImages-module__Fulfra__lbSlide {
  scroll-snap-align: center;
  box-sizing: border-box;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.PostImages-module__Fulfra__lbSlide img {
  object-fit: contain;
  image-rendering: auto;
  max-width: 100%;
  max-height: 100%;
}

/* [project]/app/board/[id]/detail.module.css [app-client] (css) */
.detail-module__mEjpga__page {
  color: #fff;
  min-height: 100dvh;
  padding: 22px 12px calc(84px + env(safe-area-inset-bottom));
  background: linear-gradient(#1c0f44 0%, #150932 38%, #110726 100%) fixed;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: Galmuri11, monospace;
  display: flex;
}

.detail-module__mEjpga__col {
  flex-direction: column;
  gap: 12px;
  width: 384px;
  max-width: 100%;
  display: flex;
}

.detail-module__mEjpga__card {
  box-shadow: none;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #9d86d647;
  border-radius: 0;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
  padding: 4px 6px 18px;
  display: flex;
}

.detail-module__mEjpga__dAuthor {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.detail-module__mEjpga__pAuthorBtn {
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  font-family: Galmuri11, monospace;
  display: flex;
}

.detail-module__mEjpga__pAuthorBtn:disabled {
  cursor: default;
}

.detail-module__mEjpga__pAv {
  background: #1a0b3d99;
  border: 1px solid #6b3bd68c;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.detail-module__mEjpga__pMeta {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.detail-module__mEjpga__pNickRow {
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.detail-module__mEjpga__pNick {
  color: #ffe14d;
  font-size: 14px;
}

.detail-module__mEjpga__pRegion {
  color: #4de8ff;
  font-size: 10px;
}

.detail-module__mEjpga__verBadge {
  color: #1a0b3d;
  background: #4de8ff;
  border: 1.5px solid #000;
  border-radius: 6px;
  flex: none;
  align-items: center;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.detail-module__mEjpga__chatBtn {
  color: #07223a;
  cursor: pointer;
  background: #4de8ff;
  border: 2px solid #000;
  border-radius: 4px;
  flex: none;
  align-items: center;
  gap: 5px;
  padding: 7px 11px;
  font-family: Galmuri11, monospace;
  font-size: 12px;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.detail-module__mEjpga__dContent {
  color: #f3eeff;
  letter-spacing: .1px;
  white-space: pre-wrap;
  word-break: break-word;
  padding: 2px 0;
  font-size: 15.5px;
  line-height: 1.9;
}

.detail-module__mEjpga__dStats {
  color: #cdbcf2;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
  font-size: 12px;
  display: flex;
}

.detail-module__mEjpga__stat {
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.detail-module__mEjpga__dDate {
  color: #9a86d6;
  margin-left: auto;
}

.detail-module__mEjpga__likeBtn {
  color: #9a86d6;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-family: Galmuri11, monospace;
  font-size: 13px;
  line-height: 1;
  display: inline-flex;
}

.detail-module__mEjpga__likeBtn:active {
  transform: translate(1px, 1px);
}

.detail-module__mEjpga__likeOn {
  color: #ff5ed4;
}

.detail-module__mEjpga__likeCount {
  text-align: left;
  min-width: 8px;
  font-weight: 600;
}

.detail-module__mEjpga__cHead {
  color: #ffe14d;
  margin-top: 2px;
  padding: 0 6px 2px;
  font-size: 13px;
}

.detail-module__mEjpga__cList {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.detail-module__mEjpga__cEmpty {
  color: #9a86d6;
  text-align: center;
  padding: 24px 12px;
  font-size: 12px;
}

.detail-module__mEjpga__cItem {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 6px;
  display: flex;
}

.detail-module__mEjpga__cList > div + div {
  border-top: 1px solid #9d86d638;
}

.detail-module__mEjpga__cAv {
  background: #1a0b3d99;
  border: 1px solid #6b3bd680;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.detail-module__mEjpga__cBody {
  flex: 1;
  min-width: 0;
}

.detail-module__mEjpga__cTop {
  align-items: center;
  gap: 6px;
  display: flex;
}

.detail-module__mEjpga__cNick {
  color: #ffe14d;
  font-size: 12px;
}

.detail-module__mEjpga__cText {
  color: #e6dcff;
  word-break: break-word;
  white-space: pre-wrap;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.7;
}

.detail-module__mEjpga__cMeta {
  align-items: center;
  gap: 14px;
  margin-top: 7px;
  display: flex;
}

.detail-module__mEjpga__cTime {
  color: #9a86d6;
  white-space: nowrap;
  font-size: 10px;
}

.detail-module__mEjpga__cReply {
  color: #9a86d6;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  flex: none;
  padding: 0;
  font-family: Galmuri11, monospace;
  font-size: 11px;
}

.detail-module__mEjpga__cReply:active {
  color: #4de8ff;
}

.detail-module__mEjpga__cDel {
  color: #7a68b0;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  flex: none;
  padding: 0;
  font-family: Galmuri11, monospace;
  font-size: 11px;
}

.detail-module__mEjpga__cReplies {
  border-left: 1px solid #6b3bd666;
  flex-direction: column;
  gap: 0;
  margin: 0 0 6px 30px;
  padding-left: 12px;
  display: flex;
}

.detail-module__mEjpga__cReplyItem {
  background: none;
  padding: 10px 4px;
}

.detail-module__mEjpga__cReplyItem .detail-module__mEjpga__cAv {
  width: 24px;
  height: 24px;
}

.detail-module__mEjpga__commentBar {
  z-index: 60;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: #120730eb;
  border-top: 1px solid #6b3bd659;
  justify-content: center;
  transition: bottom .12s ease-out;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.detail-module__mEjpga__commentBarCol {
  flex-direction: column;
  gap: 8px;
  width: 384px;
  max-width: 100%;
  display: flex;
}

.detail-module__mEjpga__replyHint {
  color: #9a86d6;
  align-items: center;
  gap: 8px;
  padding: 0 2px;
  font-size: 11px;
  display: flex;
}

.detail-module__mEjpga__replyHintText b {
  color: #ffe14d;
}

.detail-module__mEjpga__replyCancel {
  color: #9a86d6;
  cursor: pointer;
  background: none;
  border: none;
  margin-left: auto;
  font-family: Galmuri11, monospace;
  font-size: 11px;
  text-decoration: underline;
}

.detail-module__mEjpga__commentBarInner {
  gap: 8px;
  width: 100%;
  display: flex;
}

.detail-module__mEjpga__cInput {
  min-width: 0;
  box-shadow: none;
  color: #fff;
  background: #241050b3;
  border: 1px solid #6b3bd68c;
  border-radius: 22px;
  outline: none;
  flex: 1;
  padding: 11px 16px;
  font-family: Galmuri11, monospace;
  font-size: 13px;
}

.detail-module__mEjpga__cInput:focus {
  border-color: #b6ff3a;
}

.detail-module__mEjpga__cInput::placeholder {
  color: #7a68b0;
}

.detail-module__mEjpga__cSend {
  color: #1a0b3d;
  box-shadow: none;
  cursor: pointer;
  background: #b6ff3a;
  border: none;
  border-radius: 22px;
  flex: none;
  padding: 0 18px;
  font-family: Galmuri11, monospace;
  font-size: 13px;
}

.detail-module__mEjpga__cSend:disabled {
  opacity: .5;
}

.detail-module__mEjpga__dim {
  color: #9a86d6;
  text-align: center;
  padding: 30px 14px;
  font-size: 12px;
}

.detail-module__mEjpga__empty {
  color: #9a86d6;
  text-align: center;
  padding: 48px 14px;
  font-size: 13px;
  line-height: 1.9;
}

/* [project]/app/saju/community/[profileId]/randomdraw.module.css [app-client] (css) */
.randomdraw-module__jKHvua__wrap {
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  display: flex;
}

.randomdraw-module__jKHvua__sub {
  color: #9a86d6;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  line-height: 1.7;
}

.randomdraw-module__jKHvua__gate {
  text-align: center;
  background: #241050;
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 26px 18px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.randomdraw-module__jKHvua__gateTitle {
  color: #ffe14d;
  font-size: 18px;
  font-weight: 700;
}

.randomdraw-module__jKHvua__gateSub {
  color: #cdbcf2;
  font-size: 15px;
  line-height: 1.8;
}

.randomdraw-module__jKHvua__cta {
  color: #1a0b3d;
  cursor: pointer;
  background: #b6ff3a;
  border: 2px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 12px 18px;
  font-family: Galmuri11, monospace;
  font-size: 17px;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 3px 3px #000;
}

.randomdraw-module__jKHvua__cta:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px #000;
}

.randomdraw-module__jKHvua__previewSect {
  background: #1c0c42;
  border: 2px dashed #6b3bd6;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  padding: 12px;
  display: flex;
}

.randomdraw-module__jKHvua__previewHead {
  color: #ffe14d;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 2px 0;
  font-family: Galmuri11, monospace;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.randomdraw-module__jKHvua__previewCaret {
  color: #9a86d6;
  margin-left: auto;
  transition: transform .28s;
  transform: rotate(-90deg);
}

.randomdraw-module__jKHvua__previewCaretOpen {
  transform: rotate(0);
}

.randomdraw-module__jKHvua__previewBody {
  opacity: 0;
  max-height: 0;
  transition: max-height .4s, opacity .3s;
  overflow: hidden;
}

.randomdraw-module__jKHvua__previewBodyOpen {
  opacity: 1;
  max-height: 640px;
}

.randomdraw-module__jKHvua__previewBodyInner {
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 8px;
  display: flex;
}

.randomdraw-module__jKHvua__previewSub {
  color: #9a86d6;
  align-self: flex-start;
  margin-bottom: 6px;
  font-size: 14px;
}

.randomdraw-module__jKHvua__previewCard {
  cursor: pointer;
  text-align: left;
  background: linear-gradient(160deg, #34197e 0%, #20104f 100%);
  border: 3px solid #000;
  border-radius: 16px;
  width: 220px;
  padding: 16px 14px 14px;
  font-family: Galmuri11, monospace;
  transition: transform .12s, box-shadow .12s;
  box-shadow: 4px 4px #000, 0 0 18px #ff5ed438;
}

.randomdraw-module__jKHvua__previewCard:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px #000, 0 0 18px #ff5ed438;
}

.randomdraw-module__jKHvua__mosaic {
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 52px;
  display: inline-flex;
  position: relative;
}

.randomdraw-module__jKHvua__mosaicNum {
  color: #ffe14d;
  filter: blur(9px);
  opacity: .55;
  -webkit-user-select: none;
  user-select: none;
  font-size: 49px;
  font-weight: 800;
  line-height: 1;
}

.randomdraw-module__jKHvua__mosaicTag {
  color: #fff;
  text-shadow: 1px 1px #000;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  inset: 0;
}

.randomdraw-module__jKHvua__filters {
  background: #241050;
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding: 12px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.randomdraw-module__jKHvua__filterHead {
  color: #ffe14d;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 2px 0;
  font-family: Galmuri11, monospace;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.randomdraw-module__jKHvua__filterSummary {
  color: #9a86d6;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
  min-width: 0;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}

.randomdraw-module__jKHvua__filterBody {
  opacity: 0;
  max-height: 0;
  transition: max-height .4s, opacity .3s;
  overflow: hidden;
}

.randomdraw-module__jKHvua__filterBodyOpen {
  opacity: 1;
  max-height: 320px;
}

.randomdraw-module__jKHvua__filterBodyInner {
  flex-direction: column;
  gap: 10px;
  padding-top: 12px;
  display: flex;
}

.randomdraw-module__jKHvua__filterRow {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.randomdraw-module__jKHvua__filterLabel {
  color: #9a86d6;
  text-align: left;
  min-width: 38px;
  font-size: 14px;
}

.randomdraw-module__jKHvua__seg {
  flex-wrap: wrap;
  gap: 5px;
  display: inline-flex;
}

.randomdraw-module__jKHvua__segBtn {
  color: #cdbcf2;
  cursor: pointer;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 14px;
  padding: 6px 12px;
  font-family: Galmuri11, monospace;
  font-size: 15px;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.randomdraw-module__jKHvua__segOn {
  color: #1a0b3d;
  background: #ffe14d;
  box-shadow: 2px 2px #000;
}

.randomdraw-module__jKHvua__ageRange {
  flex: 100%;
  width: 100%;
  margin-top: 2px;
}

.randomdraw-module__jKHvua__ageRangeVal {
  color: #cdbcf2;
  margin-bottom: 2px;
  font-size: 15px;
}

.randomdraw-module__jKHvua__ageRangeVal b {
  color: #ffe14d;
  font-size: 17px;
}

.randomdraw-module__jKHvua__slider {
  width: 100%;
  height: 26px;
  position: relative;
}

.randomdraw-module__jKHvua__sliderTrack {
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.randomdraw-module__jKHvua__sliderFill {
  pointer-events: none;
  background: #ffe14d;
  border-radius: 4px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.randomdraw-module__jKHvua__sliderInput {
  appearance: none;
  pointer-events: none;
  background: none;
  width: 100%;
  height: 26px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.randomdraw-module__jKHvua__sliderInput::-webkit-slider-runnable-track {
  background: none;
  border: none;
}

.randomdraw-module__jKHvua__sliderInput::-moz-range-track {
  background: none;
  border: none;
}

.randomdraw-module__jKHvua__sliderInput::-webkit-slider-thumb {
  appearance: none;
  cursor: pointer;
  pointer-events: auto;
  background: #b6ff3a;
  border: 2px solid #000;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: -6px;
  box-shadow: 1px 1px #000;
}

.randomdraw-module__jKHvua__sliderInput::-moz-range-thumb {
  cursor: pointer;
  pointer-events: auto;
  background: #b6ff3a;
  border: 2px solid #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-shadow: 1px 1px #000;
}

.randomdraw-module__jKHvua__ageNote {
  color: #7d6bb8;
  margin-top: 4px;
  font-size: 13px;
  display: inline-block;
}

.randomdraw-module__jKHvua__genderTag {
  vertical-align: middle;
  align-items: center;
  gap: 3px;
  display: inline-flex;
}

.randomdraw-module__jKHvua__previewModalScore {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 14px 0 6px;
  display: flex;
}

.randomdraw-module__jKHvua__regionNudge {
  color: #ffd24d;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
}

.randomdraw-module__jKHvua__stage {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 340px;
  padding: 8px 0;
  display: flex;
  position: relative;
}

.randomdraw-module__jKHvua__deck {
  width: 190px;
  height: 270px;
  position: relative;
}

.randomdraw-module__jKHvua__deckCard {
  background: repeating-linear-gradient(45deg, #3a1f8a 0 10px, #2f1668 10px 20px);
  border: 3px solid #000;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 4px 4px #000;
}

.randomdraw-module__jKHvua__deckCard:after {
  content: "✦";
  color: #ffe14d;
  opacity: .55;
  font-size: 43px;
}

.randomdraw-module__jKHvua__deckCard:first-child {
  transform: translate(-10px, 8px)rotate(-7deg);
}

.randomdraw-module__jKHvua__deckCard:nth-child(2) {
  transform: translate(6px, 4px)rotate(5deg);
}

.randomdraw-module__jKHvua__deckCard:nth-child(3) {
  animation: 2.6s ease-in-out infinite randomdraw-module__jKHvua__bob;
  transform: translate(0)rotate(0);
}

@keyframes randomdraw-module__jKHvua__bob {
  0%, 100% {
    transform: translateY(0)rotate(0);
  }

  50% {
    transform: translateY(-9px)rotate(-1.5deg);
  }
}

.randomdraw-module__jKHvua__shuffling .randomdraw-module__jKHvua__deckCard:nth-child(3) {
  animation: .42s ease-in-out infinite randomdraw-module__jKHvua__shuffle;
}

@keyframes randomdraw-module__jKHvua__shuffle {
  0% {
    transform: translate(0)rotate(0);
  }

  25% {
    transform: translate(-14px, -6px)rotate(-9deg);
  }

  50% {
    transform: translate(12px, 4px)rotate(8deg);
  }

  75% {
    transform: translate(-8px, 2px)rotate(-4deg);
  }

  100% {
    transform: translate(0)rotate(0);
  }
}

.randomdraw-module__jKHvua__deckBtn {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: none;
  border: none;
  padding: 0;
  display: inline-block;
  position: relative;
}

.randomdraw-module__jKHvua__deckBtn:disabled {
  cursor: default;
}

.randomdraw-module__jKHvua__deckBtn:not(:disabled):active .randomdraw-module__jKHvua__deck {
  transform: translateY(3px);
}

.randomdraw-module__jKHvua__deckBtn .randomdraw-module__jKHvua__deckCard:nth-child(3):after {
  content: none;
}

.randomdraw-module__jKHvua__deckBtn:not(:disabled) .randomdraw-module__jKHvua__deckCard:nth-child(3) {
  animation: 2.6s ease-in-out infinite randomdraw-module__jKHvua__bob, 2.4s ease-in-out infinite randomdraw-module__jKHvua__deckGlow;
}

@keyframes randomdraw-module__jKHvua__deckGlow {
  0%, 100% {
    box-shadow: 4px 4px #000, 0 0 #ffe14d00;
  }

  50% {
    box-shadow: 4px 4px #000, 0 0 20px 3px #ffe14d80;
  }
}

.randomdraw-module__jKHvua__deckCta {
  z-index: 2;
  pointer-events: none;
  text-shadow: 0 2px 5px #000000bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  display: flex;
  position: absolute;
  inset: 0;
}

.randomdraw-module__jKHvua__deckCta svg {
  filter: drop-shadow(0 2px 4px #000000b3);
}

.randomdraw-module__jKHvua__deckCtaLabel {
  color: #ffe14d;
  letter-spacing: 1px;
  font-family: Galmuri11, monospace;
  font-size: 21px;
  font-weight: 700;
}

.randomdraw-module__jKHvua__deckCtaCost {
  color: #fff;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
}

.randomdraw-module__jKHvua__deckTapHint {
  color: #e7dcff;
  margin-top: 4px;
  font-size: 13px;
  animation: 1.5s ease-in-out infinite randomdraw-module__jKHvua__tapPulse;
}

@keyframes randomdraw-module__jKHvua__tapPulse {
  0%, 100% {
    opacity: .4;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

.randomdraw-module__jKHvua__deckDrawing {
  z-index: 2;
  color: #ffe14d;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0;
}

.randomdraw-module__jKHvua__sparkles {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.randomdraw-module__jKHvua__spark {
  font-size: 21px;
  animation: .9s ease-in-out infinite randomdraw-module__jKHvua__sparkle;
  position: absolute;
}

@keyframes randomdraw-module__jKHvua__sparkle {
  0%, 100% {
    opacity: 0;
    transform: scale(.5);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.randomdraw-module__jKHvua__reveal {
  background: linear-gradient(160deg, #34197e 0%, #20104f 100%);
  border: 3px solid #000;
  border-radius: 16px;
  width: 230px;
  padding: 18px 16px 16px;
  animation: .6s cubic-bezier(.2, .8, .3, 1.2) randomdraw-module__jKHvua__flipIn;
  position: relative;
  box-shadow: 5px 5px #000, 0 0 26px #ff5ed459;
}

@keyframes randomdraw-module__jKHvua__flipIn {
  0% {
    opacity: 0;
    transform: rotateY(90deg)scale(.8);
  }

  60% {
    opacity: 1;
    transform: rotateY(-8deg)scale(1.03);
  }

  100% {
    transform: rotateY(0)scale(1);
  }
}

.randomdraw-module__jKHvua__revealGlow {
  pointer-events: none;
  border-radius: 16px;
  animation: 1.8s ease-in-out infinite randomdraw-module__jKHvua__pulse;
  position: absolute;
  inset: -3px;
  box-shadow: 0 0 0 2px #ffe14d80;
}

@keyframes randomdraw-module__jKHvua__pulse {
  0%, 100% {
    opacity: .4;
  }

  50% {
    opacity: 1;
  }
}

.randomdraw-module__jKHvua__revealAv {
  justify-content: center;
  margin-bottom: 8px;
  animation: .5s .15s both randomdraw-module__jKHvua__pop;
  display: flex;
}

@keyframes randomdraw-module__jKHvua__pop {
  0% {
    transform: scale(0);
  }

  70% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

.randomdraw-module__jKHvua__revealNick {
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.randomdraw-module__jKHvua__revealMeta {
  text-align: center;
  color: #cdbcf2;
  margin-top: 3px;
  font-size: 15px;
}

.randomdraw-module__jKHvua__revealRegion {
  text-align: center;
  color: #4de8ff;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  margin-top: 2px;
  font-size: 14px;
  display: inline-flex;
}

.randomdraw-module__jKHvua__scoreBox {
  text-align: center;
  margin: 12px auto 8px;
}

.randomdraw-module__jKHvua__scoreNum {
  color: #ffe14d;
  text-shadow: 2px 2px #000;
  font-size: 49px;
  font-weight: 800;
  line-height: 1;
}

.randomdraw-module__jKHvua__scoreNum.randomdraw-module__jKHvua__hi {
  color: #ff5ed4;
}

.randomdraw-module__jKHvua__scoreLbl {
  color: #9a86d6;
  margin-top: 2px;
  font-size: 14px;
}

.randomdraw-module__jKHvua__ohaeng {
  justify-content: center;
  gap: 8px;
  margin: 8px 0;
  display: flex;
}

.randomdraw-module__jKHvua__ohEl {
  color: #cdbcf2;
  font-size: 14px;
}

.randomdraw-module__jKHvua__ohEl b {
  color: #b6ff3a;
}

.randomdraw-module__jKHvua__revealActions {
  flex-direction: column;
  gap: 7px;
  margin-top: 12px;
  display: flex;
}

.randomdraw-module__jKHvua__actBtn {
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 11px 8px;
  font-family: Galmuri11, monospace;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.randomdraw-module__jKHvua__actCompat {
  color: #1a0b3d;
  background: #ff5ed4;
}

.randomdraw-module__jKHvua__actChat {
  color: #07223a;
  background: #4de8ff;
}

.randomdraw-module__jKHvua__actBtn:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 #000;
}

.randomdraw-module__jKHvua__emptyBox {
  text-align: center;
  color: #cdbcf2;
  background: #241050;
  border: 2px dashed #6b3bd6;
  border-radius: 14px;
  width: 230px;
  padding: 30px 18px;
  font-size: 15.5px;
  line-height: 1.8;
}

.randomdraw-module__jKHvua__drawZone {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.randomdraw-module__jKHvua__quota {
  color: #cdbcf2;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  display: inline-flex;
}

.randomdraw-module__jKHvua__quota b {
  color: #ffe14d;
}

.randomdraw-module__jKHvua__drawBtn {
  color: #1a0b3d;
  cursor: pointer;
  background: linear-gradient(90deg, #ffe14d, #b6ff3a);
  border: 3px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 15px;
  font-family: Galmuri11, monospace;
  font-size: 19px;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 4px 4px #000;
}

.randomdraw-module__jKHvua__drawBtn:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px #000;
}

.randomdraw-module__jKHvua__drawBtn:disabled {
  opacity: .6;
  cursor: default;
}

.randomdraw-module__jKHvua__drawBtnLabel {
  font-weight: 700;
}

.randomdraw-module__jKHvua__drawCostPill {
  color: #1a0b3d;
  background: #1a0b3d26;
  border: 2px solid #1a0b3d52;
  border-radius: 999px;
  align-items: center;
  gap: 3px;
  margin-left: 2px;
  padding: 1px 9px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.randomdraw-module__jKHvua__drawBtnHint {
  color: #9a86d6;
  font-size: 14px;
}

.randomdraw-module__jKHvua__guide {
  text-align: left;
  background: #1c0c44;
  border: 2px solid #000;
  border-radius: 10px;
  width: 100%;
  margin-top: 14px;
  padding: 11px 13px;
  box-shadow: 2px 2px #000;
}

.randomdraw-module__jKHvua__guideHead {
  color: #ffe14d;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  font-size: 13px;
  display: flex;
}

.randomdraw-module__jKHvua__guideList {
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding-left: 16px;
  display: flex;
}

.randomdraw-module__jKHvua__guideList li {
  color: #c8b6f0;
  font-size: 12px;
  line-height: 1.5;
}

.randomdraw-module__jKHvua__seenSect {
  width: 100%;
  margin-top: 6px;
}

.randomdraw-module__jKHvua__seenHead {
  color: #ffe14d;
  text-align: left;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 15px;
  display: flex;
}

.randomdraw-module__jKHvua__seenList {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.randomdraw-module__jKHvua__seenCard {
  text-align: left;
  cursor: pointer;
  background: #241050;
  border: 2px solid #000;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  display: flex;
  box-shadow: 2px 2px #000;
}

.randomdraw-module__jKHvua__seenCard:active {
  transform: translate(1px, 1px);
}

.randomdraw-module__jKHvua__seenCardReq {
  border-color: #ffb84d;
}

.randomdraw-module__jKHvua__seenInfo {
  flex: 1;
  min-width: 0;
}

.randomdraw-module__jKHvua__seenNick {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  display: flex;
  overflow: hidden;
}

.randomdraw-module__jKHvua__seenReqBadge {
  color: #1a0b3d;
  background: #ffd14d;
  border-radius: 6px;
  flex: none;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: 700;
}

.randomdraw-module__jKHvua__seenDeepBadge {
  color: #1a0b3d;
  background: #ff7ad9;
  border-radius: 6px;
  flex: none;
  align-items: center;
  gap: 2px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.randomdraw-module__jKHvua__seenDeepBadge:before {
  content: "♥";
  font-size: 9px;
}

.randomdraw-module__jKHvua__seenMeta {
  color: #9a86d6;
  margin-top: 2px;
  font-size: 13px;
}

.randomdraw-module__jKHvua__cardTags {
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
  display: flex;
}

.randomdraw-module__jKHvua__cardTagsCenter {
  justify-content: center;
  margin-top: 8px;
}

.randomdraw-module__jKHvua__cardTag {
  color: #cdbcf2;
  white-space: nowrap;
  background: #1a0b3d;
  border: 1.5px solid #000;
  border-radius: 8px;
  align-items: center;
  gap: 3px;
  padding: 4px 7px;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  box-shadow: inset 0 0 0 1px #4a2a8f;
}

.randomdraw-module__jKHvua__cardTagRegion {
  color: #4de8ff;
  box-shadow: inset 0 0 0 1px #2a6c8f;
}

.randomdraw-module__jKHvua__cardTagIlju {
  color: #ffd14d;
  box-shadow: inset 0 0 0 1px #8f6a1a;
}

.randomdraw-module__jKHvua__cardTagEl {
  color: #ff9ee6;
  box-shadow: inset 0 0 0 1px #8f2a6c;
}

.randomdraw-module__jKHvua__seenScore {
  color: #ff5ed4;
  white-space: nowrap;
  flex: none;
  font-size: 16px;
  font-weight: 700;
}

.randomdraw-module__jKHvua__seenEmpty {
  color: #7d6bb8;
  padding: 10px;
  font-size: 14px;
}

.randomdraw-module__jKHvua__overlay {
  z-index: 60;
  background: #080418b8;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.randomdraw-module__jKHvua__modal {
  text-align: center;
  background: #241050;
  border: 3px solid #000;
  border-radius: 12px;
  width: 100%;
  max-width: 320px;
  padding: 22px 18px;
  box-shadow: 5px 5px #000;
}

.randomdraw-module__jKHvua__modalEmoji {
  font-size: 37px;
}

.randomdraw-module__jKHvua__modalTitle {
  color: #ffe14d;
  margin: 8px 0 6px;
  font-size: 19px;
  font-weight: 700;
}

.randomdraw-module__jKHvua__modalSub {
  color: #cdbcf2;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.8;
}

.randomdraw-module__jKHvua__modalSub b {
  color: #4de8ff;
}

.randomdraw-module__jKHvua__modalBtn {
  color: #1a0b3d;
  cursor: pointer;
  background: #b6ff3a;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 12px;
  font-family: Galmuri11, monospace;
  font-size: 17px;
  display: inline-flex;
  box-shadow: 3px 3px #000;
}

.randomdraw-module__jKHvua__modalCancel {
  color: #9a86d6;
  cursor: pointer;
  background: none;
  border: none;
  margin-top: 8px;
  font-family: Galmuri11, monospace;
  font-size: 15px;
}

/* [project]/app/saju/community/[profileId]/community.module.css [app-client] (css) */
.community-module__LAYW2a__page {
  color: #fff;
  background: repeating-linear-gradient(0deg, #0000 0 23px, #6b3bd624 23px 24px), repeating-linear-gradient(90deg, #0000 0 23px, #6b3bd624 23px 24px), radial-gradient(120% 60% at 50% 0, #2a1366, #120730 70%);
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-height: 100dvh;
  padding: 22px 12px 64px;
  font-family: Galmuri11, monospace;
  display: flex;
}

.community-module__LAYW2a__col {
  flex-direction: column;
  gap: 12px;
  width: 384px;
  max-width: 100%;
  display: flex;
}

.community-module__LAYW2a__tag {
  color: #4de8ff;
  text-align: center;
  font-family: "Press Start 2P", monospace;
  font-size: 10px;
}

.community-module__LAYW2a__h {
  color: #ffe14d;
  text-align: center;
  font-size: 19px;
}

.community-module__LAYW2a__sub {
  color: #bda9ec;
  text-align: center;
  font-size: 14px;
}

.community-module__LAYW2a__inbox {
  background: linear-gradient(135deg, #3a1a7a, #2f1668);
  border: 2px solid #000;
  border-radius: 4px;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.community-module__LAYW2a__inboxLocked {
  background: repeating-linear-gradient(45deg, #1c0c44, #1c0c44 8px, #211050 8px 16px);
}

.community-module__LAYW2a__inboxHead {
  color: #fff;
  font-size: 15px;
}

.community-module__LAYW2a__inboxHead b {
  color: #ff5ed4;
}

.community-module__LAYW2a__reactor {
  color: #e6dcff;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.community-module__LAYW2a__reactor .community-module__LAYW2a__av {
  font-size: 21px;
}

.community-module__LAYW2a__tabs {
  gap: 8px;
  width: 100%;
  display: flex;
}

.community-module__LAYW2a__tab {
  color: #bda9ec;
  cursor: pointer;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 4px;
  flex: 1;
  padding: 10px;
  font-family: Galmuri11, monospace;
  font-size: 16px;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.community-module__LAYW2a__tabActive {
  color: #1a0b3d;
  background: #b6ff3a;
  box-shadow: 2px 2px #000;
}

.community-module__LAYW2a__gate {
  text-align: center;
  background: linear-gradient(135deg, #3a1a7a, #2f1668);
  border: 2px solid #000;
  border-radius: 4px;
  flex-direction: column;
  gap: 12px;
  padding: 18px 16px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.community-module__LAYW2a__gateEmoji {
  font-size: 41px;
}

.community-module__LAYW2a__gateTitle {
  color: #ffe14d;
  font-size: 18px;
}

.community-module__LAYW2a__gateSub {
  color: #dcccff;
  font-size: 14px;
  line-height: 1.7;
}

.community-module__LAYW2a__field {
  text-align: left;
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.community-module__LAYW2a__fieldLabel {
  color: #4de8ff;
  font-size: 14px;
}

.community-module__LAYW2a__picker {
  position: relative;
}

.community-module__LAYW2a__pickerInput {
  color: #fff;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 3px;
  outline: none;
  width: 100%;
  padding: 9px;
  font-family: Galmuri11, monospace;
  font-size: 16px;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.community-module__LAYW2a__pickerInput:focus {
  box-shadow: inset 0 0 0 1px #b6ff3a;
}

.community-module__LAYW2a__pickerList {
  background: #1a0b3d;
  border: 2px solid #6b3bd6;
  border-radius: 3px;
  max-height: 160px;
  margin-top: 4px;
  overflow-y: auto;
}

.community-module__LAYW2a__pickerItem {
  color: #e6dcff;
  cursor: pointer;
  border-bottom: 1px solid #2f1668;
  padding: 8px 10px;
  font-size: 15px;
}

.community-module__LAYW2a__pickerItem:hover {
  color: #b6ff3a;
  background: #2f1668;
}

.community-module__LAYW2a__cardOpts {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.community-module__LAYW2a__cardOpt {
  color: #cdbcf2;
  cursor: pointer;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 3px;
  padding: 7px 9px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
}

.community-module__LAYW2a__cardOptOn {
  color: #1a0b3d;
  background: #ffe14d;
}

.community-module__LAYW2a__bar {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.community-module__LAYW2a__selectRow {
  gap: 7px;
  display: flex;
}

.community-module__LAYW2a__select {
  color: #e6dcff;
  cursor: pointer;
  appearance: none;
  background-color: #1a0b3d;
  background-image: linear-gradient(45deg, #0000 50%, #9a86d6 50%), linear-gradient(135deg, #9a86d6 50%, #0000 50%);
  background-position: right 11px center, right 6px center;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  border: 2px solid #000;
  border-radius: 6px;
  outline: none;
  flex: 1;
  min-width: 0;
  padding: 9px 26px 9px 11px;
  font-family: Galmuri11, monospace;
  font-size: 15px;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.community-module__LAYW2a__select:focus {
  box-shadow: inset 0 0 0 1px #b6ff3a;
}

.community-module__LAYW2a__regionChip {
  color: #1a0b3d;
  cursor: pointer;
  background: #4de8ff;
  border: 2px solid #000;
  border-radius: 14px;
  align-self: center;
  padding: 6px 12px;
  font-size: 15px;
  box-shadow: 2px 2px #000;
}

.community-module__LAYW2a__filters {
  gap: 6px;
  display: flex;
}

.community-module__LAYW2a__filterBtn {
  color: #bda9ec;
  cursor: pointer;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 3px;
  flex: 1;
  padding: 8px 4px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
}

.community-module__LAYW2a__filterOn {
  color: #1a0b3d;
  background: #ff5ed4;
}

.community-module__LAYW2a__nbActions {
  gap: 6px;
  display: flex;
}

.community-module__LAYW2a__nbBtn {
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 3px;
  flex: 1;
  padding: 8px 4px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
}

.community-module__LAYW2a__sideRegion {
  color: #9a86d6;
  text-align: center;
  font-size: 14px;
}

.community-module__LAYW2a__card {
  background: #241050;
  border: 2px solid #000;
  border-radius: 4px;
  flex-direction: column;
  gap: 9px;
  padding: 11px 12px;
  display: flex;
  box-shadow: 3px 3px #000, inset 0 0 0 2px #6b3bd6;
}

.community-module__LAYW2a__top {
  align-items: center;
  gap: 10px;
  display: flex;
}

.community-module__LAYW2a__av {
  background: #1a0b3d;
  border: 2px solid #6b3bd6;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  font-size: 43px;
  display: flex;
  overflow: hidden;
}

.community-module__LAYW2a__info {
  flex: 1;
  min-width: 0;
}

.community-module__LAYW2a__nm {
  align-items: center;
  gap: 6px;
  font-size: 16px;
  display: flex;
}

.community-module__LAYW2a__ai {
  color: #1a0b3d;
  background: #b6ff3a;
  border-radius: 2px;
  padding: 3px 4px;
  font-family: "Press Start 2P", monospace;
  font-size: 9px;
}

.community-module__LAYW2a__bio {
  color: #bda9ec;
  margin-top: 3px;
  font-size: 14px;
}

.community-module__LAYW2a__scoreLine {
  color: #dcccff;
  margin-top: 4px;
  font-size: 14px;
}

.community-module__LAYW2a__scoreLine b {
  color: #ff5ed4;
  font-size: 16px;
}

.community-module__LAYW2a__scoreLine b.community-module__LAYW2a__hi {
  color: #b6ff3a;
}

.community-module__LAYW2a__score {
  text-align: center;
  flex: none;
  width: 50px;
}

.community-module__LAYW2a__big {
  color: #ff5ed4;
  font-size: 27px;
  line-height: 1;
}

.community-module__LAYW2a__big.community-module__LAYW2a__hi {
  color: #b6ff3a;
}

.community-module__LAYW2a__lbl {
  color: #9a86d6;
  font-size: 10px;
}

.community-module__LAYW2a__mini {
  color: #dcccff;
  gap: 8px;
  margin-top: 4px;
  font-size: 14px;
  display: flex;
}

.community-module__LAYW2a__reacts {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.community-module__LAYW2a__rbtn {
  color: #cdbcf2;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 3px;
  flex: 1;
  min-width: 0;
  padding: 7px 4px;
  font-family: Galmuri11, monospace;
  font-size: 14px;
  overflow: hidden;
}

.community-module__LAYW2a__rbtn.community-module__LAYW2a__on {
  color: #1a0b3d;
  background: #ff5ed4;
  box-shadow: 2px 2px #000;
}

.community-module__LAYW2a__cta {
  color: #1a0b3d;
  cursor: pointer;
  text-align: center;
  background: #b6ff3a;
  border: 2px solid #000;
  border-radius: 3px;
  padding: 11px;
  font-family: Galmuri11, monospace;
  font-size: 16px;
  box-shadow: 3px 3px #000;
}

.community-module__LAYW2a__cta:disabled {
  opacity: .5;
}

.community-module__LAYW2a__price {
  color: #ffe14d;
}

.community-module__LAYW2a__match {
  color: #1a0b3d;
  z-index: 10;
  background: #ff5ed4;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 16px;
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 3px 3px #000;
}

.community-module__LAYW2a__center {
  color: #dcccff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 50vh;
  display: flex;
}

.community-module__LAYW2a__blink {
  animation: 1s steps(2, end) infinite community-module__LAYW2a__blink;
}

@keyframes community-module__LAYW2a__blink {
  50% {
    opacity: .3;
  }
}

.community-module__LAYW2a__err {
  color: #ffd9f3;
  background: #ff5ed41f;
  border: 2px solid #ff5ed4;
  border-radius: 3px;
  padding: 12px;
  font-size: 15px;
}

.community-module__LAYW2a__backlink {
  color: #9a86d6;
  text-align: center;
  border-bottom: 1px dotted #6b3bd6;
  font-size: 14px;
  text-decoration: none;
}

.community-module__LAYW2a__backlink:hover {
  color: #4de8ff;
}

.community-module__LAYW2a__peekHint {
  color: #dcccff;
  text-align: center;
  border: 1px dashed #6b3bd6;
  border-radius: 4px;
  padding: 9px;
  font-size: 15px;
}

.community-module__LAYW2a__peekHint b {
  color: #ffe14d;
}

.community-module__LAYW2a__detailOverlay {
  z-index: 70;
  background: #08070ab8;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: fixed;
  inset: 0;
}

.community-module__LAYW2a__detailModal {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(135deg, #2a1366, #160a2e);
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  gap: 11px;
  width: 380px;
  max-width: 100%;
  max-height: 88dvh;
  padding: 18px;
  display: flex;
  position: relative;
  overflow-y: auto;
  box-shadow: 4px 4px #000, inset 0 0 0 2px #6b3bd6;
}

.community-module__LAYW2a__detailX {
  z-index: 2;
  color: #e6dcff;
  cursor: pointer;
  background: #1a0b3dd9;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Galmuri11, monospace;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
  box-shadow: 2px 2px #000;
}

.community-module__LAYW2a__detailX:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #000;
}

.community-module__LAYW2a__reportInline {
  border-top: 2px dashed #6b3bd6;
  margin-top: 4px;
  padding-top: 12px;
}

.community-module__LAYW2a__deepCard {
  text-align: center;
  background: #ff5ed41a;
  border: 1px dashed #ff5ed4;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 13px 12px;
  display: flex;
}

.community-module__LAYW2a__deepTitle {
  color: #ffe14d;
  font-size: 16px;
}

.community-module__LAYW2a__deepDesc {
  color: #cdbcf2;
  max-width: 280px;
  font-size: 13px;
  line-height: 1.6;
}

.community-module__LAYW2a__deepOrig {
  color: #b07fae;
  opacity: .85;
  font-size: 12px;
}

.community-module__LAYW2a__deepOff {
  color: #ff3d9a;
  vertical-align: super;
  margin-left: 2px;
  font-size: 9px;
  font-weight: 700;
}

.community-module__LAYW2a__deepBtn {
  color: #1a0b3d;
  cursor: pointer;
  background: #ffd14d;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  padding: 9px 18px;
  font-family: Galmuri11, monospace;
  font-size: 15px;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.community-module__LAYW2a__deepBtn:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #000;
}

.community-module__LAYW2a__deepBtn:disabled {
  opacity: .6;
  cursor: default;
}

.community-module__LAYW2a__detailLoading {
  text-align: center;
  color: #dcccff;
  padding: 40px 0;
  font-size: 16px;
}

.community-module__LAYW2a__detailHead {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.community-module__LAYW2a__detailWho {
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.community-module__LAYW2a__detailSub {
  color: #bda9ec;
  margin-top: 4px;
  font-size: 14px;
}

.community-module__LAYW2a__detailTotal {
  text-align: center;
  color: #dcccff;
  font-size: 17px;
}

.community-module__LAYW2a__detailTotal b {
  color: #ff5ed4;
  margin-left: 6px;
  font-size: 29px;
}

.community-module__LAYW2a__detailTotal b.community-module__LAYW2a__hi {
  color: #b6ff3a;
}

.community-module__LAYW2a__detailScores {
  gap: 6px;
  display: flex;
}

.community-module__LAYW2a__detailScores > div {
  text-align: center;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 4px;
  flex: 1;
  padding: 8px 4px;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.community-module__LAYW2a__detailScores span {
  color: #bda9ec;
  margin-bottom: 4px;
  font-size: 14px;
  display: block;
}

.community-module__LAYW2a__detailScores b {
  color: #4de8ff;
  font-size: 20px;
}

.community-module__LAYW2a__detailSect {
  text-align: left;
  background: #1a0b3d80;
  border-radius: 4px;
  padding: 9px 11px;
}

.community-module__LAYW2a__dT {
  color: #ffe14d;
  margin-bottom: 4px;
  font-size: 15px;
}

.community-module__LAYW2a__detailSect p {
  color: #e6dcff;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.community-module__LAYW2a__detailClose {
  color: #9a86d6;
  cursor: pointer;
  background: none;
  border: none;
  font-family: Galmuri11, monospace;
  font-size: 15px;
}

.community-module__LAYW2a__detailTraits {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.community-module__LAYW2a__tRow {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  display: flex;
}

.community-module__LAYW2a__tEl {
  color: #cdbcf2;
  background: #1a0b3d;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 14px;
  box-shadow: inset 0 0 0 1px #6b3bd6;
}

.community-module__LAYW2a__tEl b {
  color: #4de8ff;
}

.community-module__LAYW2a__tChips {
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  display: flex;
}

.community-module__LAYW2a__tChip {
  color: #1a0b3d;
  background: #ff9ee6;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 3px 8px;
  font-size: 14px;
}

.community-module__LAYW2a__detailHeadline {
  color: #ffe14d;
  text-align: center;
  background: #ff5ed41f;
  border: 1px dashed #ff5ed4;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 17px;
  line-height: 1.5;
}

.community-module__LAYW2a__lockSect {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.community-module__LAYW2a__lockBlur {
  filter: blur(5px);
  opacity: .55;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.community-module__LAYW2a__lockOver {
  text-align: center;
  background: linear-gradient(#1a0b3d8c, #1a0b3dd1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 14px;
  display: flex;
  position: absolute;
  inset: 0;
}

.community-module__LAYW2a__lockTitle {
  color: #ffe14d;
  font-size: 16px;
}

.community-module__LAYW2a__lockDesc {
  color: #b9a9e8;
  max-width: 240px;
  font-size: 12px;
  line-height: 1.5;
}

.community-module__LAYW2a__lockBtn {
  color: #1a0b3d;
  cursor: pointer;
  background: #ffd14d;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  padding: 8px 16px;
  font-family: Galmuri11, monospace;
  font-size: 15px;
  display: inline-flex;
  box-shadow: 2px 2px #000;
}

.community-module__LAYW2a__lockBtn:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #000;
}

.community-module__LAYW2a__lockBtn:disabled {
  opacity: .6;
  cursor: default;
}

/*# sourceMappingURL=app_0qfv0_n._.css.map*/