@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wdth,wght@0,50..150,100..900;1,50..150,100..900&display=swap');

:root {
  --hog-bg: #050806;
  --hog-panel: rgba(8, 13, 9, .86);
  --hog-cream: #e7e4d4;
  --hog-muted: #899187;
  --hog-orange: #dc5c33;
  --hog-orange-hot: #f26b40;
  --hog-green: #94ff00;
  --hog-line: rgba(231, 228, 212, .16);
  --hog-ease: cubic-bezier(.16, 1, .3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: var(--hog-cream);
  background: var(--hog-bg);
  font-family: 'Anybody', sans-serif;
  font-variation-settings: 'wdth' 100;
  -webkit-font-smoothing: antialiased;
}

@media (pointer: fine) {
  html,
  body,
  #hog-canvas {
    cursor: url("/images/rr-cursor.png?v=37") 1 1, auto;
  }

  a,
  button {
    cursor: url("/images/rr-cursor.png?v=37") 1 1, pointer;
  }
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

a {
  text-decoration: none;
}

.hog-shell,
#hog-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hog-shell {
  isolation: isolate;
  background: #050806;
}

#hog-canvas {
  z-index: 0;
  display: block;
  outline: 0;
  touch-action: none;
}

.hog-claw-trail {
  position: fixed;
  inset: 0;
  z-index: 84;
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: saturate(112%) drop-shadow(0 0 1px rgba(228, 82, 38, .2));
  mix-blend-mode: normal;
}

.hog-vignette,
.hog-noise {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hog-vignette {
  background:
    linear-gradient(180deg, rgba(3, 6, 4, .62), transparent 17%, transparent 74%, rgba(2, 4, 3, .72)),
    radial-gradient(circle at center, transparent 42%, rgba(1, 3, 2, .52) 100%);
}

.hog-noise {
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hog-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 84px;
  padding: 14px clamp(18px, 3vw, 48px);
  border-bottom: 1px solid rgba(231, 228, 212, .11);
  background: linear-gradient(180deg, rgba(3, 7, 4, .88), rgba(3, 7, 4, .22));
  pointer-events: none;
}

.hog-brand,
.hog-exit {
  pointer-events: auto;
}

.hog-brand {
  display: flex;
  align-items: center;
  width: clamp(126px, 10vw, 172px);
  opacity: .92;
  transition: opacity .35s ease, transform .35s var(--hog-ease);
}

.hog-brand:hover {
  opacity: 1;
  transform: translateX(3px);
}

.hog-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.hog-title-lockup {
  display: grid;
  grid-template-columns: 7px auto;
  align-items: center;
  justify-self: center;
  column-gap: 11px;
  text-transform: uppercase;
}

.hog-title-lockup i {
  grid-row: 1 / span 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hog-orange-hot);
  box-shadow: 0 0 14px rgba(242, 107, 64, .8);
  animation: hog-live 1.7s ease-in-out infinite;
}

.hog-title-lockup span {
  color: var(--hog-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .17em;
}

.hog-title-lockup strong {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
}

.hog-exit {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 42px;
  padding: 0 14px 0 17px;
  border: 1px solid rgba(231, 228, 212, .18);
  background: rgba(7, 12, 8, .64);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  transition: color .35s ease, border-color .35s ease, background .35s ease;
}

.hog-exit b {
  color: var(--hog-orange-hot);
  font-size: 14px;
  transition: transform .35s var(--hog-ease);
}

.hog-exit:hover {
  border-color: rgba(220, 92, 51, .75);
  background: rgba(220, 92, 51, .12);
}

.hog-exit:hover b {
  transform: translate(3px, -3px);
}

.hog-gate {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: clamp(22px, 5vw, 76px);
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 40%, rgba(220, 92, 51, .18), transparent 31%),
    radial-gradient(circle at 16% 65%, rgba(40, 78, 47, .2), transparent 34%),
    rgba(3, 7, 4, .97);
  opacity: 1;
  visibility: visible;
  transition: opacity .8s var(--hog-ease), visibility .8s;
}

.hog-gate::before,
.hog-gate::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.hog-gate::before {
  top: -28%;
  right: -13%;
  width: min(66vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(220, 92, 51, .16);
  border-radius: 50%;
  box-shadow:
    0 0 0 7vw rgba(220, 92, 51, .018),
    0 0 0 14vw rgba(220, 92, 51, .012);
  animation: hog-orbit 14s linear infinite;
}

.hog-gate::after {
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hog-orange), transparent);
  box-shadow: 0 0 24px rgba(220, 92, 51, .8);
  animation: hog-scan 4s ease-in-out infinite;
}

.hog-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hog-gate-grid {
  position: absolute;
  inset: 0;
  opacity: .45;
  background-image:
    linear-gradient(rgba(231, 228, 212, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 228, 212, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.hog-gate-card {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding: clamp(30px, 4.5vw, 54px);
  border: 1px solid rgba(231, 228, 212, .14);
  background: linear-gradient(145deg, rgba(16, 24, 17, .92), rgba(7, 11, 8, .78));
  box-shadow: 0 30px 100px rgba(0, 0, 0, .48);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
}

.hog-gate-card::before,
.hog-gate-card::after {
  content: '';
  position: absolute;
  background: var(--hog-orange);
}

.hog-gate-card::before {
  top: 0;
  left: 0;
  width: 32%;
  height: 3px;
}

.hog-gate-card::after {
  right: 0;
  bottom: 0;
  width: 3px;
  height: 26%;
}

.hog-pause-title {
  display: none;
}

.hog-gate.is-pause-menu::after {
  opacity: 0;
  animation: none;
}

.hog-gate.is-pause-menu .hog-gate-card {
  width: min(560px, 100%);
  padding: clamp(28px, 4vw, 46px);
  border-color: rgba(220, 92, 51, .32);
  background:
    radial-gradient(circle at 90% 0, rgba(220, 92, 51, .12), transparent 38%),
    linear-gradient(145deg, rgba(14, 23, 15, .97), rgba(5, 9, 6, .96));
  box-shadow: 0 32px 110px rgba(0, 0, 0, .54);
}

.hog-gate.is-pause-menu .hog-pause-title {
  display: grid;
}

.hog-pause-title span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--hog-orange-hot);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}

.hog-pause-title span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hog-orange-hot);
  box-shadow: 0 0 14px rgba(242, 107, 64, .76);
}

.hog-pause-title strong {
  margin-top: 16px;
  font-size: clamp(30px, 4vw, 48px);
  font-stretch: 118%;
  font-variation-settings: 'wdth' 118;
  font-weight: 900;
  line-height: .94;
  letter-spacing: -.025em;
}

.hog-pause-title small {
  margin-top: 10px;
  color: var(--hog-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hog-gate.is-pause-menu :is(
  .hog-gate-kicker,
  .hog-gate-card > h1,
  .hog-loader-visual,
  .hog-gate-card > p,
  .hog-load-head,
  .hog-loadline,
  .hog-gate-footer
) {
  display: none;
}

.hog-gate.is-pause-menu .hog-gate-actions {
  gap: 12px;
  margin-top: 27px;
}

.hog-gate.is-pause-menu .hog-gate-actions button {
  min-height: 68px;
  font-size: 13px;
}

.hog-gate-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b7bdb2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hog-gate-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hog-orange);
  box-shadow: 0 0 13px rgba(220, 92, 51, .75);
}

.hog-gate h1 {
  display: grid;
  margin-top: clamp(24px, 3.4vw, 38px);
  font-size: clamp(64px, 7.2vw, 98px);
  font-stretch: 118%;
  font-variation-settings: 'wdth' 118;
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.045em;
}

.hog-gate h1 em {
  display: block;
  margin-top: 8px;
  color: var(--hog-orange);
  font-style: normal;
}

.hog-gate h1 > span {
  display: block;
  font-size: .59em;
  line-height: 1;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.hog-loader-visual {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 92px;
  max-height: 120px;
  margin-top: 26px;
  padding: 12px 15px;
  overflow: hidden;
  border: 1px solid rgba(231, 228, 212, .09);
  background: linear-gradient(90deg, rgba(220, 92, 51, .08), rgba(7, 12, 8, .22));
  opacity: 1;
  transform: translateY(0) scale(1);
  transform-origin: top center;
  transition:
    opacity .42s ease,
    transform .52s cubic-bezier(.16, 1, .3, 1),
    min-height .52s cubic-bezier(.16, 1, .3, 1),
    max-height .52s cubic-bezier(.16, 1, .3, 1),
    margin .52s cubic-bezier(.16, 1, .3, 1),
    padding .52s cubic-bezier(.16, 1, .3, 1),
    border-color .35s ease;
}

.hog-gate.is-ready:not(.is-exiting) .hog-loader-visual {
  min-height: 0;
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(.985);
}

.hog-loader-visual::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(242, 107, 64, .12), transparent);
  animation: hog-loader-sweep 1.65s linear infinite;
}

.hog-loader-radar {
  position: relative;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(231, 228, 212, .13);
  border-radius: 50%;
  background:
    linear-gradient(rgba(220, 92, 51, .18), rgba(220, 92, 51, .18)) 50% 0 / 1px 100% no-repeat,
    linear-gradient(90deg, rgba(220, 92, 51, .18), rgba(220, 92, 51, .18)) 0 50% / 100% 1px no-repeat;
}

.hog-loader-radar::before,
.hog-loader-radar::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.hog-loader-radar::before {
  inset: 7px;
  border: 1px dashed rgba(220, 92, 51, .62);
  animation: hog-loader-spin 2.4s linear infinite;
}

.hog-loader-radar::after {
  inset: 20px;
  border: 1px solid rgba(231, 228, 212, .2);
  box-shadow: 0 0 20px rgba(220, 92, 51, .12) inset;
}

.hog-loader-radar i,
.hog-loader-radar b,
.hog-loader-radar span {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: var(--hog-orange-hot);
  box-shadow: 0 0 10px rgba(242, 107, 64, .85);
}

.hog-loader-radar i {
  top: 8px;
  left: 31px;
  width: 4px;
  height: 4px;
  transform-origin: 2px 25px;
  animation: hog-loader-spin 1.3s linear infinite;
}

.hog-loader-radar b {
  top: 31px;
  left: 31px;
  width: 5px;
  height: 5px;
  animation: hog-live .9s ease-in-out infinite;
}

.hog-loader-radar span {
  right: 8px;
  bottom: 16px;
  width: 3px;
  height: 3px;
  animation: hog-live 1.4s .25s ease-in-out infinite;
}

.hog-loader-motion {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hog-loader-motion > div {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 36px;
  overflow: hidden;
}

.hog-loader-motion i {
  display: block;
  width: 5px;
  height: 70%;
  background: linear-gradient(180deg, var(--hog-cream), var(--hog-orange));
  transform-origin: center;
  animation: hog-loader-bars .86s ease-in-out infinite alternate;
}

.hog-loader-motion i:nth-child(2) { animation-delay: -.62s; }
.hog-loader-motion i:nth-child(3) { animation-delay: -.24s; }
.hog-loader-motion i:nth-child(4) { animation-delay: -.74s; }
.hog-loader-motion i:nth-child(5) { animation-delay: -.34s; }
.hog-loader-motion i:nth-child(6) { animation-delay: -.52s; }
.hog-loader-motion i:nth-child(7) { animation-delay: -.14s; }
.hog-loader-motion i:nth-child(8) { animation-delay: -.68s; }
.hog-loader-motion i:nth-child(9) { animation-delay: -.4s; }

.hog-loader-motion > span {
  display: block;
  margin-top: 7px;
  color: #828a80;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .15em;
}

.hog-gate-card > p {
  max-width: 570px;
  margin-top: 28px;
  color: #b0b6ac;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 460;
  line-height: 1.6;
}

.hog-load-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid rgba(231, 228, 212, .1);
  text-transform: uppercase;
}

.hog-load-head span {
  color: #6f786e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.hog-load-head strong {
  color: var(--hog-orange-hot);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-align: right;
}

.hog-loadline {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
}

.hog-loadline > i {
  position: relative;
  height: 9px;
  overflow: hidden;
  border: 1px solid rgba(231, 228, 212, .13);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(231, 228, 212, .08), rgba(231, 228, 212, .025)),
    rgba(2, 5, 3, .72);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .7), 0 0 18px rgba(220, 92, 51, .05);
}

.hog-loadline > i b {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  overflow: hidden;
  border-radius: 1px;
  background: linear-gradient(90deg, #742512 0%, #c64b27 34%, var(--hog-orange-hot) 72%, var(--hog-cream) 100%);
  box-shadow: 0 0 22px rgba(220, 92, 51, .78), inset 0 1px 0 rgba(255, 255, 255, .28);
  transition: width .82s cubic-bezier(.16, 1, .3, 1);
}

.hog-loadline > i b::before,
.hog-loadline > i b::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.hog-loadline > i b::before {
  top: -4px;
  right: -2px;
  bottom: -4px;
  width: 26px;
  background: radial-gradient(ellipse at right, rgba(255, 246, 225, .92), rgba(242, 107, 64, .32) 46%, transparent 74%);
  filter: blur(2px);
}

.hog-loadline > i b::after {
  inset: 0;
  width: 34%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .36), transparent);
  transform: translateX(-120%);
  animation: hog-loadline-shimmer 1.45s linear infinite;
}

.hog-loadline strong {
  min-width: 48px;
  color: var(--hog-orange-hot);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}

.hog-gate-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.hog-gate button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 66px;
  margin-top: 0;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid rgba(231, 228, 212, .15);
  color: rgba(231, 228, 212, .36);
  background: rgba(231, 228, 212, .035);
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
  cursor: wait;
  transition: color .35s ease, border-color .35s ease, background .35s ease;
}

.hog-return[hidden] {
  display: none;
}

.hog-gate .hog-return {
  border-color: rgba(231, 228, 212, .2);
  background: rgba(5, 10, 6, .72);
}

.hog-gate .hog-return:enabled:hover {
  border-color: rgba(231, 228, 212, .55);
  background: rgba(231, 228, 212, .07);
}

.hog-gate.is-exiting .hog-gate-card {
  border-color: rgba(220, 92, 51, .5);
  box-shadow: 0 34px 120px rgba(0, 0, 0, .52), 0 0 70px rgba(220, 92, 51, .09);
}

.hog-gate.is-exiting .hog-loader-visual {
  border-color: rgba(220, 92, 51, .38);
  background: rgba(220, 92, 51, .07);
}

.hog-gate button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(220, 92, 51, .3), rgba(220, 92, 51, .05));
  transform: translateX(-102%);
  transition: transform .6s var(--hog-ease);
}

.hog-gate button span,
.hog-gate button b {
  position: relative;
  z-index: 1;
}

.hog-gate button b {
  color: var(--hog-muted);
  font-size: 9px;
  letter-spacing: .12em;
}

.hog-gate button:enabled {
  border-color: rgba(220, 92, 51, .55);
  color: var(--hog-cream);
  cursor: pointer;
}

.hog-gate button:enabled:hover {
  border-color: var(--hog-orange-hot);
  background: rgba(220, 92, 51, .09);
}

.hog-gate button:enabled:hover::before {
  transform: translateX(0);
}

.hog-gate-footer {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 4vw, 64px);
  right: clamp(22px, 4vw, 64px);
  bottom: clamp(18px, 3vw, 38px);
  display: flex;
  justify-content: space-between;
  color: #737b72;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.hog-gate-footer span:last-child {
  color: #7f887d;
}

.hog-level-transition {
  position: fixed;
  inset: 0;
  z-index: 26;
  display: grid;
  place-items: center;
  padding: clamp(22px, 5vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 26%, rgba(220, 92, 51, .18), transparent 32%),
    radial-gradient(circle at 16% 74%, rgba(39, 80, 48, .18), transparent 34%),
    rgba(3, 7, 4, .985);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .48s ease, visibility .48s;
}

.hog-level-transition.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hog-level-transition.is-revealing {
  opacity: 0;
  transition-duration: .78s;
}

.hog-level-transition::before,
.hog-level-transition::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.hog-level-transition::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.92%, rgba(242, 107, 64, .16) 50%, transparent 50.08%),
    linear-gradient(transparent 49.92%, rgba(242, 107, 64, .1) 50%, transparent 50.08%);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at center, #000 0, transparent 72%);
  opacity: .52;
}

.hog-level-transition::after {
  left: 0;
  right: 0;
  top: -2px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--hog-orange-hot), transparent);
  box-shadow: 0 0 28px rgba(242, 107, 64, .75);
  animation: hog-level-transition-scan 1.5s ease-in-out infinite;
}

.hog-level-transition-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(220, 92, 51, .055) 46% 46.2%, transparent 46.2% 100%),
    linear-gradient(295deg, transparent 0 58%, rgba(231, 228, 212, .035) 58% 58.15%, transparent 58.15% 100%);
  opacity: .8;
}

.hog-level-transition-card {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  padding: clamp(32px, 5vw, 62px);
  border: 1px solid rgba(231, 228, 212, .14);
  background:
    linear-gradient(135deg, rgba(16, 25, 17, .94), rgba(6, 11, 7, .88));
  box-shadow: 0 34px 120px rgba(0, 0, 0, .58), 0 0 80px rgba(220, 92, 51, .055);
  clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 38px, 100% 100%, 38px 100%, 0 calc(100% - 38px));
  opacity: 0;
  transform: translateY(22px) scale(.985);
  transition: opacity .5s .14s ease, transform .72s .14s var(--hog-ease);
}

.hog-level-transition-card::before,
.hog-level-transition-card::after {
  content: '';
  position: absolute;
  background: var(--hog-orange-hot);
}

.hog-level-transition-card::before {
  top: 0;
  left: 0;
  width: 34%;
  height: 3px;
}

.hog-level-transition-card::after {
  right: 0;
  bottom: 0;
  width: 3px;
  height: 32%;
}

.hog-level-transition.is-active .hog-level-transition-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hog-level-transition.is-revealing .hog-level-transition-card {
  opacity: 0;
  transform: translateY(-18px) scale(1.012);
  transition-delay: 0s;
  transition-duration: .48s;
}

.hog-level-transition-route {
  display: grid;
  grid-template-columns: auto minmax(80px, 1fr) auto;
  align-items: center;
  gap: 18px;
  color: #8e978c;
  font-size: 8px;
  font-weight: 820;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hog-level-transition-route span:last-child {
  color: var(--hog-cream);
}

.hog-level-transition-route > i {
  position: relative;
  display: block;
  height: 1px;
  overflow: visible;
  background: linear-gradient(90deg, rgba(231, 228, 212, .16), rgba(242, 107, 64, .8));
}

.hog-level-transition-route > i::before,
.hog-level-transition-route > i::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hog-orange-hot);
  transform: translateY(-50%);
}

.hog-level-transition-route > i::before { left: 0; }
.hog-level-transition-route > i::after { right: 0; }

.hog-level-transition-route > i b {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff3df, transparent);
  filter: drop-shadow(0 0 7px var(--hog-orange-hot));
  transform: translateY(-50%);
  animation: hog-level-route 1.05s linear infinite;
}

.hog-level-transition-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: clamp(36px, 6vw, 66px);
  color: var(--hog-orange-hot);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hog-level-transition-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hog-orange-hot);
  box-shadow: 0 0 14px rgba(242, 107, 64, .78);
  animation: hog-live 1s ease-in-out infinite;
}

.hog-level-transition-card > strong {
  display: block;
  max-width: 680px;
  margin-top: 18px;
  color: var(--hog-cream);
  font-size: clamp(48px, 7vw, 88px);
  font-stretch: 118%;
  font-variation-settings: 'wdth' 118;
  font-weight: 900;
  line-height: .86;
  letter-spacing: -.045em;
}

.hog-level-transition-card > p {
  max-width: 520px;
  margin-top: 22px;
  color: #9ca49a;
  font-size: clamp(12px, 1.15vw, 15px);
  line-height: 1.55;
}

.hog-level-transition-progress {
  position: relative;
  height: 7px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(231, 228, 212, .14);
  background: rgba(2, 5, 3, .76);
}

.hog-level-transition-progress i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, #8a2b16, var(--hog-orange-hot), #fff0d9);
  box-shadow: 0 0 20px rgba(242, 107, 64, .68);
  transition: width .58s var(--hog-ease);
}

.hog-level-transition-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
  color: var(--hog-orange-hot);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
}

.hog-level-transition-meta b {
  color: #737b72;
  font-size: 7px;
  font-weight: 800;
  text-align: right;
}

.hog-tool-briefing {
  position: fixed;
  inset: 0;
  z-index: 96;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .32s ease, visibility .32s ease;
}

.hog-tool-briefing.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hog-tool-briefing::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
  background:
    linear-gradient(rgba(231, 228, 212, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 228, 212, .04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000 18% 82%, transparent);
  content: '';
}

.hog-tool-briefing-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 78% 12%, rgba(220, 92, 51, .17), transparent 34rem),
    rgba(2, 5, 3, .88);
  backdrop-filter: blur(14px) saturate(.75);
}

.hog-tool-briefing-panel {
  position: relative;
  display: grid;
  width: min(1180px, calc(100vw - 36px));
  max-height: min(780px, calc(100vh - 36px));
  overflow: auto;
  border: 1px solid rgba(231, 228, 212, .19);
  background:
    linear-gradient(120deg, rgba(220, 92, 51, .07), transparent 32%),
    linear-gradient(150deg, rgba(14, 23, 15, .98), rgba(5, 9, 6, .985));
  box-shadow: 0 42px 140px rgba(0, 0, 0, .72), 0 0 70px rgba(220, 92, 51, .07);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
  transform: translateY(22px) scale(.975);
  transition: transform .55s var(--hog-ease), border-color .35s ease;
  scrollbar-color: var(--hog-orange) transparent;
}

.hog-tool-briefing.is-visible .hog-tool-briefing-panel {
  border-color: rgba(242, 107, 64, .46);
  transform: translateY(0) scale(1);
}

.hog-tool-briefing-panel::before {
  position: absolute;
  top: -1px;
  left: 44px;
  width: 190px;
  height: 3px;
  background: linear-gradient(90deg, var(--hog-orange-hot), rgba(242, 107, 64, .1));
  box-shadow: 0 0 20px rgba(242, 107, 64, .36);
  content: '';
}

.hog-tool-briefing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(231, 228, 212, .11);
  background: rgba(5, 10, 6, .5);
}

.hog-tool-briefing-header > div,
.hog-tool-briefing-header > div span,
.hog-tool-briefing-header > div strong {
  display: flex;
  align-items: center;
}

.hog-tool-briefing-header > div {
  gap: 18px;
}

.hog-tool-briefing-header > div span,
.hog-tool-briefing-header > div strong {
  gap: 8px;
  color: var(--hog-muted);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: .14em;
}

.hog-tool-briefing-header > div span {
  color: var(--hog-orange-hot);
}

.hog-tool-briefing-header > div span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hog-green);
  box-shadow: 0 0 14px rgba(148, 255, 0, .62);
}

.hog-tool-briefing-header button,
.hog-tool-briefing-actions button,
.hog-tool-briefing-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(231, 228, 212, .16);
  background: rgba(5, 10, 6, .76);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.hog-tool-briefing-header button {
  gap: 12px;
}

.hog-tool-briefing-header button b {
  color: var(--hog-muted);
  font-size: 7px;
}

.hog-tool-briefing-header button:hover,
.hog-tool-briefing-actions button:hover {
  border-color: rgba(242, 107, 64, .65);
  background: rgba(220, 92, 51, .1);
}

.hog-tool-briefing-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  min-height: 400px;
}

.hog-tool-briefing-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4.2vw, 52px);
  border-right: 1px solid rgba(231, 228, 212, .11);
}

.hog-tool-briefing-copy > span,
.hog-tool-quickstart > div span {
  color: var(--hog-orange-hot);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .17em;
}

.hog-tool-briefing-copy h2 {
  max-width: 100%;
  margin-top: 16px;
  font-size: clamp(38px, 4.2vw, 58px);
  font-stretch: 112%;
  font-variation-settings: 'wdth' 112;
  font-weight: 880;
  line-height: .91;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hog-tool-briefing-copy > p {
  max-width: 560px;
  margin-top: 21px;
  padding-left: 17px;
  color: #a8afa5;
  border-left: 2px solid var(--hog-orange-hot);
  font-size: 12px;
  line-height: 1.58;
}

.hog-tool-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.hog-tool-capabilities span {
  padding: 8px 10px;
  color: var(--hog-muted);
  border: 1px solid rgba(231, 228, 212, .13);
  background: rgba(5, 10, 6, .55);
  font-size: 7px;
  font-weight: 820;
  letter-spacing: .12em;
}

.hog-tool-quickstart {
  padding: clamp(30px, 3.6vw, 43px);
  background:
    linear-gradient(180deg, rgba(220, 92, 51, .035), transparent 42%),
    rgba(4, 8, 5, .34);
}

.hog-tool-quickstart > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(231, 228, 212, .12);
}

.hog-tool-quickstart > div strong {
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .04em;
}

.hog-tool-quickstart ol {
  list-style: none;
}

.hog-tool-quickstart li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(231, 228, 212, .09);
}

.hog-tool-quickstart li > span {
  color: var(--hog-orange-hot);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.hog-tool-quickstart li strong {
  display: block;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .06em;
}

.hog-tool-quickstart li p {
  margin-top: 7px;
  color: #919990;
  font-size: 10px;
  line-height: 1.52;
}

.hog-tool-briefing-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 24px;
  border-top: 1px solid rgba(231, 228, 212, .11);
  background: rgba(4, 8, 5, .72);
}

.hog-tool-briefing-actions small {
  color: #667067;
  font-size: 7px;
  font-weight: 820;
  letter-spacing: .14em;
}

.hog-tool-briefing-actions > div {
  display: flex;
  gap: 8px;
}

.hog-tool-briefing-actions .hog-tool-open {
  min-width: 220px;
  gap: 13px;
  color: #130d09;
  border-color: var(--hog-orange-hot);
  background: var(--hog-orange-hot);
}

.hog-tool-briefing-actions .hog-tool-open:hover,
.hog-tool-briefing-actions .hog-tool-open:focus-visible {
  color: #080604;
  background: #ff8058;
  box-shadow: 0 0 32px rgba(242, 107, 64, .22);
  outline: none;
}

.hog-tool-browser {
  position: fixed;
  inset: 0;
  z-index: 97;
  display: grid;
  padding: 14px;
  background:
    radial-gradient(circle at 82% 0, rgba(220, 92, 51, .12), transparent 32rem),
    rgba(2, 5, 3, .96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}

.hog-tool-browser.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hog-tool-browser-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(231, 228, 212, .2);
  background: #050906;
  box-shadow: 0 36px 120px rgba(0, 0, 0, .74), inset 0 0 0 1px rgba(242, 107, 64, .03);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  transform: translateY(14px) scale(.992);
  transition: transform .45s var(--hog-ease), border-color .3s ease;
}

.hog-tool-browser.is-visible .hog-tool-browser-panel {
  border-color: rgba(242, 107, 64, .45);
  transform: translateY(0) scale(1);
}

.hog-tool-browser-panel::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 28px;
  width: 220px;
  height: 3px;
  background: linear-gradient(90deg, var(--hog-orange-hot), transparent);
  box-shadow: 0 0 20px rgba(242, 107, 64, .3);
  content: '';
  pointer-events: none;
}

.hog-tool-browser-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 12px 18px 12px 24px;
  border-bottom: 1px solid rgba(231, 228, 212, .13);
  background: linear-gradient(90deg, rgba(11, 19, 12, .98), rgba(5, 10, 6, .98));
}

.hog-tool-browser-identity {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 16px;
}

.hog-tool-browser-identity span,
.hog-tool-browser-identity small {
  color: var(--hog-muted);
  font-size: 7px;
  font-weight: 840;
  letter-spacing: .14em;
  white-space: nowrap;
}

.hog-tool-browser-identity span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hog-orange-hot);
}

.hog-tool-browser-identity span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hog-green);
  box-shadow: 0 0 13px rgba(148, 255, 0, .52);
}

.hog-tool-browser-identity strong {
  overflow: hidden;
  font-size: clamp(13px, 1.35vw, 18px);
  font-weight: 850;
  letter-spacing: -.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hog-tool-browser-actions {
  display: flex;
  gap: 8px;
}

.hog-tool-browser-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  gap: 10px;
  color: var(--hog-cream);
  border: 1px solid rgba(231, 228, 212, .16);
  background: rgba(3, 7, 4, .72);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .11em;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.hog-tool-browser-actions button:hover,
.hog-tool-browser-actions button:focus-visible {
  border-color: rgba(242, 107, 64, .62);
  background: rgba(220, 92, 51, .11);
  outline: none;
}

.hog-tool-browser-actions button:last-child {
  color: #130d09;
  border-color: var(--hog-orange-hot);
  background: var(--hog-orange-hot);
}

.hog-tool-browser-actions button b {
  font-size: 6px;
  opacity: .62;
}

.hog-tool-browser-frame {
  position: relative;
  min-height: 0;
  background: #050906;
}

.hog-tool-browser-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050906;
  opacity: 1;
  transition: opacity .25s ease;
}

.hog-tool-browser-panel.is-loading .hog-tool-browser-frame iframe {
  opacity: 0;
}

.hog-tool-browser-loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  color: var(--hog-orange-hot);
  background:
    linear-gradient(rgba(231, 228, 212, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 228, 212, .035) 1px, transparent 1px),
    #050906;
  background-size: 42px 42px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}

.hog-tool-browser-panel.is-loading .hog-tool-browser-loading {
  opacity: 1;
  visibility: visible;
}

.hog-tool-browser-loading i {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(242, 107, 64, .16);
  border-top-color: var(--hog-orange-hot);
  border-radius: 50%;
  animation: hog-tool-guide-spin .8s linear infinite;
}

.hog-tool-browser-loading span {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 880;
  letter-spacing: .16em;
}

.hog-tool-browser-loading b {
  color: var(--hog-muted);
  font-size: 7px;
  letter-spacing: .14em;
}

@keyframes hog-tool-guide-spin {
  to { transform: rotate(360deg); }
}

.hog-touch-use {
  position: absolute;
  right: 24px;
  bottom: 42px;
  display: grid;
  width: 76px;
  height: 76px;
  place-content: center;
  gap: 3px;
  color: var(--hog-cream);
  border: 1px solid rgba(242, 107, 64, .58);
  border-radius: 50%;
  background: rgba(10, 16, 11, .72);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .32), inset 0 0 24px rgba(220, 92, 51, .07);
  pointer-events: auto;
  touch-action: manipulation;
}

.hog-touch-use b {
  color: var(--hog-orange-hot);
  font-size: 18px;
  line-height: 1;
}

.hog-touch-use span {
  color: var(--hog-muted);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .14em;
}

@media (max-width: 820px) {
  .hog-tool-briefing { padding: 14px; }
  .hog-tool-briefing-panel { width: calc(100vw - 28px); max-height: calc(100vh - 28px); clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px)); }
  .hog-tool-briefing-header { padding: 16px 18px; }
  .hog-tool-briefing-header > div { display: grid; gap: 5px; }
  .hog-tool-briefing-header > div span { font-size: 7px; }
  .hog-tool-briefing-header > div strong { font-size: 6px; }
  .hog-tool-briefing-header button span { display: none; }
  .hog-tool-briefing-grid { grid-template-columns: 1fr; }
  .hog-tool-briefing-copy { padding: 34px 24px 28px; border-right: 0; border-bottom: 1px solid rgba(231, 228, 212, .11); }
  .hog-tool-briefing-copy h2 { font-size: clamp(36px, 11vw, 54px); }
  .hog-tool-briefing-copy > p { margin-top: 20px; font-size: 11px; }
  .hog-tool-quickstart { padding: 27px 24px; }
  .hog-tool-quickstart li { padding: 16px 0; }
  .hog-tool-briefing-actions { align-items: stretch; flex-direction: column; padding: 16px 18px 20px; }
  .hog-tool-briefing-actions > div { display: grid; grid-template-columns: 1fr; }
  .hog-tool-briefing-actions .hog-tool-open { min-width: 0; }
  .hog-tool-browser { padding: 6px; }
  .hog-tool-browser-header { align-items: stretch; flex-direction: column; gap: 9px; padding: 13px 14px; }
  .hog-tool-browser-identity { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; }
  .hog-tool-browser-identity strong { grid-column: 1 / -1; grid-row: 2; }
  .hog-tool-browser-identity small { grid-column: 2; grid-row: 1; }
  .hog-tool-browser-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hog-tool-browser-actions button { min-height: 36px; font-size: 7px; }
  .hog-tool-browser-actions button:last-child span { display: none; }
}

@media (max-height: 720px) and (min-width: 821px) {
  .hog-tool-briefing-header { padding-block: 14px; }
  .hog-tool-briefing-grid { min-height: 360px; }
  .hog-tool-briefing-copy { padding-block: 30px; }
  .hog-tool-briefing-copy h2 { font-size: clamp(36px, 3.7vw, 50px); }
  .hog-tool-quickstart { padding-block: 27px; }
  .hog-tool-quickstart li { padding-block: 13px; }
  .hog-tool-briefing-actions { padding-block: 12px; }
}

.hog-hud {
  position: fixed;
  z-index: 7;
  top: 104px;
  left: clamp(18px, 3vw, 48px);
  right: clamp(18px, 3vw, 48px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  pointer-events: none;
}

.hog-hud-channel,
.hog-hud-objective,
.hog-hud-count {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(231, 228, 212, .13);
  background: rgba(5, 10, 6, .62);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
}

.hog-hud-channel {
  justify-self: start;
  gap: 10px;
  padding: 0 13px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.hog-hud-channel i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hog-orange-hot);
  box-shadow: 0 0 12px rgba(242, 107, 64, .8);
  animation: hog-live 1.7s ease-in-out infinite;
}

.hog-hud-channel b {
  color: var(--hog-orange);
}

.hog-hud-objective {
  flex-direction: column;
  align-items: flex-start;
  min-width: 290px;
  padding: 9px 14px;
}

.hog-hud-objective span,
.hog-hud-count span {
  color: var(--hog-muted);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .16em;
}

.hog-hud-objective strong {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .06em;
}

.hog-hud-count {
  justify-self: end;
  gap: 12px;
  padding: 0 13px;
}

.hog-hud-count strong {
  font-size: 13px;
  letter-spacing: .06em;
}

.hog-hud-count strong b {
  color: var(--hog-orange-hot);
}

.hog-crosshair {
  position: fixed;
  z-index: 6;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.72);
  transition: opacity .2s ease, transform .28s cubic-bezier(.22, 1, .36, 1), visibility .2s;
}

.hog-shell.is-first-person .hog-crosshair {
  opacity: .8;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.hog-crosshair i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--hog-cream);
  box-shadow: 0 0 5px rgba(231, 228, 212, .35);
}

.hog-crosshair i:first-child {
  width: 16px;
  height: 1px;
  transform: translate(-50%, -50%);
}

.hog-crosshair i:last-child {
  width: 1px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.hog-crosshair::after {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: var(--hog-orange-hot);
  box-shadow: 0 0 9px rgba(242, 107, 64, .7);
}

.hog-raptor-state {
  position: fixed;
  z-index: 7;
  top: 154px;
  left: clamp(18px, 3vw, 48px);
  display: grid;
  grid-template-columns: 6px auto;
  align-items: center;
  column-gap: 9px;
  min-width: 150px;
  padding: 9px 12px;
  border-left: 1px solid rgba(220, 92, 51, .72);
  background: linear-gradient(90deg, rgba(5, 10, 6, .74), rgba(5, 10, 6, .12));
  pointer-events: none;
}

.hog-raptor-state i {
  grid-row: 1 / span 2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hog-orange-hot);
  box-shadow: 0 0 10px rgba(242, 107, 64, .7);
}

.hog-raptor-state span {
  color: var(--hog-muted);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hog-raptor-state b {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .25s ease;
}

.hog-raptor-state.is-action b {
  color: var(--hog-orange-hot);
}

.hog-nearby {
  position: fixed;
  z-index: 7;
  left: 50%;
  bottom: 164px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 250px;
  padding: 10px 16px;
  border-top: 1px solid rgba(220, 92, 51, .55);
  background: linear-gradient(180deg, rgba(7, 12, 8, .64), transparent);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity .4s ease, transform .5s var(--hog-ease);
}

.hog-nearby.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.hog-nearby span {
  color: var(--hog-orange-hot);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .18em;
}

.hog-nearby strong {
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hog-npc-message {
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 50%;
  display: grid;
  gap: 7px;
  width: min(360px, calc(100vw - 32px));
  padding: 14px 18px 15px;
  border: 1px solid rgba(231, 228, 212, .18);
  border-left: 3px solid var(--hog-orange-hot);
  background:
    linear-gradient(115deg, rgba(220, 92, 51, .16), transparent 42%),
    rgba(5, 10, 6, .9);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .42), 0 0 30px rgba(220, 92, 51, .1);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 18px)) scale(.92);
  transform-origin: 50% 100%;
  transition:
    opacity .3s ease,
    visibility .3s ease,
    transform .5s var(--hog-ease),
    border-color .35s ease;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.hog-npc-message::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-right: 1px solid rgba(231, 228, 212, .18);
  border-bottom: 1px solid rgba(231, 228, 212, .18);
  background: rgba(5, 10, 6, .9);
  transform: translateX(-50%) rotate(45deg);
}

.hog-npc-message.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, calc(-100% - 25px)) scale(1);
  border-color: rgba(242, 107, 64, .4);
}

.hog-npc-message span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--hog-orange-hot);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: .15em;
}

.hog-npc-message span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hog-orange-hot);
  box-shadow: 0 0 12px rgba(242, 107, 64, .8);
  animation: hog-live 1.25s ease-in-out infinite;
}

.hog-npc-message strong {
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 720;
  line-height: 1.3;
  letter-spacing: .015em;
}

.hog-info {
  position: fixed;
  z-index: 7;
  right: clamp(18px, 3vw, 48px);
  bottom: 43px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  width: min(460px, calc(100vw - 36px));
  border: 1px solid rgba(231, 228, 212, .16);
  background: linear-gradient(145deg, rgba(14, 23, 15, .93), rgba(6, 10, 7, .91));
  box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(.98);
  transform-origin: right bottom;
  transition: opacity .45s ease, transform .6s var(--hog-ease), border-color .45s ease;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.hog-info.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: rgba(220, 92, 51, .48);
}

.hog-info-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 8px;
  border-right: 1px solid rgba(231, 228, 212, .1);
  background: rgba(220, 92, 51, .08);
}

.hog-info-index span {
  color: var(--hog-orange-hot);
  font-size: 23px;
  font-weight: 900;
}

.hog-info-index i {
  width: 1px;
  flex: 1;
  min-height: 26px;
  margin: 10px 0;
  background: linear-gradient(var(--hog-orange), transparent);
}

.hog-info-index b {
  color: var(--hog-muted);
  font-size: 8px;
  letter-spacing: .08em;
  writing-mode: vertical-rl;
}

.hog-info-copy {
  padding: 19px 20px 17px;
}

.hog-info-copy > span {
  color: var(--hog-orange-hot);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .17em;
}

.hog-info h2 {
  margin-top: 8px;
  font-size: clamp(21px, 2.2vw, 31px);
  font-stretch: 120%;
  font-variation-settings: 'wdth' 120;
  font-weight: 880;
  line-height: .95;
  letter-spacing: -.025em;
}

.hog-info p {
  margin-top: 13px;
  color: #a8afa5;
  font-size: 11px;
  line-height: 1.55;
}

.hog-info-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  padding-top: 11px;
  border-top: 1px solid rgba(231, 228, 212, .1);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;
}

.hog-info-meta span {
  color: var(--hog-muted);
}

.hog-info-meta b {
  color: var(--hog-green);
}

.hog-controls {
  position: fixed;
  z-index: 7;
  left: clamp(18px, 3vw, 48px);
  bottom: 39px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  max-width: min(720px, calc(100vw - 430px));
  pointer-events: none;
}

.hog-controls span {
  padding: 11px 14px;
  border: 1px solid rgba(231, 228, 212, .15);
  color: var(--hog-muted);
  background: rgba(5, 10, 6, .68);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .16);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hog-controls b {
  margin-right: 7px;
  color: var(--hog-cream);
  font-weight: 900;
}

.hog-touch {
  display: none;
}

@keyframes hog-live {
  0%, 100% { opacity: .45; transform: scale(.84); }
  50% { opacity: 1; transform: scale(1.12); }
}

@keyframes hog-orbit {
  to { transform: rotate(360deg); }
}

@keyframes hog-scan {
  0%, 100% { opacity: 0; transform: translateY(0); }
  12%, 86% { opacity: .65; }
  50% { transform: translateY(100vh); }
}

@keyframes hog-loader-spin {
  to { transform: rotate(360deg); }
}

@keyframes hog-loader-sweep {
  from { left: -28%; }
  to { left: 108%; }
}

@keyframes hog-loader-bars {
  0% { opacity: .32; transform: scaleY(.18); }
  100% { opacity: 1; transform: scaleY(1); }
}

@keyframes hog-loadline-shimmer {
  to { transform: translateX(390%); }
}

@keyframes hog-level-transition-scan {
  0% { top: -2px; opacity: 0; }
  14%, 84% { opacity: .8; }
  100% { top: 100%; opacity: 0; }
}

@keyframes hog-level-route {
  from { left: -34px; }
  to { left: 100%; }
}

@media (max-width: 800px) {
  .hog-header {
    min-height: 66px;
  }

  .hog-brand {
    width: 112px;
  }

  .hog-title-lockup {
    display: none;
  }

  .hog-exit {
    min-height: 37px;
  }

  .hog-hud {
    top: 79px;
    grid-template-columns: 1fr auto;
  }

  .hog-hud-objective {
    display: none;
  }

  .hog-hud-count {
    grid-column: 2;
  }

  .hog-raptor-state {
    top: 127px;
  }

  .hog-info {
    right: 14px;
    bottom: 19px;
    width: min(390px, calc(100vw - 28px));
  }

  .hog-controls {
    display: none;
  }

  .hog-nearby {
    bottom: 171px;
  }
}

@media (pointer: coarse), (max-width: 700px) {
  .hog-touch {
    position: fixed;
    inset: 0;
    z-index: 6;
    display: block;
    pointer-events: none;
  }

  .hog-stick {
    position: absolute;
    bottom: 30px;
    width: 116px;
    height: 116px;
    border: 1px solid rgba(231, 228, 212, .14);
    border-radius: 50%;
    background: rgba(5, 10, 6, .25);
    pointer-events: auto;
    touch-action: none;
  }

  .hog-stick {
    left: 20px;
  }

  .hog-stick::before {
    content: '';
    position: absolute;
    inset: 26px;
    border: 1px solid rgba(220, 92, 51, .32);
    border-radius: 50%;
  }

  .hog-stick i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(220, 92, 51, .7);
    border-radius: 50%;
    background: rgba(220, 92, 51, .17);
    transform: translate(-50%, -50%);
  }

  .hog-stick span {
    position: absolute;
    left: 50%;
    bottom: -17px;
    color: rgba(231, 228, 212, .45);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .15em;
    transform: translateX(-50%);
  }

  .hog-info {
    bottom: 174px;
  }

  .hog-nearby {
    bottom: 155px;
  }

  .hog-shell.is-first-person .hog-crosshair {
    opacity: .45;
  }
}

@media (max-width: 520px) {
  .hog-exit span {
    display: none;
  }

  .hog-exit {
    min-width: 39px;
    justify-content: center;
    padding: 0;
  }

  .hog-gate {
    padding: 18px;
  }

  .hog-gate-card {
    padding: 28px 22px;
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  }

  .hog-gate h1 {
    font-size: clamp(50px, 17vw, 76px);
  }

  .hog-gate-card > p {
    margin-top: 24px;
  }

  .hog-loader-visual {
    grid-template-columns: 66px minmax(0, 1fr);
    min-height: 78px;
    margin-top: 20px;
    padding: 8px 10px;
  }

  .hog-loader-radar {
    width: 56px;
    height: 56px;
  }

  .hog-loader-radar i {
    top: 7px;
    left: 26px;
    transform-origin: 2px 21px;
  }

  .hog-gate button b {
    display: none;
  }

  .hog-gate-footer span:first-child {
    display: none;
  }

  .hog-gate-footer {
    justify-content: flex-end;
  }

  .hog-level-transition {
    padding: 18px;
  }

  .hog-level-transition-card {
    padding: 30px 24px;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  }

  .hog-level-transition-route {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hog-level-transition-route > i {
    width: 100%;
  }

  .hog-level-transition-status {
    margin-top: 34px;
  }

  .hog-level-transition-card > strong {
    font-size: clamp(46px, 14vw, 64px);
  }

  .hog-level-transition-meta b {
    display: none;
  }

  .hog-hud-channel b {
    display: none;
  }

  .hog-info {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .hog-info-index {
    padding: 15px 6px;
  }

  .hog-info-copy {
    padding: 16px 15px 14px;
  }

  .hog-info p {
    font-size: 10px;
  }

  .hog-info-meta {
    margin-top: 12px;
  }
}

@media (min-width: 1100px) {
  .hog-header {
    min-height: 102px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .hog-brand {
    width: clamp(178px, 12vw, 224px);
  }

  .hog-title-lockup {
    grid-template-columns: 10px auto;
    column-gap: 15px;
  }

  .hog-title-lockup i {
    width: 9px;
    height: 9px;
  }

  .hog-title-lockup span {
    font-size: 13px;
  }

  .hog-title-lockup strong {
    font-size: 19px;
  }

  .hog-exit {
    gap: 28px;
    min-height: 56px;
    padding: 0 20px 0 23px;
    font-size: 14px;
  }

  .hog-exit b {
    font-size: 20px;
  }

  .hog-hud {
    top: 124px;
  }

  .hog-hud-channel,
  .hog-hud-objective,
  .hog-hud-count {
    min-height: 52px;
  }

  .hog-hud-channel {
    gap: 14px;
    padding: 0 19px;
    font-size: 12px;
  }

  .hog-hud-channel i {
    width: 9px;
    height: 9px;
  }

  .hog-hud-objective {
    min-width: 400px;
    padding: 13px 20px;
  }

  .hog-hud-objective span,
  .hog-hud-count span {
    font-size: 10px;
  }

  .hog-hud-objective strong {
    margin-top: 5px;
    font-size: 14px;
  }

  .hog-hud-count {
    gap: 17px;
    padding: 0 19px;
  }

  .hog-hud-count strong {
    font-size: 20px;
  }

  .hog-raptor-state {
    top: 193px;
    grid-template-columns: 9px auto;
    column-gap: 13px;
    min-width: 220px;
    padding: 13px 17px;
  }

  .hog-raptor-state i {
    width: 8px;
    height: 8px;
  }

  .hog-raptor-state span {
    font-size: 9px;
  }

  .hog-raptor-state b {
    margin-top: 4px;
    font-size: 14px;
  }

  .hog-nearby {
    bottom: 178px;
    gap: 8px;
    min-width: 380px;
    padding: 15px 23px;
  }

  .hog-nearby span {
    font-size: 10px;
  }

  .hog-nearby strong {
    font-size: 15px;
  }

  .hog-info {
    grid-template-columns: 102px minmax(0, 1fr);
    width: min(620px, calc(100vw - 72px));
  }

  .hog-info-index {
    padding: 26px 11px;
  }

  .hog-info-index span {
    font-size: 35px;
  }

  .hog-info-index i {
    min-height: 38px;
    margin: 15px 0;
  }

  .hog-info-index b {
    font-size: 11px;
  }

  .hog-info-copy {
    padding: 27px 29px 24px;
  }

  .hog-info-copy > span {
    font-size: 10px;
  }

  .hog-info h2 {
    margin-top: 11px;
    font-size: clamp(31px, 2.6vw, 44px);
  }

  .hog-info p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hog-info-meta {
    margin-top: 23px;
    padding-top: 15px;
    font-size: 10px;
  }

  .hog-controls {
    gap: 14px;
    max-width: min(980px, calc(100vw - 650px));
  }

  .hog-controls span {
    padding: 15px 18px;
    font-size: 14px;
  }

  .hog-controls b {
    margin-right: 10px;
  }
}

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

  .hog-gate::after {
    animation-duration: 6s !important;
    animation-iteration-count: infinite !important;
  }

  .hog-loader-visual::after {
    animation-duration: 2.8s !important;
    animation-iteration-count: infinite !important;
  }

  .hog-loader-radar::before {
    animation-duration: 4.8s !important;
    animation-iteration-count: infinite !important;
  }

  .hog-loader-radar i {
    animation-duration: 2.6s !important;
    animation-iteration-count: infinite !important;
  }

  .hog-loader-radar b,
  .hog-loader-radar span {
    animation-duration: 1.8s !important;
    animation-iteration-count: infinite !important;
  }

  .hog-loader-motion i {
    animation-duration: 1.35s !important;
    animation-iteration-count: infinite !important;
  }

  .hog-loadline > i b::after {
    animation-duration: 2.2s !important;
    animation-iteration-count: infinite !important;
  }
}
