/* [project]/src/app/(home)/PageClient.module.scss.module.css [app-client] (css) */
.PageClient-module-scss-module__SHewUq__scrollList {
  max-height: calc(50dvh - 180px);
  overflow-y: auto;
}

.PageClient-module-scss-module__SHewUq__scrollListExpanded {
  max-height: calc(80dvh - 175px);
}

@media (min-width: 768px) {
  .PageClient-module-scss-module__SHewUq__scrollList {
    max-height: calc(40dvh - 50px);
  }

  .PageClient-module-scss-module__SHewUq__scrollListExpanded {
    max-height: calc(60dvh - 50px);
  }
}

.PageClient-module-scss-module__SHewUq__scrollList::-webkit-scrollbar {
  background: none;
  width: 6px;
}

.PageClient-module-scss-module__SHewUq__scrollList::-webkit-scrollbar-thumb {
  background: linear-gradient(#cd506d, #e37929);
  border-radius: 10px;
}

.PageClient-module-scss-module__SHewUq__scrollList::-webkit-scrollbar-track {
  background: #ffffff0d;
  border-radius: 10px;
}

.PageClient-module-scss-module__SHewUq__listBlock {
  z-index: 100;
  background-color: #0006;
  height: calc(40dvh - 65px);
  transition: height .25s;
  position: fixed;
  bottom: 56px;
  left: 0;
  right: 0;
  box-shadow: 0 -2px 10px #00000014;
}

.PageClient-module-scss-module__SHewUq__listBlock.PageClient-module-scss-module__SHewUq__on {
  height: calc(70dvh - 56px);
}

.PageClient-module-scss-module__SHewUq__btnMoreList {
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  transition: transform .25s;
  display: inline-flex;
  transform: rotate(-180deg);
}

.PageClient-module-scss-module__SHewUq__btnMoreList.PageClient-module-scss-module__SHewUq__active {
  transform: rotate(0);
}

@media (min-width: 768px) {
  .PageClient-module-scss-module__SHewUq__listBlock {
    height: 40vh;
    bottom: 0;
  }

  .PageClient-module-scss-module__SHewUq__itemList {
    background: #f5f5f53d;
    border: 1px solid #0000;
  }
}

/* [project]/src/components/bottomNav/BottomNav.module.scss.module.css [app-client] (css) */
.BottomNav-module-scss-module__bbVPAq__navMobile {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -2px 10px #00000014;
}

.BottomNav-module-scss-module__bbVPAq__navMobile li a {
  padding: 5px 8px;
  font-size: 12px;
}

.BottomNav-module-scss-module__bbVPAq__avatar {
  border-radius: 50%;
  transform: scale(1.6)translateY(27%);
}

/* [project]/src/components/page/ar-space/BgParallax.module.scss.module.css [app-client] (css) */
.BgParallax-module-scss-module__bCGqeG__bg {
  will-change: background-position;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  position: fixed;
  overflow: hidden;
}

.BgParallax-module-scss-module__bCGqeG__bgLoading {
  background-color: #111;
}

.BgParallax-module-scss-module__bCGqeG__bgLoaded {
  transition: background-color .35s ease-out;
}

.BgParallax-module-scss-module__bCGqeG__bgSkeleton {
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  background: #1f1f1f;
  animation: 1.2s ease-in-out infinite BgParallax-module-scss-module__bCGqeG__bgSkeletonPulse;
  position: absolute;
  inset: 0;
}

@media (prefers-reduced-motion: reduce) {
  .BgParallax-module-scss-module__bCGqeG__bgSkeleton {
    animation: none;
  }
}

@keyframes BgParallax-module-scss-module__bCGqeG__bgSkeletonPulse {
  0% {
    opacity: .9;
  }

  50% {
    opacity: .6;
  }

  100% {
    opacity: .9;
  }
}

.BgParallax-module-scss-module__bCGqeG__inner {
  background: #00000045;
  width: 100%;
  height: 100%;
  position: relative;
}

/* [project]/src/components/page/ar-space/CoinCanvas.module.scss.module.css [app-client] (css) */
.CoinCanvas-module-scss-module__BbhgMW__coinCanvasWrapper {
  --coinCanvasHeightScale: 60;
  --coinCanvasOffsetMobile: 51;
  --coinCanvasOffsetDesktop: 71;
  height: calc(var(--coinCanvasHeightScale) * 1dvh - var(--coinCanvasOffsetMobile) * 1px);
  padding: 50px 0 20px;
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

@media (max-width: 768px) {
  .CoinCanvas-module-scss-module__BbhgMW__coinCanvasWrapper {
    z-index: 30;
  }
}

.CoinCanvas-module-scss-module__BbhgMW__coinCanvasWrapper::-webkit-scrollbar {
  background: none;
  height: 4px;
}

.CoinCanvas-module-scss-module__BbhgMW__coinCanvasWrapper::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #cd506d, #e37929);
  border-radius: 999px;
}

.CoinCanvas-module-scss-module__BbhgMW__coinCanvasWrapper::-webkit-scrollbar-track {
  background: #0003;
  border-radius: 999px;
}

.CoinCanvas-module-scss-module__BbhgMW__coinCanvas {
  height: 100%;
  position: relative;
}

.CoinCanvas-module-scss-module__BbhgMW__coinItem {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  font-size: 12px;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
}

.CoinCanvas-module-scss-module__BbhgMW__coinItem span {
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  display: -webkit-box;
  overflow: hidden;
}

.CoinCanvas-module-scss-module__BbhgMW__coinEndPanel {
  z-index: 103;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 60vw;
  min-width: 350px;
  height: calc(100% + 72px);
  padding: 16px;
  transition: transform .3s ease-out, width .3s ease-out;
  display: flex;
  position: absolute;
  top: -52px;
  bottom: 8px;
  right: 0;
  transform: translateX(100%);
}

.CoinCanvas-module-scss-module__BbhgMW__coinEndPanelVisible {
  pointer-events: auto;
}

.CoinCanvas-module-scss-module__BbhgMW__coinEndPanelExpanded {
  width: 100vw;
}

@media (min-width: 768px) {
  .CoinCanvas-module-scss-module__BbhgMW__coinCanvasWrapper {
    height: calc(var(--coinCanvasHeightScale) * 1vh - var(--coinCanvasOffsetDesktop) * 1px);
  }

  .CoinCanvas-module-scss-module__BbhgMW__coinEndPanel {
    background: #00000080;
    width: 20vw;
  }

  .CoinCanvas-module-scss-module__BbhgMW__coinEndPanelExpanded {
    width: 30vw;
  }
}

.CoinCanvas-module-scss-module__BbhgMW__coinEndPanelInner {
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 420px;
  padding: 16px 20px;
  display: flex;
}

.CoinCanvas-module-scss-module__BbhgMW__btnGoAR {
  max-width: 250px;
}

@media (min-width: 768px) {
  .CoinCanvas-module-scss-module__BbhgMW__coinCanvasWrapper {
    height: calc(var(--coinCanvasHeightScale) * 1vh - var(--coinCanvasOffsetDesktop) * 1px);
  }

  .CoinCanvas-module-scss-module__BbhgMW__coinEndPanel {
    background: #00000080;
    width: 20vw;
  }

  .CoinCanvas-module-scss-module__BbhgMW__coinEndPanelExpanded {
    width: 30vw;
  }
}

.CoinCanvas-module-scss-module__BbhgMW__emojiPic {
  z-index: 10;
  position: absolute;
  top: -15px;
  left: -10px;
}

/* [project]/src/components/ui/coin/Coin.module.scss.module.css [app-client] (css) */
.Coin-module-scss-module__0cjpFW__coinBody {
  border-radius: 50%;
  position: relative;
}

.Coin-module-scss-module__0cjpFW__coinDeco {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Coin-module-scss-module__0cjpFW__coinContent {
  position: absolute;
  top: 50%;
  left: 50%;
}

.Coin-module-scss-module__0cjpFW__coinDeco1 {
  --angle: 0deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco2 {
  --angle: 30deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco3 {
  --angle: 60deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco4 {
  --angle: 90deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco5 {
  --angle: 120deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco6 {
  --angle: 150deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco7 {
  --angle: 180deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco8 {
  --angle: 210deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco9 {
  --angle: 240deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco10 {
  --angle: 270deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco11 {
  --angle: 300deg;
}

.Coin-module-scss-module__0cjpFW__coinDeco12 {
  --angle: 330deg;
}

/* [project]/src/components/ui/modal/ArticleModal.module.scss.module.css [app-client] (css) */
@keyframes ArticleModal-module-scss-module__2ssdHa__modal-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ArticleModal-module-scss-module__2ssdHa__modal-pop-in {
  from {
    opacity: 0;
    transform: translateY(6px)scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.ArticleModal-module-scss-module__2ssdHa__backdrop {
  background: var(--modal-backdrop, #0000008c);
  z-index: var(--modal-z, 1050);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  place-items: center;
  animation: .16s ease-out ArticleModal-module-scss-module__2ssdHa__modal-fade-in;
  display: grid;
  position: fixed;
  inset: 0;
}

@supports ((-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px))) {
  .ArticleModal-module-scss-module__2ssdHa__backdrop {
    background: color-mix(in srgb, var(--modal-backdrop, #0000008c) 90%, transparent);
  }
}

.ArticleModal-module-scss-module__2ssdHa__modal {
  background: var(--modal-bg, #fff);
  color: var(--modal-fg, inherit);
  border-radius: var(--modal-radius, 0);
  box-shadow: var(--modal-shadow, 0 10px 40px #0003);
  width: auto;
  max-width: var(--modal-max-w, 100vw);
  min-height: min(100vh, 100dvh);
  max-height: min(100vh, 100dvh);
  padding: var(--modal-py) var(--modal-px);
  transform-origin: center;
  animation: .2s ease-out ArticleModal-module-scss-module__2ssdHa__modal-pop-in;
  overflow: auto;
}

@media (min-width: 768px) {
  .ArticleModal-module-scss-module__2ssdHa__modal {
    max-width: var(--modal-max-w, 100vw);
    border-radius: var(--modal-radius-sm, 8px);
    max-height: min(100vh, 100dvh - 2rem);
  }
}

.ArticleModal-module-scss-module__2ssdHa__modal::-webkit-scrollbar {
  width: 10px;
}

.ArticleModal-module-scss-module__2ssdHa__modal::-webkit-scrollbar-thumb {
  background: #00000026;
  border-radius: 999px;
}

.ArticleModal-module-scss-module__2ssdHa__header {
  background: inherit;
  border-bottom: var(--modal-header-separator, 1px solid #0000000f);
  z-index: 1000;
  gap: 8px;
  position: sticky;
  top: 0;
}

@media (min-width: 576px) {
  .ArticleModal-module-scss-module__2ssdHa__btn-back-arrow {
    display: none;
  }
}

.ArticleModal-module-scss-module__2ssdHa__title {
  font-size: var(--modal-title-fs, 1.125rem);
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
}

.ArticleModal-module-scss-module__2ssdHa__closeBtn {
  appearance: none;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 999px;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 1;
  display: inline-grid;
  position: absolute;
  top: 10px;
  right: 10px;
}

.ArticleModal-module-scss-module__2ssdHa__closeBtn:hover, .ArticleModal-module-scss-module__2ssdHa__closeBtn:active {
  background: #fffc;
}

.ArticleModal-module-scss-module__2ssdHa__closeBtn:focus-visible {
  outline: 2px solid var(--modal-focus, #0d6efd);
  outline-offset: 2px;
}

.ArticleModal-module-scss-module__2ssdHa__body {
  padding-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .ArticleModal-module-scss-module__2ssdHa__backdrop, .ArticleModal-module-scss-module__2ssdHa__modal {
    animation: none !important;
  }
}

/* [project]/src/components/ui/dropDownMenu/DropDownMenu.module.scss.module.css [app-client] (css) */
.DropDownMenu-module-scss-module__39rErG__menuItem {
  border: 0;
  outline: 0;
}

.DropDownMenu-module-scss-module__39rErG__menuItem:hover {
  background-color: #f2f2f2;
}

/* [project]/src/components/page/article/ArticleDetail.module.scss.module.css [app-client] (css) */
.ArticleDetail-module-scss-module__aPgmSG__imgWrapper {
  width: 100%;
  position: relative;
}

.ArticleDetail-module-scss-module__aPgmSG__articleContent {
  white-space: pre-line;
}

.ArticleDetail-module-scss-module__aPgmSG__articleContent a.tag-txt {
  color: #0d6efd;
}

.ArticleDetail-module-scss-module__aPgmSG__avatarEmoji {
  color: #cd506d;
  z-index: 0;
  filter: drop-shadow(0 0 2px #fff);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}

.ArticleDetail-module-scss-module__aPgmSG__avatarEmoji:before {
  content: "";
  z-index: -1;
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-10px, 18px);
}

.ArticleDetail-module-scss-module__aPgmSG__showReplyBar {
  position: fixed;
}

@media (min-width: 768px) {
  .ArticleDetail-module-scss-module__aPgmSG__showReplyBar {
    position: sticky;
  }
}

/* [project]/src/app/article/(BottomBar)/BottomBarClient.module.scss.module.css [app-client] (css) */
.BottomBarClient-module-scss-module__6fSTFG__reply {
  resize: none;
  max-height: 120px;
  line-height: 1.5;
  overflow-y: auto;
}

.BottomBarClient-module-scss-module__6fSTFG__hotIcon {
  color: #cd506d;
  line-height: 0;
  position: absolute;
  right: 0;
  transform: translateX(-50%);
}

.BottomBarClient-module-scss-module__6fSTFG__coinWrapper {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 1px #fff;
}

/* [project]/src/components/ui/modal/CardModal.module.scss.module.css [app-client] (css) */
.CardModal-module-scss-module__ppmeAG__cardTop {
  background-position: center;
  background-size: cover;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  height: 220px;
  position: relative;
}

.CardModal-module-scss-module__ppmeAG__cardImage {
  z-index: 10;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 60px;
}

.CardModal-module-scss-module__ppmeAG__statusPic {
  width: 130px;
}

.CardModal-module-scss-module__ppmeAG__bgCard1 {
  background-image: url("https://d1q14jmvwk39e0.cloudfront.net/public/assets/images/bg_activity_over3.jpg");
}

.CardModal-module-scss-module__ppmeAG__bgCard2 {
  background-image: url("https://d1q14jmvwk39e0.cloudfront.net/public/assets/images/bg_activity_over2.jpg");
}

.CardModal-module-scss-module__ppmeAG__bgCard3 {
  background-image: url("https://d1q14jmvwk39e0.cloudfront.net/public/assets/images/bg-card-3.jpg");
}

.CardModal-module-scss-module__ppmeAG__desc {
  color: #6c757d;
  margin-top: .5rem;
}

/* [project]/src/components/ui/modal/StatusCardModal.module.scss.module.css [app-client] (css) */
.StatusCardModal-module-scss-module__f9NI7G__cardTop {
  background-position: center;
  background-size: cover;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  height: 220px;
  position: relative;
}

.StatusCardModal-module-scss-module__f9NI7G__cardImage {
  z-index: 10;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 60px;
}

.StatusCardModal-module-scss-module__f9NI7G__statusPic {
  width: 130px;
}

.StatusCardModal-module-scss-module__f9NI7G__bgCard1 {
  background-image: url("https://d1q14jmvwk39e0.cloudfront.net/public/assets/images/bg_activity_over3.jpg");
}

.StatusCardModal-module-scss-module__f9NI7G__bgCard2 {
  background-image: url("https://d1q14jmvwk39e0.cloudfront.net/public/assets/images/bg_activity_over2.jpg");
}

.StatusCardModal-module-scss-module__f9NI7G__bgCard3 {
  background-image: url("https://d1q14jmvwk39e0.cloudfront.net/public/assets/images/bg-card-3.jpg");
}

.StatusCardModal-module-scss-module__f9NI7G__desc {
  color: #6c757d;
  margin-top: .5rem;
}

/* [project]/src/components/ui/modal/components/CoinInWalletAnim.module.scss.module.css [app-client] (css) */
.CoinInWalletAnim-module-scss-module__KBPU7W__root {
  justify-content: center;
  align-items: flex-end;
  height: 160px;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.CoinInWalletAnim-module-scss-module__KBPU7W__coinBox {
  z-index: 10;
  opacity: 0;
  transition: opacity .42s ease-out, transform .42s ease-out;
  position: absolute;
  bottom: 60px;
  transform: translateY(-24px);
}

@media (prefers-reduced-motion: reduce) {
  .CoinInWalletAnim-module-scss-module__KBPU7W__coinBox {
    transition: none;
  }
}

.CoinInWalletAnim-module-scss-module__KBPU7W__enter.CoinInWalletAnim-module-scss-module__KBPU7W__coinBox {
  opacity: 1;
  transform: translateY(0);
}

.CoinInWalletAnim-module-scss-module__KBPU7W__walletBox {
  position: relative;
}

.CoinInWalletAnim-module-scss-module__KBPU7W__wallet {
  display: block;
}

.CoinInWalletAnim-module-scss-module__KBPU7W__walletCover {
  z-index: 15;
  position: absolute;
  inset: 0;
}

/* [project]/src/components/ui/button/submit/Button.module.scss.module.css [app-client] (css) */
.Button-module-scss-module__f5AQIa__button {
  white-space: nowrap;
  border: none;
  border-radius: 50px;
  transition: all .2s ease-in-out;
}

.Button-module-scss-module__f5AQIa__button-lg {
  padding: 10px 32px;
  font-size: 1rem;
}

.Button-module-scss-module__f5AQIa__button-md {
  padding: 6px 24px;
  font-size: .9rem;
}

.Button-module-scss-module__f5AQIa__button-sm {
  padding: 4px 12px;
  font-size: .9rem;
}

.Button-module-scss-module__f5AQIa__button-red {
  color: #fff;
  background-color: #d4646b;
}

.Button-module-scss-module__f5AQIa__button-red:hover {
  background-color: #c93c45;
}

.Button-module-scss-module__f5AQIa__button-green {
  color: #fff;
  background-color: #5aab9b;
}

.Button-module-scss-module__f5AQIa__button-green:hover {
  background-color: #478b7e;
}

.Button-module-scss-module__f5AQIa__button-orange {
  color: #fff;
  background-color: #e27928;
}

.Button-module-scss-module__f5AQIa__button-orange:hover {
  background-color: #bd611a;
}

.Button-module-scss-module__f5AQIa__button-dark {
  color: #f5f5f5;
  background-color: #000;
}

.Button-module-scss-module__f5AQIa__button-dark:hover {
  background-color: #333;
}

.Button-module-scss-module__f5AQIa__button-light {
  color: #495057;
  background-color: #f5f5f5;
}

.Button-module-scss-module__f5AQIa__button-light:hover {
  background-color: #dcdcdc;
}

.Button-module-scss-module__f5AQIa__button-gray {
  color: #000;
  background-color: #6b6f821a;
  font-weight: normal;
}

.Button-module-scss-module__f5AQIa__button-gray:hover {
  background-color: #dcdcdc;
}

.Button-module-scss-module__f5AQIa__button-brand {
  color: #f5f5f5;
  background: linear-gradient(90deg, #cd506d, #e37929);
}

.Button-module-scss-module__f5AQIa__button-brand:hover {
  filter: brightness(.9);
}

.Button-module-scss-module__f5AQIa__button-disabled {
  color: #f5f5f5;
  background-color: #9fa1ae;
}

.Button-module-scss-module__f5AQIa__button-fit {
  width: auto;
}

.Button-module-scss-module__f5AQIa__button-expand {
  text-align: center;
  width: 100%;
  display: inline-block;
}

/* [project]/src/components/ui/coin/DoubleCoins.module.scss.module.css [app-client] (css) */
.DoubleCoins-module-scss-module__7Yc78a__coinBody {
  border-radius: 50%;
  position: relative;
}

.DoubleCoins-module-scss-module__7Yc78a__coinBodyLeft {
  z-index: 20;
  top: 0;
  left: 0;
}

.DoubleCoins-module-scss-module__7Yc78a__coinBodyRight {
  z-index: 10;
  top: 0;
  left: 50%;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.DoubleCoins-module-scss-module__7Yc78a__coinContent {
  position: absolute;
  top: 50%;
  left: 50%;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco1 {
  --angle: 0deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco2 {
  --angle: 30deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco3 {
  --angle: 60deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco4 {
  --angle: 90deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco5 {
  --angle: 120deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco6 {
  --angle: 150deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco7 {
  --angle: 180deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco8 {
  --angle: 210deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco9 {
  --angle: 240deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco10 {
  --angle: 270deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco11 {
  --angle: 300deg;
}

.DoubleCoins-module-scss-module__7Yc78a__coinDeco12 {
  --angle: 330deg;
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg, .swiper-button-next svg {
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  height: 100%;
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* [project]/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/node_modules/swiper/modules/free-mode.css [app-client] (css) */
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

/* [project]/src/components/ui/lazyImage/LazyImage.module.scss.module.css [app-client] (css) */
.LazyImage-module-scss-module__pfc-6G__wrapper {
  background: #f2f2f2;
  display: block;
  position: relative;
  overflow: hidden;
}

.LazyImage-module-scss-module__pfc-6G__img {
  object-fit: cover;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .32s;
  position: absolute;
  inset: 0;
}

.LazyImage-module-scss-module__pfc-6G__loaded {
  opacity: 1;
}

.LazyImage-module-scss-module__pfc-6G__skeletonOverlay {
  display: block;
  position: absolute;
  inset: 0;
}

.LazyImage-module-scss-module__pfc-6G__skeletonOverlay > * {
  width: 100%;
  height: 100%;
}

/* [project]/src/components/page/article/ArticleMediaCarousel.module.scss.module.css [app-client] (css) */
.ArticleMediaCarousel-module-scss-module__DrAIDW__mediaWrapper {
  width: 100%;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__carousel .swiper {
  overflow: hidden;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__playerOuter {
  background-color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 300px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__playerInner {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__playerFrame {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__lightboxBackdrop {
  z-index: 1050;
  background: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__lightboxBody {
  width: 100%;
  max-width: 960px;
  max-height: 90vh;
  padding: 16px;
  position: relative;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__lightboxInner {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__lightboxClose {
  color: #fff;
  cursor: pointer;
  z-index: 2;
  background: none;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 8px;
  right: 16px;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__lightboxSwiper {
  inset: 0;
  position: absolute !important;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__clickable {
  cursor: pointer;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__autoSlide {
  width: auto !important;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__slideBox {
  border-radius: 12px;
  width: fit-content;
  height: 210px;
  display: inline-block;
  overflow: hidden;
}

.ArticleMediaCarousel-module-scss-module__DrAIDW__slideBox img {
  width: auto;
  height: 210px;
  display: block;
}

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