/* Hopela header v2 - adapted from the approved Claude Design mockup. */
.hop-v2,
.hop-v2 * {
  box-sizing: border-box;
}

.hop-v2 {
  --hop-ink: #1e2617;
  --hop-copy: #4a5940;
  --hop-muted: #7c8a6d;
  --hop-line: #e8ecdf;
  --hop-green: #5e7e39;
  --hop-orange: #ff6600;
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100%;
  color: var(--hop-ink);
  font-family: "Open Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Comble le liseré d'1px qui peut apparaître au-dessus du header collant
   (arrondi sous-pixel sur les écrans Windows en 125/150 %). Le pseudo
   prolonge le fond clair du bandeau promo vers le haut ; il est masqué par
   le bandeau quand il n'y a pas d'écart, donc invisible autrement. */
.hop-v2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: #f7f8f5;
  pointer-events: none;
}

.hop-v2 a {
  color: inherit;
  text-decoration: none;
}

.hop-v2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hop-v2 button {
  margin: 0;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.hop-v2-wrap {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding-inline: 26px;
}

.hop-v2-promo {
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #edf0e7;
  background: #f7f8f5;
  opacity: 1;
  transition: height 0.3s ease, opacity 0.25s ease;
}

.hop-v2-promo .hop-v2-wrap {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hop-v2-promo-link,
.hop-v2-account-link {
  display: inline-flex;
  align-items: center;
}

.hop-v2-promo-link {
  min-width: 0;
  gap: 10px;
  color: var(--hop-copy);
  font-size: 12.5px;
}

.hop-v2-new {
  flex: 0 0 auto;
  padding: 3px 9px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff7a18, #cf4800);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: uppercase;
}

.hop-v2-promo-copy {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hop-v2-account {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.hop-v2-account-link {
  min-height: 32px;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 8px;
  color: var(--hop-copy);
  font-size: 12.5px;
  font-weight: 600;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.hop-v2-account-link:hover,
.hop-v2-account-link:focus-visible {
  color: var(--hop-ink);
  background: #eef1e7;
}

.hop-v2-account-link.is-signup {
  border: 1px solid #d5e0c4;
  color: var(--hop-green);
  font-weight: 700;
}

.hop-v2-account-link.is-signup:hover,
.hop-v2-account-link.is-signup:focus-visible {
  border-color: var(--hop-green);
  background: #eef3e6;
}

.hop-v2-bar {
  position: relative;
  border-bottom: 1px solid var(--hop-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.hop-v2-bar > .hop-v2-wrap {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.hop-v2-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-block: 10px;
}

.hop-v2-logo img {
  display: block;
  width: auto;
  height: 44px;
  object-fit: contain;
  transition: height 0.3s ease;
}

.hop-v2-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  min-width: 0;
}

.hop-v2-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hop-v2-top {
  height: 64px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: #2a3320;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease, height 0.3s ease;
}

.hop-v2-top:hover,
.hop-v2-top:focus-visible,
.hop-v2-nav-li.is-active > .hop-v2-top,
.hop-v2-nav-li.is-open > .hop-v2-top {
  color: var(--hop-green);
}

.hop-v2-top-icon {
  width: 16px;
  color: #8a9877 !important;
  font-size: 16px;
  text-align: center;
}

.hop-v2 .fa-home::before {
  content: "\f015";
}

.hop-v2-chevron {
  margin-left: 1px;
  color: #9aa889;
  font-size: 12px;
  transition: transform 0.22s ease;
}

.hop-v2-nav-li.is-open .hop-v2-chevron {
  transform: rotate(180deg);
}

.hop-v2-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, #ff7a18, var(--hop-orange));
  box-shadow: 0 -1px 8px rgba(255, 102, 0, 0.42);
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1), width 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.hop-v2-chat {
  flex: 0 0 auto;
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 12px;
  color: #fff !important;
  background: linear-gradient(135deg, #ff7a18, #e24f00);
  box-shadow: 0 6px 18px -6px rgba(226, 79, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hop-v2-chat:hover,
.hop-v2-chat:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -8px rgba(226, 79, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.hop-v2-chat-dot {
  position: relative;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #7ee06a;
}

.hop-v2-chat-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  animation: hop-v2-pulse 1.9s ease-out infinite;
}

.hop-v2-burger {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto !important;
  border: 1px solid #e4e9db !important;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f6f8f2) !important;
  box-shadow: 0 2px 6px -2px rgba(30, 38, 23, 0.14), inset 0 1px 0 #fff;
}

.hop-v2-burger-icon {
  position: relative;
  width: 20px;
  height: 14px;
  display: block;
}

.hop-v2-burger-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--hop-ink);
  transform-origin: center;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.2s ease, width 0.3s ease;
}

.hop-v2-burger-icon span:nth-child(1) { top: 0; }
.hop-v2-burger-icon span:nth-child(2) { top: 6px; width: 70%; background: var(--hop-green); }
.hop-v2-burger-icon span:nth-child(3) { top: 12px; }

.hop-v2.is-mobile-open .hop-v2-burger-icon span:nth-child(1) { top: 6px; transform: rotate(45deg); }
.hop-v2.is-mobile-open .hop-v2-burger-icon span:nth-child(2) { width: 100%; opacity: 0; }
.hop-v2.is-mobile-open .hop-v2-burger-icon span:nth-child(3) { top: 6px; transform: rotate(-45deg); }

.hop-v2-mega-layer {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
}

.hop-v2-mega-wrap {
  position: relative;
  width: min(100%, 1252px);
  min-height: 1px;
  margin: 0 auto;
  padding-inline: 26px;
}

.hop-v2-panel {
  position: absolute;
  top: 0;
  left: 26px;
  padding-top: 12px;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.26s cubic-bezier(0.2, 0.7, 0.3, 1), visibility 0s linear 0.26s;
}

.hop-v2-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.hop-v2-panel.is-gaming {
  right: 26px;
}

.hop-v2-panel-card {
  width: var(--panel-width, 720px);
  max-width: calc(100vw - 52px);
  display: grid;
  grid-template-columns: repeat(var(--panel-cols, 2), minmax(0, 1fr));
  gap: 10px 20px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--hop-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 30px 60px -24px rgba(20, 30, 15, 0.32), 0 4px 14px -6px rgba(20, 30, 15, 0.12);
}

.hop-v2-panel.is-gaming .hop-v2-panel-card {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 290px;
  gap: 6px 18px;
}

.hop-v2-col > *,
.hop-v2-feature {
  opacity: 0;
  transform: translateY(6px);
}

.hop-v2-panel.is-open .hop-v2-col > *,
.hop-v2-panel.is-open .hop-v2-feature {
  animation: hop-v2-fade 0.34s cubic-bezier(0.2, 0.7, 0.3, 1) forwards;
}

.hop-v2-panel.is-open .hop-v2-col > :nth-child(2) { animation-delay: 0.04s; }
.hop-v2-panel.is-open .hop-v2-col > :nth-child(3) { animation-delay: 0.08s; }
.hop-v2-panel.is-open .hop-v2-col > :nth-child(4) { animation-delay: 0.12s; }
.hop-v2-panel.is-open .hop-v2-col > :nth-child(5) { animation-delay: 0.16s; }
.hop-v2-panel.is-open .hop-v2-col > :nth-child(6) { animation-delay: 0.2s; }

.hop-v2-col-title {
  padding: 2px 11px 6px;
  color: #9aa889;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hop-v2-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 9px 30px 9px 11px;
  border-radius: 12px;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.hop-v2-item:hover,
.hop-v2-item:focus-visible {
  background: #f4f6ef;
}

.hop-v2-item-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #eaeee1;
  border-radius: 11px;
  color: var(--icon-color, var(--hop-green));
  background: #f4f6ef;
  font-size: 19px;
}

.hop-v2-item-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.hop-v2-item-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.hop-v2-item-title-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 7px;
  min-width: 0;
}

.hop-v2-item-title {
  flex: 0 1 auto;
  min-width: 0;
  color: var(--hop-ink);
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.3;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.hop-v2-item-desc {
  display: block;
  margin-top: 1px;
  color: var(--hop-muted);
  font-size: 11.5px;
  line-height: 1.35;
}

.hop-v2-badge {
  flex: 0 0 auto;
  padding: 2px 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--badge-color, var(--hop-green));
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

.hop-v2-panel.is-gaming .hop-v2-item {
  gap: 10px;
  padding-right: 24px;
}

.hop-v2-panel.is-gaming .hop-v2-item-title {
  font-size: 13px;
}

.hop-v2-panel.is-gaming .hop-v2-badge {
  padding-inline: 6px;
  font-size: 8px;
}

.hop-v2-item-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #c2ccb4;
  font-size: 13px;
  opacity: 0;
  transform: translate(-4px, -50%);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.hop-v2-item:hover .hop-v2-item-arrow,
.hop-v2-item:focus-visible .hop-v2-item-arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.hop-v2-feature {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 20px;
  border: 1px solid #dde7cd;
  border-radius: 16px;
  background: linear-gradient(158deg, #f4f7ee, #e7efdb);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hop-v2-feature:hover,
.hop-v2-feature:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -18px rgba(94, 126, 57, 0.5);
}

.hop-v2-feature-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce7cb;
  border-radius: 12px;
  color: var(--hop-green);
  background: #fff;
  box-shadow: 0 4px 12px -6px rgba(94, 126, 57, 0.4);
  font-size: 21px;
}

.hop-v2-feature-tag {
  display: block;
  margin-bottom: 6px;
  color: var(--hop-orange);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hop-v2-feature-title {
  display: block;
  color: var(--hop-ink);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.hop-v2-feature-desc {
  display: block;
  margin-top: 7px;
  color: #5b6b4c;
  font-size: 12px;
  line-height: 1.5;
}

.hop-v2-feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--hop-green);
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
}

.hop-v2-all-games {
  grid-column: 1 / 4;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid #eef0e8;
}

.hop-v2-all-games .hop-v2-item {
  min-height: 52px;
}

.hop-v2.is-compact .hop-v2-promo {
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hop-v2.is-compact .hop-v2-bar {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 26px -14px rgba(20, 30, 15, 0.32);
}

.hop-v2.is-compact .hop-v2-logo img {
  height: 38px;
}

.hop-v2.is-compact .hop-v2-top {
  height: 56px;
}

.hop-v2-scrim {
  position: fixed;
  inset: 0;
  z-index: 10001;
  visibility: hidden;
  border: 0;
  background: rgba(15, 20, 10, 0.44);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.hop-v2-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10002;
  width: min(88vw, 380px);
  display: flex;
  flex-direction: column;
  border-left: 1px solid #e8ecdf;
  background: #fff;
  box-shadow: -20px 0 50px -20px rgba(20, 30, 15, 0.4);
  transform: translateX(105%);
  visibility: hidden;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.32s;
}

.hop-v2.is-mobile-open .hop-v2-scrim {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.hop-v2.is-mobile-open .hop-v2-drawer {
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
}

.hop-v2-drawer-head {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid #eef0e8;
}

.hop-v2-drawer-head img {
  display: block;
  width: auto;
  height: 38px;
}

.hop-v2-close {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6ebde !important;
  border-radius: 11px;
  color: var(--hop-ink);
  background: #f7f8f5 !important;
  font-size: 20px;
}

.hop-v2-close-icon {
  position: relative;
  width: 19px;
  height: 19px;
  display: block;
}

.hop-v2-close-icon::before,
.hop-v2-close-icon::after {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 19px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.hop-v2-close-icon::before { transform: rotate(45deg); }
.hop-v2-close-icon::after { transform: rotate(-45deg); }

.hop-v2-mobile-body {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 12px 16px 20px;
}

.hop-v2-mobile-home,
.hop-v2-acc-trigger {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  color: var(--hop-ink);
  background: transparent !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.hop-v2-mobile-home > i,
.hop-v2-acc-trigger > i:first-child {
  width: 20px;
  color: #8a9877;
  font-size: 18px;
  text-align: center;
}

.hop-v2-mobile-home.is-active {
  color: var(--hop-green);
  background: #f4f6ef;
  border-radius: 12px;
}

.hop-v2-acc {
  border-bottom: 1px solid #f0f2ec;
}

.hop-v2-acc-trigger span {
  flex: 1 1 auto;
}

.hop-v2-acc-trigger .hop-v2-chevron {
  font-size: 14px;
}

.hop-v2-acc-trigger[aria-expanded="true"] .hop-v2-chevron {
  transform: rotate(180deg);
}

.hop-v2-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.hop-v2-mobile-group {
  padding: 2px 0 10px;
}

.hop-v2-mobile-group-title {
  padding: 10px 12px 4px;
  color: #9aa889;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hop-v2-mobile-item {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 11px;
}

.hop-v2-mobile-item:hover,
.hop-v2-mobile-item:focus-visible {
  background: #f4f6ef;
}

.hop-v2-mobile-item .hop-v2-item-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  font-size: 17px;
}

.hop-v2-mobile-item .hop-v2-item-icon img {
  width: 22px;
  height: 22px;
}

.hop-v2-mobile-item .hop-v2-item-title {
  font-size: 13.5px;
}

.hop-v2-mobile-item .hop-v2-badge {
  margin-left: 5px;
  font-size: 8px;
}

.hop-v2-drawer-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px 16px;
  border-top: 1px solid #eef0e8;
  background: #fbfcf9;
}

.hop-v2-drawer-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dde3d2;
  border-radius: 12px;
  color: #2a3320;
  font-size: 13.5px;
  font-weight: 600;
}

.hop-v2-drawer-action.is-chat {
  grid-column: 1 / -1;
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #ff7a18, #e24f00);
}

html.hop-v2-lock,
html.hop-v2-lock body {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.hop-v2 :focus-visible {
  outline: 3px solid rgba(255, 102, 0, 0.45);
  outline-offset: 2px;
}

@keyframes hop-v2-pulse {
  0% { opacity: 1; transform: scale(1); }
  70%, 100% { opacity: 0; transform: scale(2.6); }
}

@keyframes hop-v2-fade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1360px) and (min-width: 1240px) {
  .hop-v2-wrap {
    padding-inline: 18px;
  }

  .hop-v2-mega-wrap {
    padding-inline: 26px;
  }

  .hop-v2-top {
    padding-inline: 7px;
    font-size: 12.5px !important;
  }

  .hop-v2-bar > .hop-v2-wrap {
    gap: 20px;
  }

  .hop-v2-links {
    gap: 4px;
  }

  .hop-v2-chat {
    padding-inline: 12px;
    font-size: 12px;
  }

  .hop-v2-logo img {
    height: 40px;
  }
}

@media (max-width: 1239px) {
  .hop-v2-nav,
  .hop-v2-chat,
  .hop-v2-mega-layer {
    display: none;
  }

  .hop-v2-burger {
    display: inline-flex;
  }

  .hop-v2-bar > .hop-v2-wrap {
    min-height: 72px;
  }

  .hop-v2-logo {
    padding-block: 12px;
  }

  .hop-v2-logo img,
  .hop-v2.is-compact .hop-v2-logo img {
    height: 40px;
  }
}

@media (max-width: 700px) {
  .hop-v2-wrap {
    padding-inline: 16px;
  }

  .hop-v2-promo-link {
    flex: 0 1 auto;
  }

  .hop-v2-promo-copy {
    display: none;
  }

  .hop-v2-account-link {
    padding-inline: 8px;
  }

  .hop-v2-account-link.is-signup {
    padding-inline: 10px;
  }
}

@media (max-width: 420px) {
  .hop-v2-account-link {
    gap: 5px;
    font-size: 11.5px;
  }

  .hop-v2-account-link i {
    display: none;
  }

  .hop-v2-logo img,
  .hop-v2.is-compact .hop-v2-logo img {
    height: 36px;
  }

  .hop-v2-burger {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .hop-v2-drawer {
    width: min(92vw, 380px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hop-v2 *,
  .hop-v2 *::before,
  .hop-v2 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
