/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.23_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.23_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/ModelSelector.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ModelSelector_wrap__utz6n {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 6px 6px 2px;
  min-height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.ModelSelector_label__edw0r {
  flex-shrink: 0;
  font-size: 10px;
  color: var(--text-muted);
  white-space: nowrap;
}

.ModelSelector_select__lQJCl {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  min-height: 26px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: #2e2923;
  color: var(--text);
  font-size: 10px;
  font-weight: 600;
  padding: 2px 18px 2px 6px;
  cursor: pointer;
}

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

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.23_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.23_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/AdBanner.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.AdBanner_wrap__v6vOb {
  width: 100%;
  padding: 8px 12px calc(8px + var(--safe-bottom));
  background: #12100e;
  border-top: 1px solid var(--border);
}

.AdBanner_wrapTop__bULB7 {
  width: 100%;
  padding: 4px 12px 8px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

/* 삭제된 플레이어 패널 자리 — 동일한 여백·높이 */
.AdBanner_wrapPanel__BgHPK {
  margin: 4px 12px 10px;
  padding: 8px 10px;
  border-radius: 14px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
}

.AdBanner_wrapInline__osEsi {
  width: 100%;
  max-width: 360px;
  padding: 8px 0;
}

.AdBanner_adLive__4E7Cs {
  width: 100%;
  min-height: var(--banner-h);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #1a1714;
}

.AdBanner_ins__Z2B_X {
  display: block;
  width: 100%;
  min-height: var(--banner-h);
}

.AdBanner_adLivePanel__SQ2Oq {
  min-height: var(--banner-h-panel);
  max-height: var(--banner-h-panel);
  border-radius: 10px;
  background: #1a1714;
}

.AdBanner_insPanel__hzf0L {
  min-height: var(--banner-h-panel);
  max-height: var(--banner-h-panel);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.23_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.23_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/GoBoard.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.GoBoard_frame__I3tnN {
  width: 100%;
  aspect-ratio: 1;
  padding: 2.5%;
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 40%),
    linear-gradient(180deg, #e2c49a, #c9a574 55%, #b8955f);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 8px 24px rgba(0, 0, 0, 0.35);
}

.GoBoard_grid__pnkry {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(19, 1fr);
  grid-template-rows: repeat(19, 1fr);
}

.GoBoard_lines__VEgu0 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.GoBoard_lines__VEgu0 line {
  stroke: #5a4430;
  stroke-width: 0.04;
}

.GoBoard_cell__FBVa2 {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  /* 모바일에서 탭 영역이 교차점에 맞게 잡히도록 */
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.GoBoard_cell__FBVa2:disabled {
  cursor: default;
  pointer-events: none;
}

.GoBoard_star__kQ1HI {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18%;
  height: 18%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #3d2e1f;
}

.GoBoard_stone__su0D8 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86%;
  height: 86%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.GoBoard_black__XwBvB {
  background: radial-gradient(circle at 35% 30%, #555, #111 55%, #000);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.GoBoard_white__dxnPB {
  background: radial-gradient(circle at 35% 30%, #fff, #e8e8e8 55%, #cfcfcf);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.GoBoard_ghost__OexmF {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72%;
  height: 72%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid var(--accent);
  background: rgba(201, 154, 107, 0.25);
  box-shadow: 0 0 0 1px rgba(42, 32, 24, 0.2);
}

.GoBoard_mark__H1Zdq {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22%;
  height: 22%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #c0392b;
  z-index: 2;
  pointer-events: none;
}

.GoBoard_own__hiFqS {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.23_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.23_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/play/play.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.play_page__5krun {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
}

.play_top__fIvah {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  padding: 10px 12px 6px;
}

.play_iconBtn__BD_Jh {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 20px;
  cursor: pointer;
}

.play_brand__4ThSW {
  margin: 0;
  text-align: left;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--accent-strong);
}

.play_boardWrap__ykC_M {
  padding: 0 10px;
}

.play_reviewRow__muY8f {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto auto;
  grid-gap: 6px;
  gap: 6px;
  align-items: center;
  padding: 8px 12px 0;
}

.play_reviewRow__muY8f .play_btn__qoQ71,
.play_reviewRow__muY8f .play_btnPrimary__uDMsM {
  min-height: 40px;
  padding: 0 8px;
  font-size: 12px;
  white-space: nowrap;
}

.play_reviewPos___wyeu {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  min-width: 4.5em;
}

.play_actions__RFpg4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  grid-gap: 8px;
  gap: 8px;
  padding: 12px 12px 8px;
}

.play_btn__qoQ71 {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #2e2923;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.play_btnPrimary__uDMsM {
  min-height: 44px;
  border-radius: 12px;
  border: 0;
  background: linear-gradient(180deg, var(--accent-strong), var(--accent));
  color: var(--accent-ink);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.play_btn__qoQ71:disabled,
.play_btnPrimary__uDMsM:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.play_status__dtRlO {
  margin: 0 12px 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #241f1a;
  border: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.play_status__dtRlO strong {
  color: var(--text);
  font-weight: 600;
  flex: 1 1;
  min-width: 0;
}

.play_statusActions__h9DzU {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.play_nav__AoGQT {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: stretch;
  border-top: 1px solid var(--border);
  background: #14110f;
  padding-bottom: 0;
}

.play_navModel__iUdp1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.play_nav__AoGQT a,
.play_nav__AoGQT span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 6px 4px;
  font-size: 10px;
  color: var(--text-muted);
  text-decoration: none;
  min-height: 40px;
}

.play_nav__AoGQT .play_active__SMmBY {
  color: var(--accent);
  background: rgba(201, 154, 107, 0.12);
}

.play_waiting__oZKC8 {
  color: var(--accent);
}

.play_overlay__JmUD8 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: grid;
  place-items: center;
  z-index: 50;
  padding: 24px;
}

.play_dialog__Gr1DM {
  width: min(340px, 100%);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px 18px;
  text-align: center;
}

.play_dialog__Gr1DM h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.play_dialog__Gr1DM p {
  margin: 0 0 16px;
  color: var(--text-muted);
  font-size: 14px;
}

.play_scoreText__sFhNx {
  white-space: pre-line;
  line-height: 1.55;
  color: var(--text) !important;
  font-size: 14px !important;
}

.play_scoreNote__DKSdt {
  margin: -8px 0 16px !important;
  font-size: 11px !important;
  color: #8a7c6c !important;
}

