/* [project]/src/components/header/me-profile/Header.module.scss.module.css [app-client] (css) */
.Header-module-scss-module__DjllTq__header {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  transition: transform .3s;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 10px #00000008;
}

.Header-module-scss-module__DjllTq__header.Header-module-scss-module__DjllTq__hidden {
  transform: translateY(-100%);
}

/* [project]/src/app/me/profile/(profile-detail)/ProfileDetail.module.scss.module.css [app-client] (css) */
.ProfileDetail-module-scss-module__8iqzzq__mediaIcon {
  margin-right: 8px;
}

.ProfileDetail-module-scss-module__8iqzzq__mediaIcon:hover {
  color: #00b1b5;
}

.ProfileDetail-module-scss-module__8iqzzq__tag {
  color: #fff;
  background-color: #00b1b5;
  border-radius: 20px;
  align-items: center;
  margin: 0 4px 8px;
  padding: 4px 12px;
  font-size: 14px;
  display: inline-flex;
}

/* [project]/src/components/ui/button/submit/ButtonBottom.module.scss.module.css [app-client] (css) */
.ButtonBottom-module-scss-module__KCTf7W__submitBtn {
  text-align: center;
  color: #fff;
  border: none;
  padding: 12px 0;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .ButtonBottom-module-scss-module__KCTf7W__submitBtn {
    border-radius: 8px;
    width: 100%;
    position: static;
  }
}

.ButtonBottom-module-scss-module__KCTf7W__brand {
  background: linear-gradient(135deg, #cd506d, #e37929);
}

.ButtonBottom-module-scss-module__KCTf7W__red {
  background-color: #d4646b;
}

.ButtonBottom-module-scss-module__KCTf7W__green {
  background-color: #5aab9b;
}

.ButtonBottom-module-scss-module__KCTf7W__orange {
  background-color: #e27928;
}

.ButtonBottom-module-scss-module__KCTf7W__dark {
  background-color: #000;
}

.ButtonBottom-module-scss-module__KCTf7W__disabled {
  cursor: not-allowed;
  color: #f5f5f5 !important;
  background-color: #9fa1ae !important;
}

/* [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/sideSheet/SideSheet.module.scss.module.css [app-client] (css) */
.SideSheet-module-scss-module__hCIC_W__srOnly {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
}

.SideSheet-module-scss-module__hCIC_W__overlay {
  z-index: 1050;
  background: #0006;
  animation: .2s ease-out SideSheet-module-scss-module__hCIC_W__overlayShow;
  position: fixed;
  inset: 0;
}

.SideSheet-module-scss-module__hCIC_W__sheet {
  z-index: 1050;
  will-change: transform;
  background: #fff;
  outline: none;
  position: fixed;
  box-shadow: 0 10px 30px #0003;
}

.SideSheet-module-scss-module__hCIC_W__sheet.SideSheet-module-scss-module__hCIC_W__right {
  width: 320px;
  height: 100vh;
  top: 0;
  right: 0;
}

.SideSheet-module-scss-module__hCIC_W__sheet.SideSheet-module-scss-module__hCIC_W__left {
  width: 320px;
  height: 100vh;
  top: 0;
  left: 0;
}

.SideSheet-module-scss-module__hCIC_W__sheet.SideSheet-module-scss-module__hCIC_W__top {
  width: 100vw;
  height: var(--vh, 60vh);
  max-height: 540px;
  top: 0;
  left: 0;
}

.SideSheet-module-scss-module__hCIC_W__sheet.SideSheet-module-scss-module__hCIC_W__bottom {
  width: 100vw;
  height: var(--vh, 60vh);
  max-height: 640px;
  bottom: 0;
  left: 0;
}

.SideSheet-module-scss-module__hCIC_W__sheet[data-state="open"].SideSheet-module-scss-module__hCIC_W__right {
  animation: .24s ease-out SideSheet-module-scss-module__hCIC_W__slideInRight;
}

.SideSheet-module-scss-module__hCIC_W__sheet[data-state="closed"].SideSheet-module-scss-module__hCIC_W__right {
  animation: .2s ease-in SideSheet-module-scss-module__hCIC_W__slideOutRight;
}

.SideSheet-module-scss-module__hCIC_W__sheet[data-state="open"].SideSheet-module-scss-module__hCIC_W__left {
  animation: .24s ease-out SideSheet-module-scss-module__hCIC_W__slideInLeft;
}

.SideSheet-module-scss-module__hCIC_W__sheet[data-state="closed"].SideSheet-module-scss-module__hCIC_W__left {
  animation: .2s ease-in SideSheet-module-scss-module__hCIC_W__slideOutLeft;
}

.SideSheet-module-scss-module__hCIC_W__sheet[data-state="open"].SideSheet-module-scss-module__hCIC_W__top {
  animation: .24s ease-out SideSheet-module-scss-module__hCIC_W__slideInTop;
}

.SideSheet-module-scss-module__hCIC_W__sheet[data-state="closed"].SideSheet-module-scss-module__hCIC_W__top {
  animation: .2s ease-in SideSheet-module-scss-module__hCIC_W__slideOutTop;
}

.SideSheet-module-scss-module__hCIC_W__sheet[data-state="open"].SideSheet-module-scss-module__hCIC_W__bottom {
  animation: .24s ease-out SideSheet-module-scss-module__hCIC_W__slideInBottom;
}

.SideSheet-module-scss-module__hCIC_W__sheet[data-state="closed"].SideSheet-module-scss-module__hCIC_W__bottom {
  animation: .2s ease-in SideSheet-module-scss-module__hCIC_W__slideOutBottom;
}

.SideSheet-module-scss-module__hCIC_W__body {
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  overflow: auto;
}

.SideSheet-module-scss-module__hCIC_W__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: bold;
}

.SideSheet-module-scss-module__hCIC_W__actions {
  align-items: center;
  gap: 16px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

.SideSheet-module-scss-module__hCIC_W__iconBtn {
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 18px;
  line-height: 1;
}

@keyframes SideSheet-module-scss-module__hCIC_W__overlayShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes SideSheet-module-scss-module__hCIC_W__slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes SideSheet-module-scss-module__hCIC_W__slideOutRight {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes SideSheet-module-scss-module__hCIC_W__slideInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes SideSheet-module-scss-module__hCIC_W__slideOutLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes SideSheet-module-scss-module__hCIC_W__slideInTop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes SideSheet-module-scss-module__hCIC_W__slideOutTop {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes SideSheet-module-scss-module__hCIC_W__slideInBottom {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes SideSheet-module-scss-module__hCIC_W__slideOutBottom {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .SideSheet-module-scss-module__hCIC_W__overlay, .SideSheet-module-scss-module__hCIC_W__sheet {
    animation: none !important;
  }
}

/* [project]/src/components/ui/tab/Tab.module.scss.module.css [app-client] (css) */
.Tab-module-scss-module__yY0_yW__tab {
  background-color: #6b6f821a;
  border-radius: 20px;
  margin-right: 8px;
  padding: 4px 12px;
  font-size: 14px;
}

.Tab-module-scss-module__yY0_yW__tab:hover {
  color: #fff;
  background-color: #000;
}

.Tab-module-scss-module__yY0_yW__tabActive {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-right: 8px;
  padding: 4px 12px;
  font-size: 14px;
}

/* [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/article/ArticleList.module.scss.module.css [app-client] (css) */
.ArticleList-module-scss-module__-_0WEq__listOutline {
  border: 1px solid #e9e9e9;
}

.ArticleList-module-scss-module__-_0WEq__imgWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ArticleList-module-scss-module__-_0WEq__imgBlur img {
  filter: blur(5px) brightness(.7);
  transform: scale(1.05);
}

.ArticleList-module-scss-module__-_0WEq__imgAuthor {
  color: #fff;
  text-shadow: 0 0 5px #000;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 4px;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.ArticleList-module-scss-module__-_0WEq__imgAuthor span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ArticleList-module-scss-module__-_0WEq__imgText {
  color: #fff;
  text-shadow: 0 0 5px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px;
  font-size: 12px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ArticleList-module-scss-module__-_0WEq__imgARTag {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ArticleList-module-scss-module__-_0WEq__arTag {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ArticleList-module-scss-module__-_0WEq__arTag > a {
  min-width: 0;
  display: flex;
}

.ArticleList-module-scss-module__-_0WEq__arTitleText {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
}

.ArticleList-module-scss-module__-_0WEq__content {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  white-space: pre-line;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
}

/* [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/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]/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]/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;
}

/* [project]/src/components/ui/skeleton/Skeleton.module.scss.module.css [app-client] (css) */
.Skeleton-module-scss-module__lzvviG__skeleton {
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}

.Skeleton-module-scss-module__lzvviG__skeleton:after {
  content: "";
  background: linear-gradient(90deg, #e0e0e000 0%, #f5f5f5cc 50%, #e0e0e000 100%);
  width: 150px;
  height: 100%;
  animation: 1.5s infinite Skeleton-module-scss-module__lzvviG__shimmer;
  position: absolute;
  top: 0;
  left: -150px;
}

@keyframes Skeleton-module-scss-module__lzvviG__shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* [project]/src/components/ui/emptyState/EmptyState.module.scss.module.css [app-client] (css) */
.EmptyState-module-scss-module__uTGtSa__root {
  width: 100%;
}

.EmptyState-module-scss-module__uTGtSa__inner {
  gap: 12px;
  width: 100%;
  padding: 48px 16px;
  display: flex;
}

.EmptyState-module-scss-module__uTGtSa__align-center .EmptyState-module-scss-module__uTGtSa__inner {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.EmptyState-module-scss-module__uTGtSa__align-left .EmptyState-module-scss-module__uTGtSa__inner {
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
}

.EmptyState-module-scss-module__uTGtSa__icon {
  width: var(--empty-icon-size, );
  height: var(--empty-icon-size, );
  opacity: .95;
  place-items: center;
  display: grid;
}

.EmptyState-module-scss-module__uTGtSa__text {
  max-width: 520px;
}

.EmptyState-module-scss-module__uTGtSa__title {
  color: #9b9b9b;
  font-size: 1rem;
  line-height: 1.4;
}

.EmptyState-module-scss-module__uTGtSa__description {
  opacity: .9;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.6;
}

.EmptyState-module-scss-module__uTGtSa__action {
  margin-top: 14px;
}

.EmptyState-module-scss-module__uTGtSa__size-sm .EmptyState-module-scss-module__uTGtSa__inner {
  padding: 28px 12px;
}

.EmptyState-module-scss-module__uTGtSa__size-sm .EmptyState-module-scss-module__uTGtSa__icon {
  width: var(--empty-icon-size, 44px);
  height: var(--empty-icon-size, 44px);
}

.EmptyState-module-scss-module__uTGtSa__size-lg .EmptyState-module-scss-module__uTGtSa__inner {
  padding: 72px 18px;
}

.EmptyState-module-scss-module__uTGtSa__size-lg .EmptyState-module-scss-module__uTGtSa__icon {
  width: var(--empty-icon-size, 72px);
  height: var(--empty-icon-size, 72px);
}

.EmptyState-module-scss-module__uTGtSa__tone-muted {
  color: var(--empty-text-color, #8b8b8b);
}

.EmptyState-module-scss-module__uTGtSa__tone-neutral {
  color: var(--empty-text-color, #555);
}

.EmptyState-module-scss-module__uTGtSa__tone-brand {
  color: var(--empty-text-color, var(--bs-primary, #0d6efd));
}

.EmptyState-module-scss-module__uTGtSa__tone-danger {
  color: var(--empty-text-color, var(--bs-danger, #dc3545));
}

/* [project]/src/components/page/ar-space/ArSpaceCard.module.scss.module.css [app-client] (css) */
.ArSpaceCard-module-scss-module__CThFIq__item {
  overflow: hidden;
  box-shadow: 0 0 5px #f1f1f1;
  border: 1px solid #e9e9e9 !important;
  border-radius: 20px !important;
}

.ArSpaceCard-module-scss-module__CThFIq__badgeL, .ArSpaceCard-module-scss-module__CThFIq__badgeR {
  z-index: 10;
  position: absolute;
  top: 8px;
}

.ArSpaceCard-module-scss-module__CThFIq__badgeL {
  left: 8px;
}

.ArSpaceCard-module-scss-module__CThFIq__badgeR {
  right: 8px;
}

.ArSpaceCard-module-scss-module__CThFIq__title {
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.ArSpaceCard-module-scss-module__CThFIq__local {
  width: 100%;
  overflow: hidden;
}

.ArSpaceCard-module-scss-module__CThFIq__local span {
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.ArSpaceCard-module-scss-module__CThFIq__footer {
  background: #fbfbfb;
  border-top: 1px solid #f0f0f0 !important;
}

.ArSpaceCard-module-scss-module__CThFIq__footer button {
  text-overflow: ellipsis;
  line-clamp: 2;
  box-orient: vertical;
  display: -webkit-inline-box;
  overflow: hidden;
}

.ArSpaceCard-module-scss-module__CThFIq__btnMore {
  position: absolute;
  top: -4px;
  right: -11px;
}

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