/*
 * 星樱云境 / moe
 * 魔方财务 3.7.6 clientarea 子主题
 * 仅覆盖展示层；业务模板、请求、权限与数据均继承 default。
 */

:root {
  --moe-pink: #ff6ea9;
  --moe-pink-deep: #ef4f91;
  --moe-pink-soft: #ffe3ef;
  --moe-violet: #7c5cff;
  --moe-violet-deep: #583fd0;
  --moe-violet-soft: #eee9ff;
  --moe-cyan: #55d9ff;
  --moe-ink: #312a4a;
  --moe-text: #5f5874;
  --moe-muted: #8e86a1;
  --moe-line: rgba(114, 88, 174, .13);
  --moe-bg: #f8f6ff;
  --moe-card: rgba(255, 255, 255, .92);
  --moe-gradient: linear-gradient(135deg, #ff6ea9 0%, #9b6dff 58%, #5fd8ff 120%);
  --moe-gradient-deep: linear-gradient(135deg, #ef4f91 0%, #7250e8 62%, #3abddb 120%);
  --moe-gradient-soft: linear-gradient(135deg, #fff0f7 0%, #f0ecff 55%, #e9faff 100%);
  --moe-radius-sm: 10px;
  --moe-radius: 16px;
  --moe-radius-lg: 24px;
  --moe-shadow: 0 12px 36px rgba(76, 53, 132, .10);
  --moe-shadow-hover: 0 18px 46px rgba(88, 63, 208, .16);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--moe-text);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 110, 169, .12), transparent 27rem),
    radial-gradient(circle at 90% 10%, rgba(85, 217, 255, .10), transparent 24rem),
    radial-gradient(circle at 72% 88%, rgba(124, 92, 255, .10), transparent 28rem),
    var(--moe-bg) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
}

::selection {
  color: #fff;
  background: var(--moe-violet);
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7a7c8, #a997ff);
  background-clip: padding-box;
}

a {
  color: var(--moe-violet);
}

a:hover,
a:focus {
  color: var(--moe-pink-deep);
}

:focus-visible {
  outline: 3px solid rgba(85, 217, 255, .65);
  outline-offset: 3px;
}

.text-primary {
  color: var(--moe-violet) !important;
}

.bg-primary,
.badge-primary {
  background: var(--moe-gradient) !important;
}

/* 顶栏 */
#page-topbar {
  border-bottom: 1px solid var(--moe-line);
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 5px 24px rgba(76, 53, 132, .07);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

#page-topbar .navbar-header {
  background: transparent;
}

#page-topbar .header-item {
  color: var(--moe-ink);
  border-radius: 12px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

#page-topbar .header-item:hover,
#page-topbar .header-item:focus {
  color: var(--moe-violet);
  background: var(--moe-violet-soft);
  transform: translateY(-1px);
}

#page-topbar .noti-icon i,
#page-topbar .text-dark {
  color: var(--moe-ink) !important;
}

#page-topbar .badge-danger {
  border: 2px solid #fff;
  background: var(--moe-pink) !important;
}

.logo-lg img,
.logo-sm img {
  filter: drop-shadow(0 4px 10px rgba(124, 92, 255, .22));
}

.dropdown-menu {
  overflow: hidden;
  border: 1px solid var(--moe-line);
  border-radius: 14px;
  box-shadow: var(--moe-shadow);
}

.dropdown-item {
  color: var(--moe-text);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--moe-violet-deep);
  background: var(--moe-violet-soft);
}

/* 侧栏 */
body[data-sidebar="dark"] .vertical-menu {
  border-right: 1px solid var(--moe-line);
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 110, 169, .16), transparent 13rem),
    linear-gradient(180deg, #fffaff 0%, #f3f0ff 55%, #edf9ff 100%) !important;
}

body[data-sidebar="dark"] .navbar-brand-box {
  border-bottom: 1px solid var(--moe-line);
  background: rgba(255, 255, 255, .54) !important;
}

body[data-sidebar="dark"] #sidebar-menu .menu-title {
  color: var(--moe-muted);
  letter-spacing: .08em;
}

body[data-sidebar="dark"] #sidebar-menu ul li a {
  margin: 3px 12px;
  color: #716987;
  border-radius: 12px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

body[data-sidebar="dark"] #sidebar-menu ul li a i {
  color: #968cac;
  transition: color .2s ease;
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover,
body[data-sidebar="dark"] #sidebar-menu ul li a:focus {
  color: var(--moe-violet-deep);
  background: rgba(255, 255, 255, .78);
  transform: translateX(2px);
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover i,
body[data-sidebar="dark"] #sidebar-menu ul li a:focus i {
  color: var(--moe-pink);
}

body[data-sidebar="dark"] #sidebar-menu ul li.mm-active > a,
body[data-sidebar="dark"] #sidebar-menu .mm-active > a,
body[data-sidebar="dark"] #sidebar-menu ul li a.mm-active {
  color: #fff !important;
  background: var(--moe-gradient) !important;
  box-shadow: 0 8px 20px rgba(124, 92, 255, .25);
}

body[data-sidebar="dark"] #sidebar-menu .mm-active > a i,
body[data-sidebar="dark"] #sidebar-menu ul li a.mm-active i {
  color: #fff !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a {
  color: #817992;
}

/* 内容、卡片、页面标题 */
.page-content {
  min-height: calc(100vh - 130px);
}

.page-title-box h4,
.card-title {
  color: var(--moe-ink);
}

.breadcrumb-item.active {
  color: var(--moe-pink);
}

.card {
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: var(--moe-radius);
  background: var(--moe-card);
  box-shadow: var(--moe-shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.card:hover {
  border-color: rgba(255, 110, 169, .18);
  box-shadow: var(--moe-shadow-hover);
}

.card-header,
.card-footer {
  border-color: var(--moe-line);
  background: rgba(250, 248, 255, .72);
}

.alert {
  border: 0;
  border-radius: 13px;
}

.alert-info {
  color: #3d5980;
  background: #eaf8ff;
}

.alert-warning {
  color: #7c5a2f;
  background: #fff5da;
}

/* 按钮 */
.btn {
  border-radius: var(--moe-radius-sm);
  font-weight: 600;
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease;
}

.btn-primary {
  color: #fff;
  border-color: transparent !important;
  background: var(--moe-gradient) !important;
  box-shadow: 0 7px 18px rgba(124, 92, 255, .23);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  border-color: transparent !important;
  background: var(--moe-gradient-deep) !important;
  box-shadow: 0 10px 24px rgba(124, 92, 255, .31);
  transform: translateY(-1px);
}

.btn-outline-primary {
  color: var(--moe-violet);
  border-color: rgba(124, 92, 255, .45);
}

.btn-outline-primary:hover {
  color: #fff;
  border-color: transparent;
  background: var(--moe-gradient);
}

.btn-moe-ghost {
  color: var(--moe-violet-deep);
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 22px rgba(49, 42, 74, .10);
}

.btn-moe-ghost:hover {
  color: var(--moe-pink-deep);
  background: #fff;
}

/* 表单 */
.form-control,
.custom-select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  color: var(--moe-ink);
  border-color: #e5dff0 !important;
  border-radius: var(--moe-radius-sm) !important;
  background-color: rgba(255, 255, 255, .94);
  box-shadow: none;
}

.form-control:focus,
.custom-select:focus {
  border-color: var(--moe-violet) !important;
  box-shadow: 0 0 0 3px rgba(124, 92, 255, .13);
}

.input-group-text {
  color: var(--moe-text);
  border-color: #e5dff0;
  background: #f8f5ff;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--moe-violet);
  background: var(--moe-gradient);
}

.custom-control-label::before {
  border-color: #d9d0e8;
}

label,
.col-form-label {
  color: var(--moe-text);
}

/* 表格、分页、标签 */
.table {
  color: var(--moe-text);
}

.table thead th {
  color: var(--moe-ink);
  border-top: 0;
  border-bottom-color: var(--moe-line);
  background: var(--moe-gradient-soft);
}

.table td,
.table th {
  border-color: var(--moe-line);
}

.table-hover tbody tr:hover,
.table-responsive tbody tr:hover td {
  background: #fff4fa !important;
}

.table-responsive {
  border-radius: 13px;
}

.page-link {
  margin: 0 2px;
  color: var(--moe-violet);
  border-color: var(--moe-line);
  border-radius: 9px !important;
}

.page-item.active .page-link {
  border-color: transparent;
  background: var(--moe-gradient);
}

.nav-tabs {
  border-color: var(--moe-line);
}

.nav-tabs .nav-link {
  color: var(--moe-muted);
  border-radius: 10px 10px 0 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs-custom .nav-link.active,
.affs-nav.nav-tabs-custom .nav-item .nav-link.active {
  color: var(--moe-violet);
}

.nav-tabs-custom .nav-item .nav-link::after {
  background: var(--moe-gradient);
}

/* 弹窗与提示 */
.modal-content,
.idcsmart.layui-layer {
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: var(--moe-radius) !important;
  box-shadow: var(--moe-shadow-hover) !important;
}

.modal-header,
.modal-footer {
  border-color: var(--moe-line);
}

.idcsmart .layui-layer-title::before,
.idcsmart .layui-layer-btn .layui-layer-btn0 {
  border-color: transparent !important;
  background: var(--moe-gradient) !important;
}

#toast-container > .toast {
  border-radius: 12px;
  box-shadow: var(--moe-shadow);
}

/* 登录、注册、找回密码、绑定、AccessToken 登录 */
.container-fluid.p-0 > .row.no-gutters {
  min-height: 100vh;
  background: #f8f5ff;
}

.bglogo {
  overflow: hidden;
  background: #26204f;
}

.auth-full-bg {
  min-height: 100vh;
}

.auth-full-bg .bg-overlay:not([style]) {
  opacity: 1 !important;
  background-image:
    linear-gradient(90deg, rgba(29, 24, 72, .18), rgba(29, 24, 72, .02)),
    url("./assets_custom/img/moe-hero.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.auth-full-bg .text-white-50 {
  color: rgba(255, 255, 255, .78) !important;
}

.auth-full-page-content {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at 100% 0, rgba(85, 217, 255, .16), transparent 18rem),
    radial-gradient(circle at 0 100%, rgba(255, 110, 169, .14), transparent 22rem),
    rgba(255, 255, 255, .94);
}

.auth-full-page-content::before {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 90px;
  height: 90px;
  content: "";
  pointer-events: none;
  opacity: .45;
  background:
    radial-gradient(circle at 50% 12%, var(--moe-pink) 0 3px, transparent 4px),
    radial-gradient(circle at 78% 38%, var(--moe-cyan) 0 2px, transparent 3px),
    radial-gradient(circle at 32% 68%, var(--moe-violet) 0 2px, transparent 3px);
}

.login_right {
  position: relative;
  z-index: 1;
  max-width: 460px;
  padding: 32px;
  border: 1px solid rgba(124, 92, 255, .10);
  border-radius: 24px;
  background: rgba(255, 255, 255, .80);
  box-shadow: 0 22px 60px rgba(76, 53, 132, .12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.login_right .logo img {
  max-width: 210px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(124, 92, 255, .18));
}

.login_right .affs-nav {
  padding: 5px;
  border: 0;
  border-radius: 13px;
  background: var(--moe-gradient-soft);
}

.login_right .affs-nav .nav-link {
  border: 0;
  border-radius: 9px;
}

.login_right .affs-nav .nav-link.active {
  color: var(--moe-violet-deep);
  background: #fff !important;
  box-shadow: 0 5px 15px rgba(76, 53, 132, .10);
}

/* 会员首页 */
.moe-dashboard {
  position: relative;
}

.moe-dashboard-hero {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 250px;
  margin-bottom: 24px;
  padding: 42px 310px 38px 42px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: var(--moe-radius-lg);
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, .23), transparent 11rem),
    linear-gradient(120deg, #3a2f7d 0%, #7453d9 48%, #ef74ae 100%);
  box-shadow: 0 22px 52px rgba(76, 53, 132, .20);
}

.moe-dashboard-hero::before,
.moe-dashboard-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
}

.moe-dashboard-hero::before {
  right: 105px;
  bottom: -110px;
  width: 350px;
  height: 350px;
}

.moe-dashboard-hero::after {
  top: -80px;
  right: -30px;
  width: 240px;
  height: 240px;
}

.moe-dashboard-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.moe-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
}

.moe-dashboard-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
}

.moe-dashboard-hero p {
  max-width: 520px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
}

.moe-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.moe-dashboard-mascot {
  position: absolute;
  z-index: 1;
  right: 38px;
  bottom: -56px;
  width: 230px;
  height: auto;
  filter: drop-shadow(0 15px 20px rgba(31, 24, 79, .25));
}

.moe-profile-card {
  justify-content: space-between;
}

.moe-profile-main {
  display: flex;
  align-items: center;
  padding: 10px 4px 4px;
  gap: 16px;
}

.moe-profile-main > div:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.moe-profile-avatar {
  display: inline-flex;
  width: 68px;
  min-width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  border: 4px solid #fff;
  border-radius: 22px;
  background: var(--moe-gradient) !important;
  box-shadow: 0 10px 25px rgba(124, 92, 255, .24);
}

.moe-user-id,
.moe-profile-main small {
  margin-top: 4px;
  color: var(--moe-muted);
}

.moe-safety-row {
  display: flex;
  justify-content: center;
  margin: 12px 0;
  gap: 14px;
}

.moe-safety-row .user-center_safety {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 14px;
  background: var(--moe-gradient);
  box-shadow: 0 7px 18px rgba(124, 92, 255, .20);
}

.moe-safety-row .user-center_safety.is-muted {
  color: #968eaa;
  background: #eeeaf4;
  box-shadow: none;
}

.moe-profile-stats {
  display: grid;
  padding-top: 14px;
  border-top: 1px solid var(--moe-line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.moe-profile-stats > * {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 4px 7px;
  color: var(--moe-muted);
  text-align: center;
}

.moe-profile-stats strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.moe-profile-stats span {
  overflow: hidden;
  max-width: 100%;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.moe-balance-card {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: minmax(130px, 1fr) minmax(150px, 1fr);
}

.moe-balance-chart {
  width: 100%;
  height: 210px;
}

.moe-balance-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.moe-balance-copy span {
  margin-top: 10px;
  color: var(--moe-muted);
  font-size: 12px;
}

.moe-balance-copy strong {
  margin-top: 4px;
  color: var(--moe-ink);
}

.moe-balance-copy .btn {
  align-self: flex-start;
  margin-top: 18px;
}

.moe-product-grid {
  overflow-y: auto;
  max-height: 218px;
  gap: 8px;
}

.moe-product-grid .user-center_product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
  color: var(--moe-text);
  border: 1px solid var(--moe-line);
  border-radius: 11px;
  background: #fbfaff;
}

.moe-product-grid .user-center_product:hover {
  color: var(--moe-violet-deep);
  border-color: rgba(124, 92, 255, .26);
  background: var(--moe-violet-soft);
}

.moe-product-grid i {
  margin-right: 7px;
  color: var(--moe-pink);
}

.moe-news-list {
  margin: 0;
  padding: 0;
}

.moe-news-list li {
  padding: 12px 0;
  border-bottom: 1px dashed var(--moe-line);
}

.moe-news-list .notice_item_time {
  color: var(--moe-muted);
}

.moe-loading {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  color: var(--moe-muted);
}

/* 业务页面细节 */
.security-header {
  border-radius: var(--moe-radius);
  background-image: var(--moe-gradient) !important;
}

.security-info {
  background: var(--moe-gradient) !important;
}

.addfunds-payment,
.ticket-item {
  border-color: var(--moe-line);
  border-radius: var(--moe-radius);
}

.addfunds-payment.active,
.addfunds-payment:hover,
.ticket-item:hover {
  border-color: rgba(124, 92, 255, .40);
  box-shadow: var(--moe-shadow);
}

.irs--square .irs-handle {
  border-color: var(--moe-violet) !important;
}

.irs--square .irs-bar {
  background: var(--moe-gradient) !important;
}

/* 页脚、吉祥物、轻量花瓣 */
.moe-footer {
  color: var(--moe-muted);
  border-top: 1px solid var(--moe-line);
  background: rgba(255, 255, 255, .76);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.moe-footer-mark {
  color: var(--moe-pink);
  font-size: 18px;
}

.moe-companion {
  position: fixed;
  z-index: 1000;
  right: 22px;
  bottom: 70px;
  width: 178px;
  pointer-events: none;
}

.moe-companion img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto -18px;
  pointer-events: none;
  filter: drop-shadow(0 12px 20px rgba(59, 42, 113, .22));
}

.moe-companion p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 11px 13px;
  color: var(--moe-text);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
  pointer-events: auto;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 14px;
  background: rgba(255, 255, 255, .90);
  box-shadow: var(--moe-shadow);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.moe-companion-close {
  position: absolute;
  z-index: 2;
  top: 34px;
  right: 3px;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  pointer-events: auto;
  border: 0;
  border-radius: 50%;
  background: rgba(49, 42, 74, .72);
  box-shadow: 0 5px 14px rgba(49, 42, 74, .18);
}

.moe-companion-open {
  position: fixed;
  z-index: 1000;
  right: 22px;
  bottom: 82px;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 18px;
  border: 0;
  border-radius: 50%;
  background: var(--moe-gradient);
  box-shadow: 0 9px 24px rgba(124, 92, 255, .32);
}

.moe-petal-field {
  position: fixed;
  z-index: 999;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.moe-petal-field i {
  position: absolute;
  top: -24px;
  left: var(--moe-petal-left);
  width: 10px;
  height: 7px;
  opacity: .48;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #fff, #ff9dc4);
  animation: moe-petal-fall var(--moe-petal-duration) linear var(--moe-petal-delay) infinite;
}

@keyframes moe-petal-fall {
  0% {
    transform: translate3d(0, -5vh, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(var(--moe-petal-drift), 108vh, 0) rotate(520deg);
  }
}

@media (max-width: 1199.98px) {
  .moe-dashboard-hero {
    padding-right: 250px;
  }

  .moe-dashboard-mascot {
    right: 24px;
    width: 200px;
  }

  .moe-companion {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .moe-dashboard-hero {
    min-height: 230px;
    padding: 32px 185px 32px 30px;
  }

  .moe-dashboard-mascot {
    right: 4px;
    width: 185px;
  }

  .login_right {
    max-width: 560px;
  }
}

@media (max-width: 767.98px) {
  .card {
    border-radius: 13px;
  }

  .page-content {
    padding-top: 74px;
  }

  .moe-dashboard-hero {
    min-height: 0;
    padding: 28px 24px;
  }

  .moe-dashboard-mascot {
    display: none;
  }

  .moe-balance-card {
    grid-template-columns: 1fr;
  }

  .moe-balance-card.user-center_h300 {
    height: auto;
    min-height: 360px;
  }

  .moe-balance-chart {
    height: 160px;
  }

  .auth-full-page-content {
    min-height: 100vh;
  }

  .login_right {
    padding: 24px 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .moe-companion-open {
    right: 14px;
    bottom: 72px;
  }
}

@media (max-width: 479.98px) {
  .moe-dashboard-hero h1 {
    font-size: 25px;
  }

  .moe-profile-stats span {
    white-space: normal;
  }

  .moe-profile-main {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .moe-petal-field {
    display: none;
  }
}
