@keyframes AlertBox___pop___arm31 {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

@keyframes AlertBox___fade___32hD7 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.AlertBox___alert_block___3SVwQ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(5, 3, 8, 0.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  animation: AlertBox___fade___32hD7 0.28s cubic-bezier(0.22, 1, 0.36, 1) backwards; }
  .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ {
    position: relative;
    width: 100%;
    max-width: 400px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #f7efe8;
    background: linear-gradient(180deg, #221828 0%, #17101c 100%);
    border: 1px solid rgba(232, 193, 122, 0.45);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(0, 0, 0, 0.4), 0 0 80px rgba(208, 157, 70, 0.12);
    min-width: 0;
    text-align: center;
    animation: AlertBox___pop___arm31 0.35s cubic-bezier(0.22, 1, 0.36, 1) backwards; }
    .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___title___2HNWR {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      padding: 28px 24px 4px;
      font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
      font-weight: 700;
      font-size: 18px !important;
      letter-spacing: 0.2em;
      color: #f9e8bd; }
    .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___title_icon___3ZpCW {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #f1d38c;
      background: radial-gradient(circle at 50% 30%, rgba(241, 211, 140, 0.22), rgba(241, 211, 140, 0.04) 70%);
      border: 1px solid rgba(232, 193, 122, 0.45);
      box-shadow: 0 0 24px rgba(241, 211, 140, 0.18); }
    .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___content___1P0Cx {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 22px;
      padding: 14px 28px 28px; }
      .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___content___1P0Cx .AlertBox___text___3pkj5 {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
        color: #f7efe8;
        white-space: pre-line;
        word-break: break-word; }
      .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___content___1P0Cx > button {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 46px;
        padding: 0 24px;
        border-radius: 999px;
        font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 0.06em;
        white-space: nowrap;
        cursor: pointer;
        user-select: none;
        transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        color: #2b1b08;
        background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
        background-size: 160% 160%;
        background-position: 0% 50%;
        border: 0;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 -2px 0 rgba(120, 76, 20, 0.35) inset, 0 8px 22px rgba(208, 157, 70, 0.28);
        text-shadow: 0 1px 0 rgba(255, 244, 214, 0.5);
        width: 100%; }
        .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___content___1P0Cx > button:active {
          transform: translateY(1px) scale(0.98); }
        .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___content___1P0Cx > button:disabled, .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___content___1P0Cx > button[disabled] {
          cursor: not-allowed;
          filter: grayscale(0.6) brightness(0.8);
          opacity: 0.7; }
        .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___content___1P0Cx > button > * {
          pointer-events: none; }
        .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___content___1P0Cx > button:hover {
          color: #2b1b08;
          background-position: 100% 50%;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 -2px 0 rgba(120, 76, 20, 0.35) inset, 0 12px 30px rgba(228, 186, 104, 0.4); }

.Layout___container___oF2Ck button {
  outline: none; }

@keyframes Header___shimmer___2JYsY {
  0% {
    background-position: -150% 0; }
  100% {
    background-position: 250% 0; } }

.Header___none___SYSis {
  display: none; }

.Header___wrapper___2OaNs {
  position: relative;
  z-index: 51;
  background: linear-gradient(180deg, rgba(20, 12, 25, 0.96) 0%, rgba(14, 9, 19, 0.9) 100%);
  border-bottom: 1px solid rgba(255, 226, 200, 0.08); }
  @media (max-width: 575.98px) {
    .Header___wrapper___2OaNs {
      display: none; } }

.Header___inner___zKrGr {
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px; }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Header___inner___zKrGr {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 575.98px) {
    .Header___inner___zKrGr {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Header___inner___zKrGr {
      flex-wrap: wrap;
      row-gap: 10px;
      padding-top: 12px;
      padding-bottom: 12px; } }

.Header___logo___2ZYEX {
  flex-shrink: 0; }
  .Header___logo___2ZYEX > a {
    display: inline-flex;
    transition: filter 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
    .Header___logo___2ZYEX > a:hover {
      filter: brightness(1.08); }

.Header___top_container___2e4iq {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0; }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Header___top_container___2e4iq {
      flex-basis: 100%;
      justify-content: space-between; } }
  .Header___top_container___2e4iq > form {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0; }
    @media (min-width: 576px) and (max-width: 1023.98px) {
      .Header___top_container___2e4iq > form {
        flex: 1 1 auto; } }
  .Header___top_container___2e4iq .Header___field___zHqpo {
    position: relative;
    display: flex;
    align-items: center; }
    .Header___top_container___2e4iq .Header___field___zHqpo .Header___field_icon___FC3pd {
      position: absolute;
      left: 14px;
      color: #e4ba68;
      opacity: 0.85; }
    .Header___top_container___2e4iq .Header___field___zHqpo > input {
      width: 100%;
      height: 42px;
      padding: 0 16px;
      font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
      font-size: 15px;
      color: #f7efe8;
      background: #241a2b;
      border: 1px solid rgba(255, 226, 200, 0.16);
      border-radius: 14px;
      outline: none;
      transition: border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1);
      -webkit-appearance: none;
      appearance: none;
      width: 190px;
      padding-left: 40px;
      font-size: 14px;
      border-radius: 999px; }
      .Header___top_container___2e4iq .Header___field___zHqpo > input::placeholder {
        color: #6b5e68; }
      .Header___top_container___2e4iq .Header___field___zHqpo > input:hover {
        border-color: rgba(255, 226, 200, 0.26); }
      .Header___top_container___2e4iq .Header___field___zHqpo > input:focus {
        background: #2a1f32;
        border-color: #e4ba68;
        box-shadow: 0 0 0 3px rgba(228, 186, 104, 0.18); }
      .Header___top_container___2e4iq .Header___field___zHqpo > input:disabled, .Header___top_container___2e4iq .Header___field___zHqpo > input[readonly] {
        color: #9a8b96;
        background: rgba(255, 255, 255, 0.03); }
      @media (max-width: 1279.98px) {
        .Header___top_container___2e4iq .Header___field___zHqpo > input {
          width: 160px; } }
      @media (min-width: 576px) and (max-width: 1023.98px) {
        .Header___top_container___2e4iq .Header___field___zHqpo > input {
          width: 100%;
          min-width: 120px; } }
    .Header___top_container___2e4iq .Header___field___zHqpo > input[type='password'] {
      padding-right: 78px;
      width: 220px; }
      @media (max-width: 1279.98px) {
        .Header___top_container___2e4iq .Header___field___zHqpo > input[type='password'] {
          width: 190px; } }
      @media (min-width: 576px) and (max-width: 1023.98px) {
        .Header___top_container___2e4iq .Header___field___zHqpo > input[type='password'] {
          width: 100%; } }
    @media (min-width: 576px) and (max-width: 1023.98px) {
      .Header___top_container___2e4iq .Header___field___zHqpo {
        flex: 1 1 0;
        min-width: 0; } }
  .Header___top_container___2e4iq .Header___forget_password___1xWLo {
    position: absolute;
    right: 8px;
    padding: 3px 10px;
    font-size: 12px;
    color: #9a8b96;
    border: 1px solid rgba(255, 226, 200, 0.16);
    border-radius: 999px;
    transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
    .Header___top_container___2e4iq .Header___forget_password___1xWLo:hover {
      color: #f9e8bd;
      border-color: rgba(232, 193, 122, 0.45); }
  .Header___top_container___2e4iq .Header___remember___3pxbL {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap; }
    .Header___top_container___2e4iq .Header___remember___3pxbL > label {
      font-size: 13px;
      color: #9a8b96;
      cursor: pointer; }
  .Header___top_container___2e4iq .Header___checkbox___1rCfu {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid rgba(232, 193, 122, 0.45);
    background: #241a2b;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
    .Header___top_container___2e4iq .Header___checkbox___1rCfu::after {
      content: '';
      width: 9px;
      height: 5px;
      border-left: 2px solid #2b1b08;
      border-bottom: 2px solid #2b1b08;
      transform: rotate(-45deg) translate(1px, -1px) scale(0);
      transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
    .Header___top_container___2e4iq .Header___checkbox___1rCfu:checked {
      background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
      border-color: #f1d38c; }
      .Header___top_container___2e4iq .Header___checkbox___1rCfu:checked::after {
        transform: rotate(-45deg) translate(1px, -1px) scale(1); }
  .Header___top_container___2e4iq .Header___login___B9Pf5 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    padding: 0 26px;
    border-radius: 999px;
    font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    color: #2b1b08;
    background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
    background-size: 160% 160%;
    background-position: 0% 50%;
    border: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 -2px 0 rgba(120, 76, 20, 0.35) inset, 0 8px 22px rgba(208, 157, 70, 0.28);
    text-shadow: 0 1px 0 rgba(255, 244, 214, 0.5); }
    .Header___top_container___2e4iq .Header___login___B9Pf5:active {
      transform: translateY(1px) scale(0.98); }
    .Header___top_container___2e4iq .Header___login___B9Pf5:disabled, .Header___top_container___2e4iq .Header___login___B9Pf5[disabled] {
      cursor: not-allowed;
      filter: grayscale(0.6) brightness(0.8);
      opacity: 0.7; }
    .Header___top_container___2e4iq .Header___login___B9Pf5 > * {
      pointer-events: none; }
    .Header___top_container___2e4iq .Header___login___B9Pf5:hover {
      color: #2b1b08;
      background-position: 100% 50%;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 -2px 0 rgba(120, 76, 20, 0.35) inset, 0 12px 30px rgba(228, 186, 104, 0.4); }
  .Header___top_container___2e4iq .Header___regist___1wVkY {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    color: #f9e8bd;
    background: rgba(241, 211, 140, 0.04);
    border: 1px solid rgba(232, 193, 122, 0.45);
    color: #f4b7a6;
    border-color: rgba(244, 183, 166, 0.45); }
    .Header___top_container___2e4iq .Header___regist___1wVkY:active {
      transform: translateY(1px) scale(0.98); }
    .Header___top_container___2e4iq .Header___regist___1wVkY:disabled, .Header___top_container___2e4iq .Header___regist___1wVkY[disabled] {
      cursor: not-allowed;
      filter: grayscale(0.6) brightness(0.8);
      opacity: 0.7; }
    .Header___top_container___2e4iq .Header___regist___1wVkY > * {
      pointer-events: none; }
    .Header___top_container___2e4iq .Header___regist___1wVkY:hover {
      color: #fff7e0;
      background: rgba(241, 211, 140, 0.12);
      border-color: #f1d38c; }
    .Header___top_container___2e4iq .Header___regist___1wVkY:hover {
      color: #fff;
      border-color: #f4b7a6;
      background: rgba(232, 147, 126, 0.14); }
  .Header___top_container___2e4iq .Header___user___16QZF {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 16px 5px 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 226, 200, 0.08);
    min-width: 0; }
  .Header___top_container___2e4iq .Header___avatar___MdGK9 {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2b1b08;
    background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
    box-shadow: 0 0 0 2px rgba(241, 211, 140, 0.25); }
  .Header___top_container___2e4iq .Header___user_text___1gdwU {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    min-width: 0; }
  .Header___top_container___2e4iq .Header___user_data___1VnFh {
    font-size: 13px;
    color: #9a8b96;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px; }
    .Header___top_container___2e4iq .Header___user_data___1VnFh .Header___color___1Ef6o {
      color: #f7efe8;
      font-weight: 700; }
  .Header___top_container___2e4iq .Header___user_balance___2LZdM {
    font-size: 12px;
    color: #9a8b96;
    white-space: nowrap; }
    .Header___top_container___2e4iq .Header___user_balance___2LZdM .Header___balance___1BAa3 {
      font-family: "Montserrat", "Noto Sans TC", sans-serif;
      font-variant-numeric: tabular-nums;
      font-feature-settings: 'tnum' 1;
      letter-spacing: 0.01em;
      margin-left: 4px;
      font-size: 16px;
      font-weight: 700;
      color: #f1d38c; }
  .Header___top_container___2e4iq .Header___member_center_btns___1ixZy {
    display: flex;
    align-items: center;
    gap: 4px; }
    .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > a:not(.Header___deposit___5o3CW) {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      height: 40px;
      padding: 0 14px;
      border-radius: 999px;
      font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 0.06em;
      white-space: nowrap;
      cursor: pointer;
      user-select: none;
      transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1);
      color: #cfc1c6;
      background: transparent;
      border: 1px solid transparent;
      font-weight: 500;
      font-size: 14px;
      gap: 6px; }
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > a:not(.Header___deposit___5o3CW):active {
        transform: translateY(1px) scale(0.98); }
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > a:not(.Header___deposit___5o3CW):disabled, .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > a:not(.Header___deposit___5o3CW)[disabled] {
        cursor: not-allowed;
        filter: grayscale(0.6) brightness(0.8);
        opacity: 0.7; }
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > a:not(.Header___deposit___5o3CW) > * {
        pointer-events: none; }
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > a:not(.Header___deposit___5o3CW):hover {
        color: #f9e8bd;
        background: rgba(255, 255, 255, 0.05); }
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > a:not(.Header___deposit___5o3CW) svg {
        color: #e4ba68; }
    .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > .Header___deposit___5o3CW {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      height: 40px;
      padding: 0 18px;
      border-radius: 999px;
      font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 0.06em;
      white-space: nowrap;
      cursor: pointer;
      user-select: none;
      transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1);
      color: #2b1b08;
      background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
      background-size: 160% 160%;
      background-position: 0% 50%;
      border: 0;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 -2px 0 rgba(120, 76, 20, 0.35) inset, 0 8px 22px rgba(208, 157, 70, 0.28);
      text-shadow: 0 1px 0 rgba(255, 244, 214, 0.5);
      margin-right: 6px;
      font-size: 14px; }
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > .Header___deposit___5o3CW:active {
        transform: translateY(1px) scale(0.98); }
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > .Header___deposit___5o3CW:disabled, .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > .Header___deposit___5o3CW[disabled] {
        cursor: not-allowed;
        filter: grayscale(0.6) brightness(0.8);
        opacity: 0.7; }
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > .Header___deposit___5o3CW > * {
        pointer-events: none; }
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > .Header___deposit___5o3CW:hover {
        color: #2b1b08;
        background-position: 100% 50%;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 -2px 0 rgba(120, 76, 20, 0.35) inset, 0 12px 30px rgba(228, 186, 104, 0.4); }
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > .Header___deposit___5o3CW svg {
        color: #2b1b08; }
    @media (max-width: 1279.98px) {
      .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > a:not(.Header___deposit___5o3CW) {
        padding: 0 10px; } }
  .Header___top_container___2e4iq .Header___logout___2Z_jF {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    color: #cfc1c6;
    background: transparent;
    border: 1px solid transparent;
    font-weight: 500;
    margin-left: 4px;
    font-size: 14px;
    color: #9a8b96;
    border: 1px solid rgba(255, 226, 200, 0.08); }
    .Header___top_container___2e4iq .Header___logout___2Z_jF:active {
      transform: translateY(1px) scale(0.98); }
    .Header___top_container___2e4iq .Header___logout___2Z_jF:disabled, .Header___top_container___2e4iq .Header___logout___2Z_jF[disabled] {
      cursor: not-allowed;
      filter: grayscale(0.6) brightness(0.8);
      opacity: 0.7; }
    .Header___top_container___2e4iq .Header___logout___2Z_jF > * {
      pointer-events: none; }
    .Header___top_container___2e4iq .Header___logout___2Z_jF:hover {
      color: #f9e8bd;
      background: rgba(255, 255, 255, 0.05); }
    .Header___top_container___2e4iq .Header___logout___2Z_jF:hover {
      color: #f4b7a6;
      border-color: rgba(244, 183, 166, 0.4);
      background: rgba(232, 147, 126, 0.08); }
  .Header___top_container___2e4iq .Header___skeleton___2n1h_,
  .Header___top_container___2e4iq .Header___skeleton_btn___1RCl4 {
    display: inline-block;
    height: 42px;
    width: 180px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 100%);
    background-size: 200% 100%;
    animation: Header___shimmer___2JYsY 1.4s linear infinite; }
  .Header___top_container___2e4iq .Header___skeleton_btn___1RCl4 {
    width: 96px; }

.Logo___logo___1vWLN {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
  white-space: nowrap;
  user-select: none; }
  .Logo___logo___1vWLN .Logo___emblem___1INyM {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 14px rgba(228, 186, 104, 0.35)); }
  .Logo___logo___1vWLN .Logo___word___17Eku {
    display: inline-flex;
    flex-direction: column;
    gap: 6px; }
  .Logo___logo___1vWLN .Logo___cn___nwguU {
    font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.14em;
    margin-right: -0.14em;
    background: linear-gradient(180deg, #fff4d2 0%, #f1d38c 46%, #c8913e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f1d38c;
    filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.35)); }
  .Logo___logo___1vWLN .Logo___en___3MN8T {
    font-family: "Cinzel", "Noto Serif TC", serif;
    font-weight: 700;
    font-size: 10.5px;
    letter-spacing: 0.46em;
    color: #e4ba68;
    opacity: 0.85; }

.Logo___md___2X3bs {
  gap: 10px; }
  .Logo___md___2X3bs .Logo___emblem___1INyM {
    width: 36px;
    height: 36px; }
  .Logo___md___2X3bs .Logo___cn___nwguU {
    font-size: 22px; }
  .Logo___md___2X3bs .Logo___en___3MN8T {
    font-size: 8.5px;
    letter-spacing: 0.4em; }
  .Logo___md___2X3bs .Logo___word___17Eku {
    gap: 4px; }

.Logo___sm___10KWj {
  gap: 8px; }
  .Logo___sm___10KWj .Logo___emblem___1INyM {
    width: 28px;
    height: 28px; }
  .Logo___sm___10KWj .Logo___cn___nwguU {
    font-size: 18px; }
  .Logo___sm___10KWj .Logo___en___3MN8T {
    font-size: 7.5px; }
  .Logo___sm___10KWj .Logo___word___17Eku {
    gap: 3px; }

@keyframes PreTransfer___pop___3pDVb {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

@keyframes PreTransfer___fade___W3ZGC {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.PreTransfer___container___2P3Jh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(5, 3, 8, 0.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  animation: PreTransfer___fade___W3ZGC 0.28s cubic-bezier(0.22, 1, 0.36, 1) backwards; }
  .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk {
    position: relative;
    width: 100%;
    max-width: 520px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #f7efe8;
    background: linear-gradient(180deg, #221828 0%, #17101c 100%);
    border: 1px solid rgba(232, 193, 122, 0.45);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(0, 0, 0, 0.4), 0 0 80px rgba(208, 157, 70, 0.12);
    animation: PreTransfer___pop___3pDVb 0.4s cubic-bezier(0.22, 1, 0.36, 1) backwards; }
    @media (max-width: 575.98px) {
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk {
        border-radius: 20px; } }
    .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___head___1FgOj {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 18px 22px 16px;
      font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0.12em;
      color: #f9e8bd;
      border-bottom: 1px solid rgba(255, 226, 200, 0.08);
      background: radial-gradient(120% 140% at 50% -40%, rgba(241, 211, 140, 0.18), transparent 60%); }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___head___1FgOj .PreTransfer___head_title___1-0a- {
        display: inline-flex;
        align-items: center;
        gap: 10px; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___head___1FgOj .PreTransfer___head_title___1-0a- svg {
          color: #f1d38c; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___head___1FgOj > button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: #cfc1c6;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 226, 200, 0.08);
        cursor: pointer;
        transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        flex-shrink: 0; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___head___1FgOj > button:hover {
          color: #f9e8bd;
          border-color: rgba(232, 193, 122, 0.45);
          background: rgba(241, 211, 140, 0.08); }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___head___1FgOj > button > * {
          pointer-events: none; }
    .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm {
      overflow-y: auto;
      padding: 22px 26px 26px;
      text-align: center;
      scrollbar-width: thin;
      scrollbar-color: rgba(241, 211, 140, 0.35) transparent; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm::-webkit-scrollbar-track {
        background: transparent; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm::-webkit-scrollbar-thumb {
        background: rgba(241, 211, 140, 0.3);
        border-radius: 99px; }
      @media (max-width: 575.98px) {
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm {
          padding: 18px 16px 20px; } }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 20px; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA > span:not(.PreTransfer___arrow___9D9Ii) {
          flex: 1 1 0;
          min-width: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 4px;
          padding: 16px 10px 14px;
          font-size: 13px;
          color: #9a8b96;
          border-radius: 20px;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.01) 100%), #241a2b;
          border: 1px solid rgba(255, 226, 200, 0.08); }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA > span:not(.PreTransfer___arrow___9D9Ii) > span:nth-child(2) {
            font-size: 14px;
            color: #cfc1c6;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%; }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA > span:not(.PreTransfer___arrow___9D9Ii) > span:nth-child(3) {
            font-family: "Montserrat", "Noto Sans TC", sans-serif;
            font-variant-numeric: tabular-nums;
            font-feature-settings: 'tnum' 1;
            letter-spacing: 0.01em;
            font-size: 22px;
            font-weight: 700;
            color: #f9e8bd;
            word-break: break-all; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA .PreTransfer___wallet_icon___1xcfP {
          width: 46px;
          height: 46px;
          margin-bottom: 4px;
          border-radius: 50%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #f1d38c;
          background: radial-gradient(circle at 50% 30%, rgba(241, 211, 140, 0.2), rgba(241, 211, 140, 0.04) 70%);
          border: 1px solid rgba(232, 193, 122, 0.45); }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA .PreTransfer___wallet_to___25nRw {
          color: #f4b7a6;
          border-color: rgba(244, 183, 166, 0.45);
          background: radial-gradient(circle at 50% 30%, rgba(232, 147, 126, 0.22), rgba(232, 147, 126, 0.04) 70%); }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA .PreTransfer___arrow___9D9Ii {
          flex-shrink: 0;
          align-self: center;
          width: 36px;
          height: 36px;
          border-radius: 50%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #2b1b08;
          background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
          box-shadow: 0 0 16px rgba(241, 211, 140, 0.35); }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___input_label___3Fp1Y {
        display: block;
        margin: 0 0 8px;
        font-size: 14px;
        font-weight: 500;
        color: #cfc1c6;
        letter-spacing: 0.04em;
        text-align: left; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm > input {
        width: 100%;
        height: 54px;
        padding: 0 16px;
        font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
        font-size: 15px;
        color: #f7efe8;
        background: #241a2b;
        border: 1px solid rgba(255, 226, 200, 0.16);
        border-radius: 14px;
        outline: none;
        transition: border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        -webkit-appearance: none;
        appearance: none;
        font-family: "Montserrat", "Noto Sans TC", sans-serif;
        font-variant-numeric: tabular-nums;
        font-feature-settings: 'tnum' 1;
        letter-spacing: 0.01em;
        text-align: right;
        padding-right: 18px;
        font-size: 22px;
        font-weight: 700;
        color: #f9e8bd; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm > input::placeholder {
          color: #6b5e68; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm > input:hover {
          border-color: rgba(255, 226, 200, 0.26); }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm > input:focus {
          background: #2a1f32;
          border-color: #e4ba68;
          box-shadow: 0 0 0 3px rgba(228, 186, 104, 0.18); }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm > input:disabled, .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm > input[readonly] {
          color: #9a8b96;
          background: rgba(255, 255, 255, 0.03); }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 > button {
          position: relative;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
          height: 46px;
          padding: 0 8px;
          border-radius: 999px;
          font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
          font-weight: 700;
          font-size: 15px;
          letter-spacing: 0.06em;
          white-space: nowrap;
          cursor: pointer;
          user-select: none;
          transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1);
          color: #f7efe8;
          background: #241a2b;
          border: 1px solid rgba(255, 226, 200, 0.16);
          font-family: "Montserrat", "Noto Sans TC", sans-serif;
          font-variant-numeric: tabular-nums;
          font-feature-settings: 'tnum' 1;
          letter-spacing: 0.01em;
          width: 100%;
          border-radius: 14px;
          font-size: 16px; }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 > button:active {
            transform: translateY(1px) scale(0.98); }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 > button:disabled, .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 > button[disabled] {
            cursor: not-allowed;
            filter: grayscale(0.6) brightness(0.8);
            opacity: 0.7; }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 > button > * {
            pointer-events: none; }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 > button:hover {
            color: #f9e8bd;
            border-color: rgba(232, 193, 122, 0.45);
            background: #30233a; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 .PreTransfer___transfer___1WuHz {
          position: relative;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
          height: 46px;
          padding: 0 8px;
          border-radius: 999px;
          font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
          font-weight: 700;
          font-size: 15px;
          letter-spacing: 0.06em;
          white-space: nowrap;
          cursor: pointer;
          user-select: none;
          transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1);
          color: #2b1b08;
          background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
          background-size: 160% 160%;
          background-position: 0% 50%;
          border: 0;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 -2px 0 rgba(120, 76, 20, 0.35) inset, 0 8px 22px rgba(208, 157, 70, 0.28);
          text-shadow: 0 1px 0 rgba(255, 244, 214, 0.5);
          width: 100%;
          border-radius: 14px; }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 .PreTransfer___transfer___1WuHz:active {
            transform: translateY(1px) scale(0.98); }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 .PreTransfer___transfer___1WuHz:disabled, .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 .PreTransfer___transfer___1WuHz[disabled] {
            cursor: not-allowed;
            filter: grayscale(0.6) brightness(0.8);
            opacity: 0.7; }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 .PreTransfer___transfer___1WuHz > * {
            pointer-events: none; }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 .PreTransfer___transfer___1WuHz:hover {
            color: #2b1b08;
            background-position: 100% 50%;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 -2px 0 rgba(120, 76, 20, 0.35) inset, 0 12px 30px rgba(228, 186, 104, 0.4); }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 .PreTransfer___disable___3eS2b {
          color: #6b5e68 !important;
          background: rgba(255, 255, 255, 0.04) !important;
          border: 1px solid rgba(255, 226, 200, 0.08) !important;
          box-shadow: none !important;
          cursor: not-allowed; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___enter_game___3I3lG {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 52px;
        padding: 0 24px;
        border-radius: 999px;
        font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 0.06em;
        white-space: nowrap;
        cursor: pointer;
        user-select: none;
        transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        color: #fff;
        background: linear-gradient(135deg, #f7c6b8 0%, #e18a76 52%, #b45a4a 100%);
        border: 0;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 8px 22px rgba(212, 113, 93, 0.3);
        width: 100%;
        margin-top: 16px;
        border-radius: 14px;
        font-size: 17px;
        letter-spacing: 0.16em; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___enter_game___3I3lG:active {
          transform: translateY(1px) scale(0.98); }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___enter_game___3I3lG:disabled, .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___enter_game___3I3lG[disabled] {
          cursor: not-allowed;
          filter: grayscale(0.6) brightness(0.8);
          opacity: 0.7; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___enter_game___3I3lG > * {
          pointer-events: none; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___enter_game___3I3lG:hover {
          color: #fff;
          filter: brightness(1.08);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 12px 30px rgba(212, 113, 93, 0.42); }

.Gamebar___wrapper___3W099 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: rgba(14, 9, 19, 0.82);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid rgba(255, 226, 200, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); }
  .Gamebar___wrapper___3W099::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(241, 211, 140, 0.55) 50%, transparent 100%);
    pointer-events: none; }
  @media (max-width: 575.98px) {
    .Gamebar___wrapper___3W099 {
      display: none; } }

.Gamebar___inner___2tpVQ {
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Gamebar___inner___2tpVQ {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 575.98px) {
    .Gamebar___inner___2tpVQ {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Gamebar___inner___2tpVQ {
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
      justify-content: flex-start;
      gap: 0; }
      .Gamebar___inner___2tpVQ::-webkit-scrollbar {
        display: none; } }

.Gamebar___tab___2hJwU {
  position: relative;
  flex: 1 1 0;
  min-width: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 10px 4px 11px;
  color: #cfc1c6;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Gamebar___tab___2hJwU {
      flex: 1 0 70px;
      min-width: 70px;
      padding-left: 2px;
      padding-right: 2px; }
      .Gamebar___tab___2hJwU .Gamebar___chinese_name___1OGYm {
        font-size: 14px;
        letter-spacing: 0.02em; }
      .Gamebar___tab___2hJwU .Gamebar___icon___2NNy1 {
        width: 36px;
        height: 36px; } }
  .Gamebar___tab___2hJwU .Gamebar___hover___13eLW {
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: 0;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
    transform: scaleX(0);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
  .Gamebar___tab___2hJwU .Gamebar___icon___2NNy1 {
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e4ba68;
    background: radial-gradient(circle at 50% 30%, rgba(241, 211, 140, 0.1), rgba(255, 255, 255, 0.02) 70%);
    border: 1px solid rgba(255, 226, 200, 0.08);
    transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
  .Gamebar___tab___2hJwU .Gamebar___chinese_name___1OGYm {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
    white-space: nowrap; }
  .Gamebar___tab___2hJwU .Gamebar___english_name___KIw_z {
    font-family: "Cinzel", "Noto Serif TC", serif;
    font-weight: 600;
    font-size: 9.5px;
    letter-spacing: 0.18em;
    color: #6b5e68;
    white-space: nowrap;
    transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
    @media (max-width: 1279.98px) {
      .Gamebar___tab___2hJwU .Gamebar___english_name___KIw_z {
        display: none; } }
  .Gamebar___tab___2hJwU:hover, .Gamebar___tab___2hJwU.Gamebar___hovering___1bEty, .Gamebar___tab___2hJwU.Gamebar___active___1gHtN {
    color: #f9e8bd; }
    .Gamebar___tab___2hJwU:hover .Gamebar___hover___13eLW, .Gamebar___tab___2hJwU.Gamebar___hovering___1bEty .Gamebar___hover___13eLW, .Gamebar___tab___2hJwU.Gamebar___active___1gHtN .Gamebar___hover___13eLW {
      transform: scaleX(1); }
    .Gamebar___tab___2hJwU:hover .Gamebar___icon___2NNy1, .Gamebar___tab___2hJwU.Gamebar___hovering___1bEty .Gamebar___icon___2NNy1, .Gamebar___tab___2hJwU.Gamebar___active___1gHtN .Gamebar___icon___2NNy1 {
      color: #2b1b08;
      background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
      border-color: transparent;
      box-shadow: 0 6px 18px rgba(228, 186, 104, 0.35); }
    .Gamebar___tab___2hJwU:hover .Gamebar___english_name___KIw_z, .Gamebar___tab___2hJwU.Gamebar___hovering___1bEty .Gamebar___english_name___KIw_z, .Gamebar___tab___2hJwU.Gamebar___active___1gHtN .Gamebar___english_name___KIw_z {
      color: #e4ba68; }

.Gamebar___games___iXxro {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 60;
  background: linear-gradient(180deg, rgba(24, 15, 29, 0.98) 0%, rgba(14, 9, 19, 0.98) 100%);
  border-bottom: 1px solid rgba(232, 193, 122, 0.45);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.28s; }

.Gamebar___games_open___97e_Y {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s; }

.Gamebar___games_inner___2lH1w {
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 22px;
  padding-bottom: 28px; }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Gamebar___games_inner___2lH1w {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 575.98px) {
    .Gamebar___games_inner___2lH1w {
      padding-left: 16px;
      padding-right: 16px; } }

.Gamebar___games_head___1ZcTQ {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px; }
  .Gamebar___games_head___1ZcTQ .Gamebar___games_title___2MWQ_ {
    font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.12em;
    background: linear-gradient(180deg, #fff4d2 0%, #f1d38c 46%, #c8913e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f1d38c; }
  .Gamebar___games_head___1ZcTQ .Gamebar___games_sub___gZhYn {
    font-size: 13px;
    color: #9a8b96;
    letter-spacing: 0.08em; }

.Gamebar___games_list___2k5G0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px; }
  .Gamebar___games_list___2k5G0 > button {
    position: relative;
    width: 180px;
    padding: 14px 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #f7efe8;
    border-radius: 20px;
    border: 1px solid rgba(255, 226, 200, 0.08);
    background: radial-gradient(120% 80% at 50% 110%, rgba(212, 113, 93, 0.28), transparent 60%), radial-gradient(90% 60% at 50% 0%, rgba(241, 211, 140, 0.1), transparent 70%), #1a1220;
    overflow: hidden;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
    .Gamebar___games_list___2k5G0 > button > img:nth-child(2) {
      order: -1;
      width: 100%;
      height: 118px;
      object-fit: contain;
      filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.55));
      transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
    .Gamebar___games_list___2k5G0 > button > img:nth-child(1) {
      height: 30px;
      max-width: 100%;
      object-fit: contain;
      filter: brightness(1.35) saturate(0.9); }
    .Gamebar___games_list___2k5G0 > button .Gamebar___enter___1AXUK {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 32px;
      padding: 0 18px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: #f9e8bd;
      border-radius: 999px;
      border: 1px solid rgba(232, 193, 122, 0.45);
      background: rgba(241, 211, 140, 0.06);
      pointer-events: none;
      transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
    .Gamebar___games_list___2k5G0 > button:hover {
      transform: translateY(-4px);
      border-color: rgba(232, 193, 122, 0.45);
      box-shadow: 0 0 0 1px rgba(241, 211, 140, 0.35), 0 10px 32px rgba(228, 186, 104, 0.22); }
      .Gamebar___games_list___2k5G0 > button:hover > img:nth-child(2) {
        transform: scale(1.06); }
      .Gamebar___games_list___2k5G0 > button:hover .Gamebar___enter___1AXUK {
        color: #2b1b08;
        border-color: transparent;
        background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%); }

.Footer___wrapper___31LDX {
  position: relative;
  margin-top: 72px;
  background: radial-gradient(60% 120% at 50% 0%, rgba(241, 211, 140, 0.06), transparent 60%), linear-gradient(180deg, #110b16 0%, #0a0610 100%);
  border-top: 1px solid rgba(255, 226, 200, 0.08); }
  .Footer___wrapper___31LDX::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(241, 211, 140, 0.5), transparent); }
  @media (max-width: 575.98px) {
    .Footer___wrapper___31LDX {
      display: none; } }

.Footer___inner___TkmtO {
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 44px;
  padding-bottom: 28px; }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Footer___inner___TkmtO {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 575.98px) {
    .Footer___inner___TkmtO {
      padding-left: 16px;
      padding-right: 16px; } }

.Footer___top_container___3BvWC {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px; }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Footer___top_container___3BvWC {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .Footer___top_container___3BvWC .Footer___item___2ALUG {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.01) 100%), rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 226, 200, 0.08);
    transition: border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
    .Footer___top_container___3BvWC .Footer___item___2ALUG:hover {
      border-color: rgba(232, 193, 122, 0.45);
      transform: translateY(-2px); }
    .Footer___top_container___3BvWC .Footer___item___2ALUG .Footer___item_icon___3wzoj {
      flex-shrink: 0;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #f1d38c;
      background: radial-gradient(circle at 50% 30%, rgba(241, 211, 140, 0.18), rgba(241, 211, 140, 0.03) 70%);
      border: 1px solid rgba(232, 193, 122, 0.45); }
    .Footer___top_container___3BvWC .Footer___item___2ALUG > div {
      min-width: 0;
      text-align: left; }
      .Footer___top_container___3BvWC .Footer___item___2ALUG > div > p {
        margin: 0; }
      .Footer___top_container___3BvWC .Footer___item___2ALUG > div > p:nth-child(1) {
        font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
        font-weight: 700;
        font-size: 19px;
        letter-spacing: 0.12em;
        color: #f9e8bd; }
      .Footer___top_container___3BvWC .Footer___item___2ALUG > div > p:nth-child(2) {
        margin-top: 2px;
        font-size: 13px;
        color: #9a8b96; }

.Footer___middle___1dzZX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 226, 200, 0.08);
  border-bottom: 1px solid rgba(255, 226, 200, 0.08); }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Footer___middle___1dzZX {
      flex-direction: column;
      align-items: flex-start;
      gap: 24px; } }

.Footer___brand___3iw7r {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 18px; }
  .Footer___brand___3iw7r .Footer___brand_logo___2OBkl {
    display: inline-flex; }

.Footer___custom_service___2JxwH {
  display: flex;
  align-items: center;
  gap: 10px; }
  .Footer___custom_service___2JxwH .Footer___cs_label___1pnwb {
    margin-right: 4px;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #9a8b96; }
  .Footer___custom_service___2JxwH .Footer___cs_btn___3KsL0 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #cfc1c6;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 226, 200, 0.08);
    cursor: pointer;
    transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    border-color: rgba(232, 193, 122, 0.45); }
    .Footer___custom_service___2JxwH .Footer___cs_btn___3KsL0:hover {
      color: #f9e8bd;
      border-color: rgba(232, 193, 122, 0.45);
      background: rgba(241, 211, 140, 0.08); }
    .Footer___custom_service___2JxwH .Footer___cs_btn___3KsL0 > * {
      pointer-events: none; }
    .Footer___custom_service___2JxwH .Footer___cs_btn___3KsL0 > img {
      width: 22px;
      height: 22px;
      object-fit: contain;
      opacity: 0.9; }
    .Footer___custom_service___2JxwH .Footer___cs_btn___3KsL0:hover {
      background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
      border-color: transparent; }
      .Footer___custom_service___2JxwH .Footer___cs_btn___3KsL0:hover > img {
        filter: brightness(0.2); }

.Footer___partners___3wKtC {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Footer___partners___3wKtC {
      justify-content: flex-start; } }
  .Footer___partners___3wKtC .Footer___cooperator___syUvz {
    width: 100%;
    max-width: 760px;
    height: auto;
    filter: grayscale(1) brightness(2.1) contrast(0.85);
    opacity: 0.55;
    transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
  .Footer___partners___3wKtC:hover .Footer___cooperator___syUvz {
    opacity: 0.8; }

.Footer___info___1CemG {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 4px;
  margin-top: 24px; }
  .Footer___info___1CemG > a {
    position: relative;
    padding: 4px 16px;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #cfc1c6;
    transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
    .Footer___info___1CemG > a:hover {
      color: #f9e8bd; }
  .Footer___info___1CemG > a:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    width: 3px;
    height: 3px;
    margin-top: -1.5px;
    border-radius: 50%;
    background: #b27f2f; }

.Footer___bottom___3FzBn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 18px;
  font-size: 13px;
  color: #6b5e68; }
  .Footer___bottom___3FzBn .Footer___copyright___Z8Qhb {
    letter-spacing: 0.08em; }
    .Footer___bottom___3FzBn .Footer___copyright___Z8Qhb > a {
      color: #9a8b96; }
      .Footer___bottom___3FzBn .Footer___copyright___Z8Qhb > a:hover {
        color: #f9e8bd; }
  .Footer___bottom___3FzBn .Footer___age___aqXBk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.06em; }
  .Footer___bottom___3FzBn .Footer___age_badge___39G_E {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 22px;
    padding: 0 6px;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #f4b7a6;
    border: 1px solid rgba(244, 183, 166, 0.45);
    border-radius: 999px; }

@keyframes Announcement___pop___3Zz68 {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

@keyframes Announcement___fade___14Rmo {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Announcement___ring___3y0yp {
  0%, 70%, 100% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(14deg); }
  82% {
    transform: rotate(-12deg); }
  89% {
    transform: rotate(8deg); }
  95% {
    transform: rotate(-4deg); } }

.Announcement___none___1_WqP {
  display: none; }

.Announcement___marquee___36kSc {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  width: calc(100% - 64px);
  max-width: 1280px;
  height: 48px;
  margin: 18px auto 0;
  padding: 0 8px 0 8px;
  text-align: left;
  color: #cfc1c6;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(241, 211, 140, 0.08) 0%, rgba(255, 255, 255, 0.025) 30%, rgba(255, 255, 255, 0.025) 100%);
  border: 1px solid rgba(255, 226, 200, 0.08);
  cursor: pointer;
  transition: border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
  .Announcement___marquee___36kSc:hover {
    border-color: rgba(232, 193, 122, 0.45); }
    .Announcement___marquee___36kSc:hover .Announcement___more___1TgBg {
      color: #f9e8bd; }
  .Announcement___marquee___36kSc .Announcement___bell___38OGX {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2b1b08;
    background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
    box-shadow: 0 0 14px rgba(241, 211, 140, 0.35); }
    .Announcement___marquee___36kSc .Announcement___bell___38OGX svg {
      transform-origin: 50% 10%;
      animation: Announcement___ring___3y0yp 4s ease-in-out infinite; }
  .Announcement___marquee___36kSc .Announcement___label___24pR5 {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #f9e8bd;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 226, 200, 0.16); }
  .Announcement___marquee___36kSc marquee {
    flex: 1 1 auto;
    min-width: 0; }
  .Announcement___marquee___36kSc .Announcement___content___2QlS5 {
    margin: 0 28px;
    font-size: 15px;
    color: #f7efe8;
    white-space: nowrap; }
  .Announcement___marquee___36kSc .Announcement___more___1TgBg {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    height: 32px;
    padding: 0 12px 0 14px;
    font-size: 13px;
    color: #9a8b96;
    border-radius: 999px;
    transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
  @media (min-width: 576px) {
    .Announcement___marquee___36kSc .Announcement___mobile_marquee___2ZWx2 {
      display: none; } }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .Announcement___marquee___36kSc {
      width: calc(100% - 40px); } }
  @media (max-width: 575.98px) {
    .Announcement___marquee___36kSc {
      width: calc(100% - 32px);
      height: 36px;
      margin: 10px auto 0;
      padding: 0 4px;
      gap: 8px; }
      .Announcement___marquee___36kSc .Announcement___pc_marquee___1nu0m {
        display: none; }
      .Announcement___marquee___36kSc .Announcement___bell___38OGX {
        width: 26px;
        height: 26px; }
        .Announcement___marquee___36kSc .Announcement___bell___38OGX svg {
          width: 14px;
          height: 14px; }
      .Announcement___marquee___36kSc .Announcement___label___24pR5 {
        display: none; }
      .Announcement___marquee___36kSc .Announcement___content___2QlS5 {
        margin: 0 18px;
        font-size: 13px; }
      .Announcement___marquee___36kSc .Announcement___more___1TgBg {
        height: 26px;
        padding: 0 6px;
        font-size: 12px; } }

.Announcement___detailsBox___1RUE5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(5, 3, 8, 0.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  animation: Announcement___fade___14Rmo 0.28s cubic-bezier(0.22, 1, 0.36, 1) backwards; }
  .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS {
    position: relative;
    width: 100%;
    max-width: 640px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #f7efe8;
    background: linear-gradient(180deg, #221828 0%, #17101c 100%);
    border: 1px solid rgba(232, 193, 122, 0.45);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(0, 0, 0, 0.4), 0 0 80px rgba(208, 157, 70, 0.12);
    animation: Announcement___pop___3Zz68 0.4s cubic-bezier(0.22, 1, 0.36, 1) backwards; }
    @media (max-width: 575.98px) {
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS {
        max-width: 100%;
        border-radius: 20px; } }
    .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 18px 22px 16px;
      font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0.12em;
      color: #f9e8bd;
      border-bottom: 1px solid rgba(255, 226, 200, 0.08);
      background: radial-gradient(120% 140% at 50% -40%, rgba(241, 211, 140, 0.18), transparent 60%); }
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) .Announcement___box_title___3eGYB {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: linear-gradient(180deg, #fff4d2 0%, #f1d38c 46%, #c8913e 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #f1d38c; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) .Announcement___box_title___3eGYB svg {
          color: #f1d38c;
          -webkit-text-fill-color: initial; }
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: #cfc1c6;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 226, 200, 0.08);
        cursor: pointer;
        transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        flex-shrink: 0; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > button:hover {
          color: #f9e8bd;
          border-color: rgba(232, 193, 122, 0.45);
          background: rgba(241, 211, 140, 0.08); }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > button > * {
          pointer-events: none; }
    .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2) {
      position: relative;
      max-height: 56vh;
      overflow-y: auto;
      padding: 22px 28px 28px;
      scrollbar-width: thin;
      scrollbar-color: rgba(241, 211, 140, 0.35) transparent; }
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2)::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2)::-webkit-scrollbar-track {
        background: transparent; }
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2)::-webkit-scrollbar-thumb {
        background: rgba(241, 211, 140, 0.3);
        border-radius: 99px; }
      @media (max-width: 575.98px) {
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2) {
          max-height: 62vh;
          padding: 18px 18px 22px; } }
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2) > p {
        margin: 0;
        padding: 12px 0;
        font-size: 15px;
        line-height: 1.8;
        color: #f7efe8;
        border-bottom: 1px dashed rgba(255, 226, 200, 0.08); }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2) > p:last-child {
          border-bottom: 0; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2) > p:empty {
          display: none; }
        @media (max-width: 575.98px) {
          .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2) > p {
            font-size: 14px;
            padding: 10px 0; } }

@media (min-width: 576px) {
  .MobileFooter___wrapper___5ARGF {
    display: none; } }

@media (max-width: 575.98px) {
  .MobileFooter___wrapper___5ARGF .MobileFooter___placeholder___2YxHN {
    height: 56px; }
  .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    height: 56px;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    padding: 0 6px;
    background: rgba(14, 9, 19, 0.9);
    -webkit-backdrop-filter: saturate(160%) blur(18px);
    backdrop-filter: saturate(160%) blur(18px);
    border-top: 1px solid rgba(255, 226, 200, 0.08);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.45); }
    .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek::before {
      content: '';
      position: absolute;
      top: -1px;
      left: 10%;
      right: 10%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(241, 211, 140, 0.55), transparent); }
    .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > button {
      position: relative;
      flex: 1 1 0;
      min-width: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2px;
      color: #9a8b96;
      transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
      .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > button > * {
        pointer-events: none; }
      .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > button .MobileFooter___icon___3MQQg {
        height: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
      .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > button .MobileFooter___label___23H7G {
        font-size: 11px;
        letter-spacing: 0.04em;
        white-space: nowrap; }
      .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > button:active {
        transform: scale(0.96); }
    .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > .MobileFooter___active___3GSYI {
      color: #f9e8bd; }
      .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > .MobileFooter___active___3GSYI::after {
        content: '';
        position: absolute;
        top: 0;
        left: 30%;
        right: 30%;
        height: 2px;
        border-radius: 0 0 2px 2px;
        background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%); }
    .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > .MobileFooter___primary___1yXjf {
      color: #f9e8bd; }
      .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > .MobileFooter___primary___1yXjf .MobileFooter___icon___3MQQg {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #2b1b08;
        background: linear-gradient(135deg, #fbe8b8 0%, #e9c06c 36%, #c8913e 68%, #f3d28c 100%);
        box-shadow: 0 0 16px rgba(241, 211, 140, 0.35); }
        .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > .MobileFooter___primary___1yXjf .MobileFooter___icon___3MQQg svg {
          width: 18px;
          height: 18px; } }

@media (min-width: 576px) {
  .PreviousPage___wrapper___2lsEe,
  .PreviousPage___placeholder___XDx_X {
    display: none; } }

@media (max-width: 575.98px) {
  .PreviousPage___placeholder___XDx_X {
    position: relative;
    height: 44px;
    width: 100%; }
  .PreviousPage___wrapper___2lsEe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 52px;
    background: rgba(14, 9, 19, 0.9);
    -webkit-backdrop-filter: saturate(160%) blur(18px);
    backdrop-filter: saturate(160%) blur(18px);
    border-bottom: 1px solid rgba(255, 226, 200, 0.08); }
    .PreviousPage___wrapper___2lsEe::after {
      content: '';
      position: absolute;
      left: 15%;
      right: 15%;
      bottom: -1px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(241, 211, 140, 0.45), transparent); }
    .PreviousPage___wrapper___2lsEe > a {
      position: absolute;
      left: 8px;
      top: 50%;
      margin-top: -18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: #cfc1c6;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 226, 200, 0.08);
      cursor: pointer;
      transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1);
      color: #f9e8bd;
      background: transparent;
      border-color: transparent; }
      .PreviousPage___wrapper___2lsEe > a:hover {
        color: #f9e8bd;
        border-color: rgba(232, 193, 122, 0.45);
        background: rgba(241, 211, 140, 0.08); }
      .PreviousPage___wrapper___2lsEe > a > * {
        pointer-events: none; }
    .PreviousPage___wrapper___2lsEe .PreviousPage___name___C5p67 {
      font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
      font-weight: 700;
      font-size: 17px;
      letter-spacing: 0.14em;
      color: #f7efe8;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

