@font-face {
  font-family: FormaDJRText;
  src: url('/assets-mirror/FormaDJRText-Regular-7c96d66c124d.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 600;
  font-display: swap;
}
@font-face {
  font-family: FormaDJRText;
  src: url('/assets-mirror/FormaDJRText-Bold-2e0665cc7316.woff2') format('woff2');
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}
html { scroll-behavior: smooth; }
[data-aos] { opacity: 1 !important; transform: none !important; }
img { max-width: 100%; }

#mirror-chat-bubble {
  position: fixed;
  right: 10px;
  bottom: 24px;
  z-index: 2147482999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 82px;
  height: 158px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity .18s ease, transform .18s ease;
}
#mirror-chat-bubble:hover { transform: translateY(-2px); }
#mirror-chat-bubble:focus-visible { outline: 3px solid #01b53b; outline-offset: 3px; }
#mirror-chat-bubble img { display: block; width: 82px; height: 80px; }
#mirror-chat-bubble .mirror-chat-bubble__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 18px;
  border-radius: 999px;
  background: #01b53b;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
#mirror-chat-bubble .mirror-chat-bubble__online {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 130px;
  height: 40px;
  margin-top: 8px;
  border-radius: 11px;
  background: #169fe6;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 112, 184, .35);
}
#mirror-chat-bubble .mirror-chat-bubble__online i {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background: #6ee86e;
  box-shadow: 0 0 6px rgba(110, 232, 110, .8);
}
#mirror-chat-bubble.is-chat-open { opacity: 0; pointer-events: none; transform: scale(.8); }

#mirror-chat-fallback {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 2147482998;
  display: none;
  width: min(360px, calc(100vw - 24px));
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 55px rgba(0, 0, 0, .28);
}
#mirror-chat-fallback.is-open { display: block; }
.mirror-chat-fallback__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 16px;
  background: #01b53b;
  color: #fff;
}
.mirror-chat-fallback__head div { display: grid; gap: 2px; }
.mirror-chat-fallback__head strong { font-size: 18px; }
.mirror-chat-fallback__head span { font-size: 13px; opacity: .9; }
.mirror-chat-fallback__head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.mirror-chat-fallback__body {
  height: min(520px, calc(100vh - 190px));
  background: #fff;
}
.mirror-chat-fallback__body iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

@media (max-width: 600px) {
  #mirror-chat-bubble { right: 24px; bottom: 16px; }
  #mirror-chat-fallback { right: 10px; bottom: 0; }
}

/* Local interaction layer for the server-rendered mobile navigation. */
.mirror-menu-open { opacity: 1 !important; visibility: visible !important; }
.mirror-menu-open > div:last-child { transform: translateX(0) !important; }

.mirror-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, .58);
}
.mirror-modal.is-open { display: grid; }
.mirror-modal__card {
  width: min(520px, 100%);
  border-radius: 18px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}
.mirror-modal__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mirror-modal__head h2 { color: #00a63c; font-size: 26px; font-weight: 700; }
.mirror-modal__close { width: 38px; height: 38px; border-radius: 50%; background: #f1f3f2; font-size: 24px; }
.mirror-modal p { margin: 12px 0 20px; color: #4b5563; }
.mirror-form { display: grid; gap: 12px; }
.mirror-form input, .mirror-form textarea {
  width: 100%; border: 1px solid #d7ddd9; border-radius: 9px; padding: 12px 14px; outline: none;
}
.mirror-form input:focus, .mirror-form textarea:focus { border-color: #01b53b; box-shadow: 0 0 0 3px rgba(1,181,59,.12); }
.mirror-form button { border-radius: 9px; background: #fa4215; padding: 12px 18px; color: white; font-weight: 700; }
.mirror-form__notice { display: none; color: #078333 !important; font-weight: 600; }
.mirror-form__notice.show { display: block; }

@media (max-width: 640px) {
  .mirror-modal__card { padding: 22px; }
  .mirror-modal__head h2 { font-size: 22px; }
}
