:root {
  --inflict-cyan: #8defff;
  --inflict-violet: #b062ff;
  --inflict-pink: #ff5a8c;
  --inflict-header-offset: 100px;
}

[data-inflict-site-shell] {
  display: none !important;
}

[data-inflict-site-shell][data-mode="shopify"],
.inflict-shell__header-spacer {
  --inflict-shopify-header-space: max(86px, calc(74px + env(safe-area-inset-top)));
  display: block !important;
  width: 100%;
  height: var(--inflict-shopify-header-space);
  min-height: var(--inflict-shopify-header-space);
  flex: 0 0 var(--inflict-shopify-header-space);
  pointer-events: none;
}

.inflict-shell__header,
.inflict-shell__footer {
  color: #fff;
  font-family: Archivo, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: left;
}

.inflict-shell__header *,
.inflict-shell__footer * {
  box-sizing: border-box;
}

.inflict-shell__header {
  position: fixed;
  z-index: 2147483000;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  pointer-events: none;
}

.inflict-shell__skip-link {
  position: absolute;
  top: max(8px, env(safe-area-inset-top));
  left: max(12px, env(safe-area-inset-left));
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid var(--inflict-cyan);
  border-radius: 7px;
  background: #000;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transform: translateY(-150%);
}

.inflict-shell__skip-link:focus {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.inflict-shell__header-bar {
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 78px;
  padding-top: max(9px, env(safe-area-inset-top));
  padding-right: max(18px, env(safe-area-inset-right));
  padding-bottom: 9px;
  padding-left: max(18px, env(safe-area-inset-left));
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(141, 239, 255, 0.22);
  background: #000;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.6);
  grid-template-columns: auto minmax(0, 1fr) auto;
  pointer-events: auto;
  transition: max-width 260ms ease, min-height 260ms ease, padding 260ms ease, border-color 260ms ease;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.inflict-shell__header.is-compact .inflict-shell__header-bar {
  max-width: none;
  min-height: 56px;
  padding-top: max(5px, env(safe-area-inset-top));
  padding-right: max(18px, env(safe-area-inset-right));
  padding-bottom: 5px;
  padding-left: max(18px, env(safe-area-inset-left));
  border-color: rgba(141, 239, 255, 0.2);
}

.inflict-shell__brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  background: #000;
  box-shadow: none;
  color: #fff;
  line-height: 0;
  text-decoration: none;
}

.inflict-shell__brand inflict-logo,
.inflict-shell__logo {
  --inflict-logo-width: 150px;
  display: inline-block;
  width: 150px;
  max-width: 100%;
  aspect-ratio: 834 / 315;
  background: #000;
  box-shadow: none;
  transition: width 260ms ease;
}

.inflict-shell__brand inflict-logo > img,
.inflict-shell__logo-image {
  display: block;
  width: 150px;
  height: auto;
  transition: width 260ms ease;
}

.inflict-shell__header.is-compact .inflict-shell__brand inflict-logo,
.inflict-shell__header.is-compact .inflict-shell__logo {
  --inflict-logo-width: 117px;
  width: 117px;
}

.inflict-shell__header.is-compact .inflict-shell__brand inflict-logo > img,
.inflict-shell__header.is-compact .inflict-shell__logo-image {
  width: 117px;
}

.inflict-shell__primary-nav {
  display: flex;
  min-width: 0;
  justify-content: flex-end;
  gap: 4px;
}

.inflict-shell__nav-button {
  position: relative;
  display: inline-flex;
  min-width: 0;
  width: auto;
  height: 48px;
  padding: 4px 10px;
  align-items: center;
  gap: 8px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.055em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  -webkit-tap-highlight-color: transparent;
  isolation: isolate;
}

.inflict-shell__nav-button::after {
  display: none;
}

.inflict-shell__nav-button:hover,
.inflict-shell__nav-button[aria-current="page"],
.inflict-shell__nav-button.is-current,
.inflict-shell__nav-button[aria-expanded="true"] {
  border-color: transparent;
  box-shadow: none;
  color: #fff;
  transform: none;
}

.inflict-shell__nav-button:focus-visible,
.inflict-shell__footer-toggle:focus-visible,
.inflict-shell__sitemap a:focus-visible,
.inflict-shell__ai-policy-link:focus-visible,
.inflict-shell__brand:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.inflict-shell__button-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(141, 239, 255, 0.78);
  border-radius: 7px;
  background-color: #000;
  background: radial-gradient(circle at 35% 25%, rgba(141, 239, 255, 0.15), rgba(0, 0, 0, 0.6) 65%);
  transition: box-shadow 150ms ease, border-color 150ms ease;
}

.inflict-shell__nav-button:hover .inflict-shell__button-icon,
.inflict-shell__nav-button:focus-visible .inflict-shell__button-icon,
.inflict-shell__nav-button[aria-current="page"] .inflict-shell__button-icon,
.inflict-shell__nav-button.is-current .inflict-shell__button-icon,
.inflict-shell__nav-button[aria-expanded="true"] .inflict-shell__button-icon {
  border-color: #c8f7ff;
  box-shadow: 0 0 15px rgba(141, 239, 255, 0.48);
}

.inflict-shell__nav-button--shop .inflict-shell__button-icon {
  border-color: rgba(176, 98, 255, 0.88);
}

.inflict-shell__nav-button--shop:hover .inflict-shell__button-icon,
.inflict-shell__nav-button--shop:focus-visible .inflict-shell__button-icon,
.inflict-shell__nav-button--shop[aria-current="page"] .inflict-shell__button-icon {
  border-color: #d5adff;
  box-shadow: 0 0 15px rgba(176, 98, 255, 0.56);
}

.inflict-shell__button-label {
  display: block;
  min-width: 0;
  overflow: visible;
  color: currentColor;
  line-height: 1.15;
  white-space: nowrap;
}

.inflict-shell__button-chevron {
  display: grid;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  place-items: center;
  color: rgba(255, 255, 255, 0.55);
  transition: color 160ms ease, transform 180ms ease;
}

.inflict-shell__button-chevron svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.inflict-shell__menu-trigger[aria-expanded="true"] .inflict-shell__button-chevron {
  color: var(--inflict-cyan);
  transform: rotate(180deg);
}

.inflict-shell__button-icon svg {
  width: 22px;
  height: 22px;
  overflow: visible;
  fill: none;
  stroke: var(--inflict-cyan);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  filter: drop-shadow(0 0 5px rgba(141, 239, 255, 0.46));
}

.inflict-shell__button-icon svg .spark {
  stroke: var(--inflict-violet);
}

.inflict-shell__badge {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  min-width: 17px;
  height: 17px;
  margin: 0;
  padding-inline: 4px;
  place-items: center;
  border-radius: 999px;
  background: var(--inflict-cyan);
  color: #000;
  font-size: 10px;
  font-weight: 800;
}

.inflict-shell__badge[hidden] {
  display: none;
}

.inflict-shell__header-actions,
.inflict-shell__account-slot {
  display: flex;
  min-width: 0;
  align-items: center;
}

.inflict-shell__header-actions {
  justify-content: flex-end;
  gap: 5px;
}

.inflict-shell__mobile-menu-toggle {
  display: none;
  min-height: 44px;
  padding: 5px 10px;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.inflict-shell__mobile-menu-toggle:focus-visible,
.inflict-shell__menu-mobile-toolbar button:focus-visible,
.inflict-shell__menu-root :is(a, button):focus-visible,
.inflict-shell__menu-intro a:focus-visible,
.inflict-shell__menu-card:focus-visible,
.inflict-shell__menu-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.inflict-shell__mobile-menu-icon {
  position: relative;
  display: grid;
  width: 28px;
  height: 28px;
  padding: 6px 5px;
  align-content: space-between;
  border: 1px solid rgba(141, 239, 255, 0.68);
  border-radius: 6px;
  background: radial-gradient(circle at 35% 25%, rgba(141, 239, 255, 0.15), rgba(0, 0, 0, 0.6) 65%);
}

.inflict-shell__mobile-menu-icon i {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--inflict-cyan);
  box-shadow: 0 0 5px rgba(141, 239, 255, 0.55);
  transition: opacity 160ms ease, transform 180ms ease;
}

.inflict-shell__mobile-menu-toggle.is-open .inflict-shell__mobile-menu-icon i:first-child {
  transform: translateY(7px) rotate(45deg);
}

.inflict-shell__mobile-menu-toggle.is-open .inflict-shell__mobile-menu-icon i:nth-child(2) {
  opacity: 0;
}

.inflict-shell__mobile-menu-toggle.is-open .inflict-shell__mobile-menu-icon i:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

html.inflict-shell--navigation-open,
body.inflict-shell--navigation-open {
  overflow: hidden !important;
}

.inflict-shell__menu-overlay,
.inflict-shell__menu-overlay * {
  box-sizing: border-box;
}

.inflict-shell__menu-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 100%);
  height: calc(100dvh - 100%);
  pointer-events: auto;
}

.inflict-shell__menu-overlay[hidden] {
  display: none;
}

.inflict-shell__menu-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  animation: inflict-shell-fade-in 180ms ease both;
  cursor: pointer;
}

.inflict-shell__menu-surface {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: min(610px, calc(100dvh - 84px));
  overflow: auto;
  border-bottom: 1px solid rgba(141, 239, 255, 0.28);
  background:
    radial-gradient(circle at 92% 0%, rgba(176, 98, 255, 0.14), transparent 35%),
    radial-gradient(circle at 5% 100%, rgba(141, 239, 255, 0.08), transparent 34%),
    #080d11;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.78);
  animation: inflict-shell-panel-in 190ms ease both;
}

.inflict-shell__menu-root,
.inflict-shell__menu-mobile-toolbar {
  display: none;
}

.inflict-shell__menu-section[hidden] {
  display: none;
}

.inflict-shell__menu-section-frame {
  display: grid;
  width: min(100%, 1360px);
  min-height: 390px;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 54px) clamp(24px, 4vw, 58px);
  align-items: start;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(220px, 0.27fr) minmax(0, 0.73fr);
}

.inflict-shell__menu-intro {
  max-width: 310px;
}

.inflict-shell__menu-intro > p,
.inflict-shell__menu-card small,
.inflict-shell__menu-link small,
.inflict-shell__menu-more > p {
  margin: 0;
  color: var(--inflict-cyan);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.inflict-shell__menu-intro h2 {
  margin: 10px 0 15px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 840;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.inflict-shell__menu-intro > span {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.62;
}

.inflict-shell__menu-intro > a {
  display: inline-flex;
  margin-top: 24px;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.035em;
  text-decoration: none;
}

.inflict-shell__menu-intro > a b,
.inflict-shell__menu-card > b,
.inflict-shell__menu-link > b {
  color: var(--inflict-cyan);
  font-size: 18px;
  font-weight: 500;
}

.inflict-shell__menu-destinations {
  display: grid;
  min-width: 0;
}

.inflict-shell__menu-destinations.has-more {
  gap: clamp(24px, 3vw, 42px);
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.28fr);
}

.inflict-shell__menu-card-grid {
  display: grid;
  min-width: 0;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inflict-shell__menu-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 285px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(141, 239, 255, 0.18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 75% 15%, rgba(176, 98, 255, 0.12), transparent 40%),
    linear-gradient(150deg, rgba(14, 21, 26, 0.98), rgba(4, 7, 9, 0.98));
  color: #fff;
  flex-direction: column;
  text-decoration: none;
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.inflict-shell__menu-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--inflict-cyan), var(--inflict-violet), transparent);
  content: "";
  opacity: 0;
  transition: opacity 170ms ease;
}

.inflict-shell__menu-card-icon,
.inflict-shell__menu-link-icon,
.inflict-shell__menu-root-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(141, 239, 255, 0.42);
  background: rgba(0, 0, 0, 0.35);
  color: var(--inflict-cyan);
}

.inflict-shell__menu-card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 38px;
  border-radius: 10px;
}

.inflict-shell__menu-card-icon svg,
.inflict-shell__menu-link-icon svg,
.inflict-shell__menu-root-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.inflict-shell__menu-card-icon svg .spark,
.inflict-shell__menu-link-icon svg .spark,
.inflict-shell__menu-root-icon svg .spark {
  stroke: var(--inflict-violet);
}

.inflict-shell__menu-card-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.inflict-shell__menu-card-copy strong {
  margin-top: 7px;
  color: #fff;
  font-size: 20px;
  font-weight: 810;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.inflict-shell__menu-card-copy > span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.inflict-shell__menu-card > b {
  position: absolute;
  right: 20px;
  bottom: 17px;
}

.inflict-shell__menu-card:hover,
.inflict-shell__menu-card[aria-current="page"] {
  border-color: rgba(141, 239, 255, 0.58);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34), 0 0 22px rgba(141, 239, 255, 0.07);
  transform: translateY(-2px);
}

.inflict-shell__menu-card:hover::before,
.inflict-shell__menu-card[aria-current="page"]::before {
  opacity: 1;
}

.inflict-shell__menu-more {
  padding-left: clamp(18px, 2vw, 30px);
  border-left: 1px solid rgba(141, 239, 255, 0.14);
}

.inflict-shell__menu-more > p {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.45);
}

.inflict-shell__menu-more > div {
  display: grid;
  gap: 2px;
}

.inflict-shell__menu-link {
  position: relative;
  display: grid;
  min-height: 51px;
  padding: 8px 5px;
  align-items: center;
  gap: 10px;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.82);
  grid-template-columns: 30px minmax(0, 1fr) auto auto;
  text-decoration: none;
}

.inflict-shell__menu-link:hover,
.inflict-shell__menu-link[aria-current="page"] {
  background: rgba(141, 239, 255, 0.08);
  color: #fff;
}

.inflict-shell__menu-link-icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

.inflict-shell__menu-link-icon svg {
  width: 17px;
  height: 17px;
}

.inflict-shell__menu-link span:nth-child(2) {
  min-width: 0;
}

.inflict-shell__menu-link small,
.inflict-shell__menu-link strong {
  display: block;
}

.inflict-shell__menu-link small {
  overflow: hidden;
  color: rgba(141, 239, 255, 0.65);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inflict-shell__menu-link strong {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 730;
  line-height: 1.25;
}

.inflict-shell__menu-item-badge {
  display: grid;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  place-items: center;
  border-radius: 999px;
  background: var(--inflict-cyan);
  color: #000;
  font-size: 10px;
  font-weight: 850;
}

.inflict-shell__menu-item-badge[hidden] {
  display: none;
}

@keyframes inflict-shell-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes inflict-shell-panel-in {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.inflict-shell__account {
  --shopify-account-avatar-size: 48px;
  --shopify-account-color-accent: #8defff;
  --shopify-account-color-accent-hover: #c8f7ff;
  --shopify-account-color-accent-text: #000;
  --shopify-account-color-background: #050608;
  --shopify-account-color-background-subdued: #0b1015;
  --shopify-account-color-border: rgba(141, 239, 255, 0.38);
  --shopify-account-color-card-background: #080b0f;
  --shopify-account-color-card-text: #fff;
  --shopify-account-color-control-background: #000;
  --shopify-account-color-control-text: #fff;
  --shopify-account-color-shadow: rgba(0, 0, 0, 0.88);
  --shopify-account-color-text: #fff;
  --shopify-account-color-text-subdued: rgba(255, 255, 255, 0.64);
  --shopify-account-dialog-position-top: max(10px, env(safe-area-inset-top));
  --shopify-account-font-body: Archivo, Inter, ui-sans-serif, system-ui, sans-serif;
  --shopify-account-font-heading: Archivo, Inter, ui-sans-serif, system-ui, sans-serif;
  --shopify-account-radius-base: 7px;
  --shopify-account-radius-button: 7px;
  --shopify-account-radius-button-small: 6px;
  --shopify-account-radius-dialog: 12px;
  --shopify-account-radius-input: 7px;
  --shopify-account-signed-in-avatar-color-background: #8defff;
  --shopify-account-signed-in-avatar-color-text: #000;
  --shopify-account-signed-in-avatar-size: 38px;
  display: inline-flex;
  width: 42px;
  min-width: 42px;
  height: 48px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: flex-start;
  color-scheme: dark;
}

.inflict-shell__shopify-account-label {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.055em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
}

.inflict-shell__account-avatar > .inflict-shell__button-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.inflict-shell__account::part(signed-out-avatar) {
  display: grid;
  width: 42px;
  height: 48px;
  padding: 5px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.inflict-shell__account::part(signed-out-avatar):focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.inflict-shell__account-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(141, 239, 255, 0.78);
  border-radius: 7px;
  background: radial-gradient(circle at 35% 25%, rgba(141, 239, 255, 0.15), rgba(0, 0, 0, 0.6) 65%);
  color: var(--inflict-cyan);
  transition: box-shadow 150ms ease, border-color 150ms ease;
}

.inflict-shell__account:hover .inflict-shell__account-avatar,
.inflict-shell__account:focus-within .inflict-shell__account-avatar {
  border-color: #c8f7ff;
  box-shadow: 0 0 15px rgba(141, 239, 255, 0.48);
}

.inflict-shell__account-avatar svg {
  width: 22px;
  height: 22px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  filter: drop-shadow(0 0 5px rgba(141, 239, 255, 0.46));
}

.inflict-shell__user-account {
  position: relative;
  display: flex;
  width: auto;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
}

.inflict-shell__user-account-trigger {
  min-width: 96px;
  flex: none;
}

.inflict-shell__user-avatar {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  color: var(--inflict-cyan);
}

.inflict-shell__user-account.is-open .inflict-shell__user-avatar {
  border-color: #c8f7ff;
  box-shadow: 0 0 15px rgba(141, 239, 255, 0.48);
}

.inflict-shell__user-avatar-initial {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.inflict-shell__user-avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.inflict-shell__user-account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(286px, calc(100vw - 24px));
  max-height: min(70vh, 460px);
  padding: 9px;
  overflow-y: auto;
  border: 1px solid rgba(141, 239, 255, 0.38);
  border-radius: 11px;
  background:
    radial-gradient(circle at 92% 2%, rgba(176, 98, 255, 0.14), transparent 36%),
    rgba(5, 8, 12, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.78), inset 0 1px rgba(255, 255, 255, 0.04);
}

.inflict-shell__user-account-menu[hidden] {
  display: none;
}

.inflict-shell__user-account-identity {
  margin: 0 0 7px;
  padding: 10px 11px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.inflict-shell__user-account-identity strong,
.inflict-shell__user-account-identity span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inflict-shell__user-account-identity strong {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.inflict-shell__user-account-identity span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.inflict-shell__user-account-menu > a,
.inflict-shell__user-account-menu > button {
  display: flex;
  width: 100%;
  min-height: 39px;
  margin: 0;
  padding: 9px 11px;
  align-items: center;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
}

.inflict-shell__user-account-menu > a:hover,
.inflict-shell__user-account-menu > button:hover,
.inflict-shell__user-account-menu > a[aria-current="page"] {
  background: rgba(141, 239, 255, 0.1);
  color: #fff;
}

.inflict-shell__user-account-menu > a:focus-visible,
.inflict-shell__user-account-menu > button:focus-visible,
.inflict-shell__user-account-trigger:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.inflict-shell__user-account-menu > .inflict-shell__user-account-primary {
  justify-content: center;
  background: var(--inflict-cyan);
  color: #000;
  text-align: center;
}

.inflict-shell__user-account-menu > .inflict-shell__user-account-primary:hover {
  background: #c8f7ff;
  color: #000;
}

.inflict-shell__user-account-menu > button:last-child {
  margin-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 7px 7px;
  color: rgba(255, 255, 255, 0.64);
}

.inflict-shell__lightning-canvas {
  position: fixed !important;
  z-index: 2147483005 !important;
  inset: 0 !important;
  display: block !important;
  pointer-events: none !important;
}

html.inflict-shell--lightbox-open,
body.inflict-shell--lightbox-open {
  overflow: hidden !important;
}

.inflict-shell__lightbox,
.inflict-shell__lightbox * {
  box-sizing: border-box;
}

.inflict-shell__lightbox {
  position: fixed;
  z-index: 2147483640;
  inset: 0;
  width: min(1180px, calc(100vw - 48px));
  height: min(780px, calc(100vh - 48px));
  height: min(780px, calc(100dvh - 48px));
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(141, 239, 255, 0.7);
  border-radius: 16px;
  background: #000;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.9),
    0 0 36px rgba(141, 239, 255, 0.2);
  color: #fff;
  font-family: Archivo, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.inflict-shell__lightbox:not([open]) {
  display: none;
}

.inflict-shell__lightbox::backdrop {
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.inflict-shell__lightbox-surface {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #000;
}

.inflict-shell__lightbox-frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  opacity: 0;
  transition: opacity 180ms ease;
}

.inflict-shell__lightbox.is-loaded .inflict-shell__lightbox-frame {
  opacity: 1;
}

.inflict-shell__lightbox-loading {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(141, 239, 255, 0.78);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: opacity 150ms ease, visibility 150ms ease;
}

.inflict-shell__lightbox.is-loaded .inflict-shell__lightbox-loading {
  opacity: 0;
  visibility: hidden;
}

.inflict-shell__lightbox-close {
  position: absolute;
  z-index: 2;
  top: max(10px, env(safe-area-inset-top));
  right: max(10px, env(safe-area-inset-right));
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0 0 3px;
  place-items: center;
  border: 1px solid rgba(141, 239, 255, 0.78);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.82);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  touch-action: manipulation;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
  -webkit-tap-highlight-color: transparent;
}

.inflict-shell__lightbox-close:hover {
  border-color: #fff;
  box-shadow: 0 0 18px rgba(141, 239, 255, 0.5);
  transform: scale(1.04);
}

.inflict-shell__lightbox-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.inflict-shell__footer {
  position: fixed;
  z-index: 2147482990;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

body.inflict-shell--shopify:has(cart-drawer.active) .inflict-shell__footer {
  visibility: hidden;
}

.inflict-shell__footer-frame {
  width: 100%;
  max-width: none;
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(141, 239, 255, 0.22);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.72);
  pointer-events: auto;
  transition: max-width 260ms ease, border-color 260ms ease;
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
}

.inflict-shell__footer.is-expanded .inflict-shell__footer-frame {
  max-width: none;
  border-color: rgba(141, 239, 255, 0.34);
}

.inflict-shell__footer-toggle {
  display: flex;
  width: 100%;
  min-height: 42px;
  padding-top: 9px;
  padding-right: max(13px, env(safe-area-inset-right));
  padding-bottom: 9px;
  padding-left: max(13px, env(safe-area-inset-left));
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.08em;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.inflict-shell__footer-pulse {
  display: none;
}

.inflict-shell__footer-chevron {
  display: inline-grid;
  place-items: center;
  transition: transform 180ms ease;
}

.inflict-shell__footer-chevron svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.inflict-shell__footer.is-expanded .inflict-shell__footer-chevron {
  transform: rotate(180deg);
}

.inflict-shell__footer-panel {
  display: grid;
  max-height: 0;
  padding-top: 0;
  padding-right: max(22px, env(safe-area-inset-right));
  padding-bottom: 0;
  padding-left: max(22px, env(safe-area-inset-left));
  overflow: hidden;
  opacity: 0;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 2fr);
  gap: 18px 42px;
  transition: max-height 300ms ease, padding 300ms ease, opacity 180ms ease, visibility 300ms;
  visibility: hidden;
}

.inflict-shell__footer.is-expanded .inflict-shell__footer-panel {
  max-height: min(65vh, 440px);
  max-height: min(65dvh, 440px);
  padding-top: 7px;
  padding-right: max(22px, env(safe-area-inset-right));
  padding-bottom: 18px;
  padding-left: max(22px, env(safe-area-inset-left));
  opacity: 1;
  visibility: visible;
}

.inflict-shell__footer-intro {
  align-self: start;
  padding-top: 11px;
}

.inflict-shell__wordmark {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-shadow: 0 0 12px rgba(141, 239, 255, 0.5);
}

.inflict-shell__wordmark-suffix {
  margin-left: 0.08em;
  font-size: 0.5em;
  letter-spacing: 0.095em;
  line-height: 1;
  vertical-align: baseline;
}

.inflict-shell__sitemap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.inflict-shell__sitemap section,
.inflict-shell__sitemap h2,
.inflict-shell__sitemap ul,
.inflict-shell__sitemap li {
  margin: 0;
  padding: 0;
}

.inflict-shell__sitemap h2 {
  padding: 10px 0 7px;
  border-bottom: 1px solid rgba(141, 239, 255, 0.16);
  color: rgba(141, 239, 255, 0.72);
  font: inherit;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.inflict-shell__sitemap ul {
  display: grid;
  padding-top: 6px;
  gap: 1px;
  list-style: none;
}

.inflict-shell__sitemap a {
  display: inline-block;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.2;
  text-decoration: none;
  touch-action: manipulation;
  transition: color 150ms ease, transform 150ms ease;
  -webkit-tap-highlight-color: transparent;
}

.inflict-shell__sitemap a:hover,
.inflict-shell__sitemap a[aria-current="page"] {
  color: var(--inflict-cyan);
  transform: translateX(2px);
}

.inflict-shell__ai-disclosure {
  display: flex;
  padding: 7px 0 2px;
  align-items: center;
  justify-content: center;
  grid-column: 1 / -1;
}

.inflict-shell__ai-policy-link {
  display: block;
  width: 148px;
  max-width: 100%;
  border-radius: 8px;
  line-height: 0;
  opacity: 0.88;
  transition: opacity 150ms ease, transform 150ms ease;
}

.inflict-shell__ai-policy-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.inflict-shell__ai-policy-link img {
  display: block;
  width: 148px;
  max-width: 100%;
  height: auto;
}

.inflict-shell__footer-spacer {
  --inflict-footer-collapsed-space: clamp(190px, 22vh, 250px);
  --inflict-footer-measured-space: 0px;
  display: block !important;
  width: 100%;
  height: max(var(--inflict-footer-collapsed-space), var(--inflict-footer-measured-space));
  flex: 0 0 max(var(--inflict-footer-collapsed-space), var(--inflict-footer-measured-space));
  pointer-events: none;
}

body.inflict-shell--shopify .shopify-policy__container {
  width: min(100%, 1120px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(46px, 7vw, 92px) clamp(18px, 5vw, 68px) clamp(72px, 9vw, 120px);
  color: rgba(255, 255, 255, 0.78);
}

body.inflict-shell--shopify .shopify-policy__title {
  max-width: 900px;
  margin: 0 auto clamp(24px, 4vw, 44px);
  text-align: left;
}

body.inflict-shell--shopify .shopify-policy__title h1 {
  margin: 0;
  color: #fff;
  font-family: Archivo, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(46px, 8vw, 92px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

body.inflict-shell--shopify .shopify-policy__title h1::before {
  display: block;
  margin-bottom: 14px;
  color: var(--inflict-cyan);
  content: "INFLICT.IO / PRIVACY";
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-shadow: 0 0 16px rgba(141, 239, 255, 0.55);
}

body.inflict-shell--shopify .shopify-policy__body {
  max-width: 900px;
  margin: 0 auto;
}

body.inflict-shell--shopify .shopify-policy__body .rte > div {
  padding: clamp(26px, 5vw, 62px);
  border: 1px solid rgba(141, 239, 255, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 95% 2%, rgba(176, 98, 255, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(141, 239, 255, 0.055), rgba(255, 255, 255, 0.015) 42%),
    rgba(4, 7, 10, 0.92);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55), inset 0 1px rgba(255, 255, 255, 0.035);
}

body.inflict-shell--shopify .shopify-policy__body :is(p, li) {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.75;
}

body.inflict-shell--shopify .shopify-policy__body :is(h2, h3) {
  color: #fff;
  font-family: Archivo, Inter, ui-sans-serif, system-ui, sans-serif;
  text-wrap: balance;
}

body.inflict-shell--shopify .shopify-policy__body h2 {
  margin: clamp(42px, 7vw, 68px) 0 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(141, 239, 255, 0.18);
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

body.inflict-shell--shopify .shopify-policy__body h2::before {
  margin-right: 10px;
  color: var(--inflict-violet);
  content: "/";
  text-shadow: 0 0 14px rgba(176, 98, 255, 0.7);
}

body.inflict-shell--shopify .shopify-policy__body :is(h2:first-of-type, p:first-child) {
  margin-top: 0;
}

body.inflict-shell--shopify .shopify-policy__body strong {
  color: #fff;
  font-weight: 760;
}

body.inflict-shell--shopify .shopify-policy__body a {
  color: var(--inflict-cyan);
  text-decoration-color: rgba(141, 239, 255, 0.45);
  text-underline-offset: 0.2em;
}

body.inflict-shell--shopify .shopify-policy__body a:hover {
  color: #fff;
  text-shadow: 0 0 12px rgba(141, 239, 255, 0.7);
}

body.inflict-shell--shopify .shopify-policy__body ul {
  display: grid;
  margin: 18px 0 24px;
  padding-left: 1.3em;
  gap: 10px;
}

body.inflict-shell--shopify .shopify-policy__body blockquote {
  display: block;
  width: 100%;
  margin: 24px 0 42px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(141, 239, 255, 0.38);
  border-left: 4px solid var(--inflict-cyan);
  border-radius: 12px;
  background: linear-gradient(110deg, rgba(141, 239, 255, 0.1), rgba(176, 98, 255, 0.08));
  box-shadow: 0 0 44px rgba(141, 239, 255, 0.06);
  font-style: normal;
}

body.inflict-shell--shopify .shopify-policy__body blockquote p {
  margin: 0;
}

body.inflict-shell--shopify .shopify-policy__body blockquote p + p {
  margin-top: 8px;
}

body.inflict-shell--shopify.inflict-shell--hide-native .shopify-section-group-header-group,
body.inflict-shell--shopify.inflict-shell--hide-native .shopify-section-group-footer-group {
  display: none !important;
}

@media (max-width: 820px) {
  [data-inflict-site-shell][data-mode="shopify"],
  .inflict-shell__header-spacer {
    --inflict-shopify-header-space: max(72px, calc(61px + env(safe-area-inset-top)));
  }

  .inflict-shell__header-bar {
    min-height: 64px;
    padding-top: max(5px, env(safe-area-inset-top));
    padding-right: max(16px, env(safe-area-inset-right));
    padding-bottom: 5px;
    padding-left: max(10px, env(safe-area-inset-left));
  }

  .inflict-shell__brand inflict-logo,
  .inflict-shell__logo {
    --inflict-logo-width: 123px;
    width: 123px;
  }

  .inflict-shell__brand inflict-logo > img,
  .inflict-shell__logo-image {
    width: 123px;
  }

  .inflict-shell__primary-nav {
    display: flex;
    gap: 4px;
  }

  .inflict-shell__footer-panel,
  .inflict-shell__footer.is-expanded .inflict-shell__footer-panel {
    overflow-y: auto;
    overscroll-behavior: contain;
    grid-template-columns: 1fr;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .inflict-shell__footer.is-expanded .inflict-shell__footer-panel {
    max-height: min(66vh, 520px);
    max-height: min(66dvh, 520px);
  }

  .inflict-shell__footer-intro {
    display: none;
  }
}

@media (max-width: 560px) {
  [data-inflict-site-shell][data-mode="shopify"],
  .inflict-shell__header-spacer {
    --inflict-shopify-header-space: max(72px, calc(53px + env(safe-area-inset-top)));
  }

  .inflict-shell__header {
    top: 0;
  }

  .inflict-shell__header.is-compact .inflict-shell__header-bar {
    max-width: none;
    padding-right: max(16px, env(safe-area-inset-right));
    padding-left: max(10px, env(safe-area-inset-left));
  }

  .inflict-shell__nav-button {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .inflict-shell__primary-nav > .inflict-shell__nav-button[aria-label="Home"] {
    display: none;
  }

  .inflict-shell__account {
    --shopify-account-avatar-size: 40px;
    --shopify-account-signed-in-avatar-size: 32px;
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .inflict-shell__user-account {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .inflict-shell__account::part(signed-out-avatar) {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .inflict-shell__account-avatar {
    width: 32px;
    height: 32px;
  }

  .inflict-shell__button-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .inflict-shell__brand inflict-logo,
  .inflict-shell__logo {
    --inflict-logo-width: 84px;
    width: 84px;
  }

  .inflict-shell__brand inflict-logo > img,
  .inflict-shell__logo-image,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo > img,
  .inflict-shell__header.is-compact .inflict-shell__logo-image {
    width: 84px;
  }

  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo,
  .inflict-shell__header.is-compact .inflict-shell__logo {
    --inflict-logo-width: 84px;
    width: 84px;
  }

  .inflict-shell__primary-nav {
    gap: 2px;
  }

  .inflict-shell__footer {
    bottom: 0;
  }

  .inflict-shell__footer.is-expanded .inflict-shell__footer-panel {
    padding-right: max(15px, env(safe-area-inset-right));
    padding-left: max(15px, env(safe-area-inset-left));
  }

  .inflict-shell__lightbox {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    height: calc(100dvh - 16px);
    border-radius: 12px;
  }

  .inflict-shell__sitemap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inflict-shell__sitemap section:last-child {
    grid-column: 1 / -1;
  }

  body.inflict-shell--shopify .shopify-policy__container {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.inflict-shell--shopify .shopify-policy__body .rte > div {
    padding: 24px 18px 34px;
    border-radius: 14px;
  }

}

@media (max-width: 400px) {
  .inflict-shell__brand inflict-logo,
  .inflict-shell__logo,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo,
  .inflict-shell__header.is-compact .inflict-shell__logo {
    --inflict-logo-width: 84px;
    width: 84px;
  }

  .inflict-shell__brand inflict-logo > img,
  .inflict-shell__logo-image,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo > img,
  .inflict-shell__header.is-compact .inflict-shell__logo-image {
    width: 84px;
  }
}

@media (max-width: 380px) {
  [data-inflict-site-shell][data-mode="shopify"],
  .inflict-shell__header-spacer {
    --inflict-shopify-header-space: max(72px, calc(39px + env(safe-area-inset-top)));
  }

  .inflict-shell__header-bar,
  .inflict-shell__header.is-compact .inflict-shell__header-bar {
    padding-right: max(8px, env(safe-area-inset-right));
    padding-left: max(8px, env(safe-area-inset-left));
  }

  .inflict-shell__brand inflict-logo,
  .inflict-shell__logo,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo,
  .inflict-shell__header.is-compact .inflict-shell__logo {
    --inflict-logo-width: 66px;
    width: 66px;
  }

  .inflict-shell__brand inflict-logo > img,
  .inflict-shell__logo-image,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo > img,
  .inflict-shell__header.is-compact .inflict-shell__logo-image {
    width: 66px;
  }

  .inflict-shell__primary-nav {
    gap: 0;
  }

  .inflict-shell__nav-button,
  .inflict-shell__account,
  .inflict-shell__account::part(signed-out-avatar),
  .inflict-shell__user-account {
    width: 36px;
    height: 36px;
  }

  .inflict-shell__account {
    --shopify-account-avatar-size: 36px;
    --shopify-account-signed-in-avatar-size: 28px;
    flex-basis: 36px;
  }

  .inflict-shell__user-account {
    flex-basis: 36px;
  }

  .inflict-shell__button-icon,
  .inflict-shell__account-avatar {
    width: 28px;
    height: 28px;
  }

  .inflict-shell__button-icon {
    flex-basis: 28px;
  }

  .inflict-shell__footer-toggle {
    min-height: 44px;
    gap: 7px;
  }
}

@media (max-width: 335px) {
  .inflict-shell__brand inflict-logo,
  .inflict-shell__logo,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo,
  .inflict-shell__header.is-compact .inflict-shell__logo {
    --inflict-logo-width: 66px;
    width: 66px;
  }

  .inflict-shell__brand inflict-logo > img,
  .inflict-shell__logo-image,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo > img,
  .inflict-shell__header.is-compact .inflict-shell__logo-image {
    width: 66px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .inflict-shell__footer.is-expanded .inflict-shell__footer-panel {
    max-height: min(58vh, 260px);
    max-height: min(58dvh, 260px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .inflict-shell__header *,
  .inflict-shell__footer *,
  .inflict-shell__lightbox *,
  .inflict-auth * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

html.inflict-auth-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.inflict-auth[hidden] {
  display: none;
}

.inflict-auth {
  --inflict-auth-cyan: #8defff;
  --inflict-auth-violet: #b062ff;
  --inflict-auth-error: #ff9ab0;
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  overscroll-behavior: contain;
  color-scheme: dark;
  color: #f7fdff;
  font-family: Archivo, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.inflict-auth,
.inflict-auth * {
  box-sizing: border-box;
}

.inflict-auth__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgb(141 239 255 / 12%), transparent 34%),
    radial-gradient(circle at 82% 88%, rgb(176 98 255 / 14%), transparent 36%),
    rgb(0 0 0 / 88%);
  backdrop-filter: blur(12px);
}

.inflict-auth__dialog {
  position: relative;
  width: min(100%, 430px);
  min-width: 0;
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: clamp(24px, 5vw, 38px);
  border: 1px solid rgb(141 239 255 / 52%);
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 0%, rgb(141 239 255 / 16%), transparent 38%),
    radial-gradient(circle at 100% 100%, rgb(176 98 255 / 17%), transparent 42%),
    linear-gradient(145deg, #071015, #020305 72%);
  box-shadow:
    0 30px 90px rgb(0 0 0 / 72%),
    0 0 34px rgb(141 239 255 / 13%),
    inset 0 1px rgb(255 255 255 / 7%);
}

.inflict-auth__dialog[data-mode="signin"] {
  width: min(100%, 720px);
}

.inflict-auth__dialog[data-mode="signin"] form[data-inflict-auth-form="signin"] {
  align-items: end;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}

.inflict-auth [data-inflict-auth-content] {
  min-width: 0;
}

.inflict-auth__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  color: var(--inflict-auth-cyan);
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.inflict-auth header > span {
  color: var(--inflict-auth-cyan);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-shadow: 0 0 14px rgb(141 239 255 / 48%);
  text-transform: uppercase;
}

.inflict-auth h2 {
  margin: 8px 38px 8px 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: clamp(1.55rem, 5vw, 2rem);
  line-height: 1.1;
}

.inflict-auth header p,
.inflict-auth small,
.inflict-auth__switch {
  overflow-wrap: anywhere;
  color: rgb(233 249 255 / 70%);
}

.inflict-auth form {
  display: grid;
  min-width: 0;
  gap: 16px;
  margin-top: 22px;
}

.inflict-auth__form-actions {
  display: grid;
  min-width: 0;
  align-items: center;
  grid-column: 1 / -1;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 18px;
}

.inflict-auth label {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: #f4fcff;
  font-size: 0.9rem;
  font-weight: 700;
}

.inflict-auth__field {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.inflict-auth label:focus-within,
.inflict-auth__field:focus-within > label {
  color: var(--inflict-auth-cyan);
}

.inflict-auth input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  box-sizing: border-box;
  padding: 10px 13px;
  border: 1px solid rgb(141 239 255 / 34%);
  border-radius: 10px;
  color: #fff;
  background: rgb(0 5 8 / 90%);
  caret-color: var(--inflict-auth-cyan);
  font: inherit;
  font-size: 1rem;
  line-height: 1.35;
  scroll-margin-block: 80px;
}

.inflict-auth input:focus {
  border-color: var(--inflict-auth-cyan);
  outline: 3px solid rgb(141 239 255 / 16%);
  box-shadow: 0 0 18px rgb(176 98 255 / 18%);
}

.inflict-auth input[aria-invalid="true"] {
  border-color: var(--inflict-auth-error);
  box-shadow: 0 0 0 3px rgb(255 154 176 / 14%);
}

.inflict-auth input:-webkit-autofill,
.inflict-auth input:-webkit-autofill:hover,
.inflict-auth input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  box-shadow: 0 0 0 1000px #000508 inset;
}

.inflict-auth input[name="password"] {
  padding-inline-end: 42px;
}

.inflict-auth__password,
.inflict-auth__password-control {
  display: grid;
  min-width: 0;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.inflict-auth__password > input,
.inflict-auth__password-control > input {
  min-width: 0;
}

.inflict-auth button.inflict-auth__password-toggle,
.inflict-auth button[data-inflict-auth-password-toggle] {
  min-width: 64px;
  min-height: 48px;
  padding: 8px 11px;
  border-color: rgb(141 239 255 / 48%);
  color: var(--inflict-auth-cyan);
  background: rgb(0 5 8 / 92%);
  font-size: 0.78rem;
}

.inflict-auth button.inflict-auth__password-toggle[aria-pressed="true"],
.inflict-auth button[data-inflict-auth-password-toggle][aria-pressed="true"] {
  border-color: var(--inflict-auth-cyan);
  background: rgb(141 239 255 / 12%);
}

.inflict-auth button,
.inflict-auth__secret a {
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid rgb(141 239 255 / 34%);
  border-radius: 10px;
  color: #f7fdff;
  background: linear-gradient(135deg, rgb(141 239 255 / 10%), rgb(176 98 255 / 13%)), #071014;
  font: inherit;
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: center;
  touch-action: manipulation;
  white-space: normal;
  cursor: pointer;
}

.inflict-auth form button,
.inflict-auth__provider {
  width: 100%;
}

.inflict-auth button.is-primary {
  border-color: var(--inflict-auth-cyan);
  color: #000;
  background: var(--inflict-auth-cyan);
  box-shadow: 0 0 24px rgb(141 239 255 / 18%);
}

.inflict-auth button.is-primary:not(:disabled):hover {
  border-color: #fff;
  color: #000;
  background: #fff;
}

.inflict-auth button:not(:disabled):hover,
.inflict-auth__secret a:hover {
  border-color: var(--inflict-auth-cyan);
  box-shadow: 0 0 18px rgb(141 239 255 / 18%);
}

.inflict-auth button:focus-visible,
.inflict-auth__secret a:focus-visible {
  outline: 2px solid var(--inflict-auth-cyan);
  outline-offset: 3px;
}

.inflict-auth button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.inflict-auth__dialog[aria-busy="true"],
.inflict-auth form[aria-busy="true"] {
  cursor: progress;
}

.inflict-auth__link,
.inflict-auth__switch button {
  min-height: 44px;
  padding: 8px 2px;
  border: 0;
  color: var(--inflict-auth-cyan);
  background: transparent;
  font-weight: 700;
}

.inflict-auth button.inflict-auth__link--centered,
.inflict-auth button.inflict-auth__link--centered:not(:disabled):hover {
  display: block;
  width: max-content;
  min-height: 44px;
  margin: 10px auto 0;
  padding: 8px 2px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inflict-auth__form-actions button.inflict-auth__link--centered,
.inflict-auth__form-actions button.inflict-auth__link--centered:not(:disabled):hover {
  width: auto;
  min-width: 142px;
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
}

.inflict-auth__link:not(:disabled):hover {
  border-color: transparent;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inflict-auth__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
  color: rgb(141 239 255 / 58%);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.inflict-auth__divider::before,
.inflict-auth__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(141 239 255 / 44%), rgb(176 98 255 / 44%), transparent);
}

.inflict-auth [data-inflict-google-button] {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  place-items: center;
  overflow: hidden;
  margin-bottom: 10px;
}

.inflict-auth [data-inflict-google-button] > *,
.inflict-auth [data-inflict-google-button] iframe {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.inflict-auth [data-inflict-google-button] * {
  min-width: 0 !important;
  max-width: 100% !important;
}

.inflict-auth__providers {
  display: grid;
  min-width: 0;
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.inflict-auth__providers > *,
.inflict-auth__providers .inflict-auth__provider--passkey,
.inflict-auth__providers [data-inflict-google-button] {
  min-width: 0;
  margin: 0;
}

.inflict-auth__provider--passkey {
  margin-bottom: 10px;
  border-color: rgb(141 239 255 / 58%);
  background: linear-gradient(135deg, rgb(141 239 255 / 16%), rgb(176 98 255 / 10%)), #061014;
}

.inflict-auth__provider--steam {
  border-color: rgb(141 239 255 / 48%);
  background: linear-gradient(135deg, rgb(23 47 64 / 88%), rgb(176 98 255 / 12%));
}

.inflict-auth__passkey-setup {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.inflict-auth__passkey-setup p {
  margin: 0 0 6px;
  color: rgb(233 249 255 / 76%);
  line-height: 1.55;
}

.inflict-auth__passkey-setup .is-primary {
  width: 100%;
}

.inflict-auth__message {
  margin-top: 18px;
  padding: 11px 13px;
  overflow-wrap: anywhere;
  border: 1px solid rgb(176 98 255 / 58%);
  border-radius: 9px;
  color: #f7fdff;
  background: linear-gradient(110deg, rgb(141 239 255 / 10%), rgb(176 98 255 / 17%));
  box-shadow: inset 3px 0 var(--inflict-auth-cyan);
  font-size: 0.9rem;
  scroll-margin-block: 72px;
}

.inflict-auth__message:focus {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.inflict-auth__message[data-kind="error"] {
  border-color: rgb(255 154 176 / 74%);
  background: linear-gradient(110deg, rgb(255 154 176 / 10%), rgb(176 98 255 / 16%));
  box-shadow: inset 3px 0 var(--inflict-auth-error);
}

.inflict-auth__message[data-kind="error"]::before {
  content: "Error";
  display: block;
  margin-bottom: 3px;
  color: var(--inflict-auth-error);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inflict-auth__secret {
  display: grid;
  min-width: 0;
  gap: 12px;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid rgb(141 239 255 / 34%);
  border-radius: 10px;
  background: #00080c;
  text-align: center;
}

.inflict-auth__secret > span,
.inflict-auth__secret > label,
.inflict-auth__secret > strong {
  color: rgb(233 249 255 / 74%);
  font-size: 0.78rem;
  font-weight: 760;
}

.inflict-auth__secret code {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--inflict-auth-cyan);
  font-size: 1rem;
  letter-spacing: 0.08em;
  user-select: all;
}

.inflict-auth__secret [data-inflict-auth-setup-key] {
  padding: 10px;
  overflow-wrap: anywhere;
  border: 1px solid rgb(141 239 255 / 20%);
  border-radius: 8px;
  background: rgb(0 0 0 / 42%);
}

.inflict-auth__secret [data-inflict-auth-action="copy-setup-key"] {
  width: 100%;
}

.inflict-auth__secret a {
  display: grid;
  place-items: center;
  padding: 8px 12px;
  text-decoration: none;
}

@media (max-width: 520px) {
  .inflict-auth {
    align-items: end;
    padding: 0;
  }

  .inflict-auth__dialog {
    width: 100%;
    max-height: calc(100vh - max(8px, env(safe-area-inset-top)));
    max-height: calc(100dvh - max(8px, env(safe-area-inset-top)));
    padding-top: 26px;
    padding-right: max(20px, env(safe-area-inset-right));
    padding-bottom: max(24px, env(safe-area-inset-bottom));
    padding-left: max(20px, env(safe-area-inset-left));
    border-width: 1px 0 0;
    border-radius: 22px 22px 0 0;
    scrollbar-gutter: auto;
  }

  .inflict-auth__close {
    right: max(10px, env(safe-area-inset-right));
  }

  .inflict-auth__dialog[data-mode="signin"] form[data-inflict-auth-form="signin"],
  .inflict-auth__form-actions,
  .inflict-auth__providers {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .inflict-auth__form-actions button.inflict-auth__link--centered,
  .inflict-auth__form-actions button.inflict-auth__link--centered:not(:disabled):hover {
    width: max-content;
    min-width: 0;
    margin: 0 auto;
  }
}

@media (min-width: 521px) and (max-width: 680px) {
  .inflict-auth__providers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inflict-auth__providers .inflict-auth__provider--steam {
    grid-column: 1 / -1;
  }
}

@media (max-width: 340px) {
  .inflict-auth button.inflict-auth__password-toggle,
  .inflict-auth button[data-inflict-auth-password-toggle] {
    min-width: 58px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .inflict-auth {
    align-items: stretch;
    padding-top: max(8px, env(safe-area-inset-top));
    padding-right: max(8px, env(safe-area-inset-right));
    padding-bottom: max(8px, env(safe-area-inset-bottom));
    padding-left: max(8px, env(safe-area-inset-left));
  }

  .inflict-auth__dialog {
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    border-width: 1px;
    border-radius: 16px;
  }
}

@media (max-width: 880px) {
  .inflict-shell__header-bar,
  .inflict-shell__header.is-compact .inflict-shell__header-bar {
    min-height: 64px;
    padding-top: max(5px, env(safe-area-inset-top));
    padding-right: max(12px, env(safe-area-inset-right));
    padding-bottom: 5px;
    padding-left: max(10px, env(safe-area-inset-left));
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .inflict-shell__primary-nav {
    display: none;
  }

  .inflict-shell__header-actions {
    grid-column: 3;
  }

  .inflict-shell__mobile-menu-toggle {
    display: inline-flex;
  }

  .inflict-shell__account {
    --shopify-account-avatar-size: 40px;
    --shopify-account-signed-in-avatar-size: 32px;
    width: 38px;
    min-width: 38px;
    height: 44px;
    flex-basis: 38px;
  }

  .inflict-shell__account::part(signed-out-avatar) {
    width: 38px;
    height: 44px;
    padding: 4px;
  }

  .inflict-shell__account-avatar,
  .inflict-shell__user-avatar {
    width: 32px;
    height: 32px;
  }

  .inflict-shell__user-account {
    width: auto;
    height: 44px;
    flex-basis: auto;
  }

  .inflict-shell__user-account-trigger,
  .inflict-shell__nav-button.inflict-shell__user-account-trigger {
    width: auto;
    min-width: 92px;
    height: 44px;
    padding: 4px 8px;
  }

  .inflict-shell__user-account-trigger .inflict-shell__button-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .inflict-shell__menu-overlay {
    height: calc(100vh - 100%);
    height: calc(100dvh - 100%);
  }

  .inflict-shell__menu-scrim {
    display: none;
  }

  .inflict-shell__menu-surface {
    height: 100%;
    max-height: none;
    overflow: hidden;
    border-bottom: 0;
    background:
      radial-gradient(circle at 100% 0%, rgba(176, 98, 255, 0.12), transparent 35%),
      #070b0e;
    animation: none;
  }

  .inflict-shell__menu-root,
  .inflict-shell__menu-details {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    background: #070b0e;
    transition: transform 280ms ease, visibility 280ms step-end;
  }

  .inflict-shell__menu-root {
    z-index: 1;
    overflow-y: auto;
    transform: translateX(0);
    visibility: visible;
  }

  .inflict-shell__menu-details {
    z-index: 2;
    transform: translateX(100%);
    visibility: hidden;
  }

  .inflict-shell__menu-overlay.is-mobile-detail .inflict-shell__menu-root {
    transform: translateX(-100%);
    visibility: hidden;
  }

  .inflict-shell__menu-overlay.is-mobile-detail .inflict-shell__menu-details {
    transform: translateX(0);
    visibility: visible;
  }

  .inflict-shell__menu-mobile-toolbar {
    position: sticky;
    z-index: 4;
    top: 0;
    display: grid;
    min-height: 58px;
    padding: 9px max(16px, env(safe-area-inset-right)) 9px max(16px, env(safe-area-inset-left));
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(141, 239, 255, 0.17);
    background: rgba(7, 11, 14, 0.98);
    grid-template-columns: 1fr auto;
  }

  .inflict-shell__menu-section .inflict-shell__menu-mobile-toolbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .inflict-shell__menu-mobile-toolbar strong {
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .inflict-shell__menu-root > .inflict-shell__menu-mobile-toolbar strong {
    text-align: left;
  }

  .inflict-shell__menu-mobile-toolbar button {
    min-height: 38px;
    padding: 7px 9px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .inflict-shell__menu-root nav {
    display: grid;
    width: min(100%, 620px);
    margin: 0 auto;
    padding: 14px max(14px, env(safe-area-inset-right)) max(34px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    gap: 7px;
  }

  .inflict-shell__menu-root nav > :is(a, button) {
    display: grid;
    width: 100%;
    min-height: 78px;
    margin: 0;
    padding: 14px;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(141, 239, 255, 0.13);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.025);
    color: #fff;
    cursor: pointer;
    font: inherit;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    text-align: left;
    text-decoration: none;
  }

  .inflict-shell__menu-root nav > :is(a, button):hover,
  .inflict-shell__menu-root nav > :is(a, button):focus-visible {
    border-color: rgba(141, 239, 255, 0.48);
    background: rgba(141, 239, 255, 0.07);
  }

  .inflict-shell__menu-root-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }

  .inflict-shell__menu-root nav span:nth-child(2) {
    min-width: 0;
  }

  .inflict-shell__menu-root nav strong,
  .inflict-shell__menu-root nav small {
    display: block;
  }

  .inflict-shell__menu-root nav strong {
    font-size: 16px;
    font-weight: 810;
    letter-spacing: -0.02em;
  }

  .inflict-shell__menu-root nav small {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .inflict-shell__menu-root nav b {
    color: var(--inflict-cyan);
    font-size: 19px;
    font-weight: 500;
  }

  .inflict-shell__menu-section {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .inflict-shell__menu-section-frame {
    display: block;
    width: min(100%, 680px);
    min-height: 0;
    padding: 28px max(16px, env(safe-area-inset-right)) max(40px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  }

  .inflict-shell__menu-intro {
    max-width: 570px;
  }

  .inflict-shell__menu-intro h2 {
    margin-top: 8px;
    font-size: clamp(34px, 9vw, 52px);
  }

  .inflict-shell__menu-intro > span {
    font-size: 13px;
  }

  .inflict-shell__menu-intro > a {
    min-height: 42px;
    margin-top: 16px;
  }

  .inflict-shell__menu-destinations,
  .inflict-shell__menu-destinations.has-more {
    display: block;
    margin-top: 28px;
  }

  .inflict-shell__menu-card-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .inflict-shell__menu-card {
    display: grid;
    min-height: 0;
    padding: 15px;
    align-items: center;
    gap: 13px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
  }

  .inflict-shell__menu-card:hover {
    transform: none;
  }

  .inflict-shell__menu-card-icon {
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 8px;
  }

  .inflict-shell__menu-card-copy strong {
    font-size: 16px;
  }

  .inflict-shell__menu-card-copy > span {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.4;
  }

  .inflict-shell__menu-card > b {
    position: static;
  }

  .inflict-shell__menu-more {
    margin-top: 24px;
    padding: 22px 0 0;
    border-top: 1px solid rgba(141, 239, 255, 0.14);
    border-left: 0;
  }

  .inflict-shell__menu-link {
    min-height: 58px;
    padding: 8px;
  }
}

@media (max-width: 560px) {
  .inflict-shell__brand inflict-logo,
  .inflict-shell__logo,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo,
  .inflict-shell__header.is-compact .inflict-shell__logo {
    --inflict-logo-width: 82px;
    width: 82px;
  }

  .inflict-shell__brand inflict-logo > img,
  .inflict-shell__logo-image,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo > img,
  .inflict-shell__header.is-compact .inflict-shell__logo-image {
    width: 82px;
  }

  .inflict-shell__header-actions {
    gap: 1px;
  }

  .inflict-shell__shopify-account-label {
    margin-left: 4px;
    font-size: 10px;
    letter-spacing: 0.035em;
  }

  .inflict-shell__user-account-trigger,
  .inflict-shell__nav-button.inflict-shell__user-account-trigger {
    min-width: 80px;
    padding-right: 4px;
    padding-left: 4px;
    gap: 5px;
    font-size: 10px;
    letter-spacing: 0.035em;
  }

  .inflict-shell__mobile-menu-toggle {
    min-width: 65px;
    padding-right: 4px;
    padding-left: 4px;
    gap: 5px;
    font-size: 10px;
    letter-spacing: 0.035em;
  }

  .inflict-shell__menu-card-copy > span {
    display: none;
  }
}

@media (max-width: 380px) {
  .inflict-shell__brand inflict-logo,
  .inflict-shell__logo,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo,
  .inflict-shell__header.is-compact .inflict-shell__logo {
    --inflict-logo-width: 64px;
    width: 64px;
  }

  .inflict-shell__brand inflict-logo > img,
  .inflict-shell__logo-image,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo > img,
  .inflict-shell__header.is-compact .inflict-shell__logo-image {
    width: 64px;
  }

  .inflict-shell__user-account-trigger,
  .inflict-shell__nav-button.inflict-shell__user-account-trigger {
    min-width: 74px;
  }

  .inflict-shell__mobile-menu-toggle {
    min-width: 59px;
  }

  .inflict-shell__mobile-menu-icon {
    width: 26px;
    height: 26px;
  }
}

