/* Digital Footprint — authoritative selector, deck and category presentation */

.modal-backdrop[data-modal-key="footprint"] {
  --footprint-lime: #bde92b;
  --footprint-lime-soft: rgba(202, 255, 63, 0.72);
  --footprint-panel: rgba(14, 32, 39, 0.95);
  --footprint-panel-deep: rgba(5, 16, 22, 0.97);
  background:
    radial-gradient(circle at 24% 36%, rgba(179, 234, 47, 0.12), transparent 28%),
    radial-gradient(circle at 76% 42%, rgba(64, 190, 230, 0.11), transparent 36%),
    rgba(4, 13, 18, 0.58);
}

.modal-backdrop[data-modal-key="footprint"] .xbox-modal {
  --modal-zoom: 1;
  width: min(1390px, 96vw);
  height: min(760px, 90vh);
  min-height: 0;
  grid-template-columns: minmax(350px, 405px) 1fr;
  isolation: isolate;
  overflow: visible !important;
  transition:
    width 620ms cubic-bezier(.16, 1, .3, 1),
    height 620ms cubic-bezier(.16, 1, .3, 1),
    opacity 300ms ease,
    transform 480ms cubic-bezier(.19, 1, .22, 1);
}

.modal-backdrop[data-modal-key="footprint"] .xbox-modal::before {
  display: none;
}

.modal-backdrop[data-modal-key="footprint"] .profile-panel-left,
.modal-backdrop[data-modal-key="footprint"] .profile-panel-right {
  min-height: 0;
  height: 100%;
}

.modal-backdrop[data-modal-key="footprint"] .profile-panel-left {
  position: relative;
  z-index: 7;
  border-radius: 12px;
  padding: 23px 20px 19px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.11), transparent 26%),
    linear-gradient(180deg, rgba(37,65,72,.98), rgba(8,25,32,.985));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow:
    0 32px 70px rgba(0,0,0,.42),
    0 0 0 1px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.18);
  transition:
    transform 620ms cubic-bezier(.16, 1, .3, 1),
    opacity 390ms ease,
    filter 500ms ease;
}

.modal-backdrop[data-modal-key="footprint"] .profile-panel-left::after {
  content: "";
  position: absolute;
  left: -25%;
  right: -25%;
  bottom: -142px;
  height: 240px;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(193,244,47,.22), transparent 68%);
  filter: blur(14px);
}

.modal-backdrop[data-modal-key="footprint"] .gamertag-row {
  position: relative;
  z-index: 2;
  grid-template-columns: 82px 1fr;
  padding: 12px;
  background: rgba(1,11,15,.34);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.16);
}

.modal-backdrop[data-modal-key="footprint"] .gamertag-row h2 {
  font-size: clamp(29px, 2.4vw, 41px);
  letter-spacing: -.045em;
}

.modal-backdrop[data-modal-key="footprint"] .gamertag-row p {
  font-size: 13px;
  line-height: 1.25;
}

.modal-backdrop[data-modal-key="footprint"] .avatar-badge {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 16%, rgba(214,255,76,.42), transparent 34%),
    linear-gradient(145deg, #263c25, #719d0c 52%, #15303a);
}

.modal-backdrop[data-modal-key="footprint"] .avatar-badge img {
  display: none;
}

.modal-backdrop[data-modal-key="footprint"] .avatar-badge::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 17px;
  width: 33px;
  height: 45px;
  border-radius: 25px 25px 22px 22px;
  background: linear-gradient(180deg, #fff, #e7eef1 58%, #a8df0d 59%, #d1ff3c);
  box-shadow: inset 0 -5px 9px rgba(0,0,0,.10), 0 8px 13px rgba(0,0,0,.22);
  transform: rotate(16deg);
}

.modal-backdrop[data-modal-key="footprint"] .avatar-badge::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 11px -2px 0 #f7ffff, 23px -1px 0 #f7ffff, 33px 4px 0 #f7ffff;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,.14));
}

.modal-backdrop[data-modal-key="footprint"] .modal-avatar-bubble {
  display: block;
  left: 90px;
  top: -10px;
}

.nxe-footprint-selector-bubble {
  display: none;
}

.modal-backdrop[data-modal-key="footprint"] .modal-menu {
  position: relative;
  z-index: 3;
  margin-top: 18px;
  padding: 3px 5px 8px 1px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(196,239,59,.68) rgba(1,10,14,.25);
}

.modal-backdrop[data-modal-key="footprint"] .modal-menu button {
  position: relative;
  min-height: 52px;
  padding: 12px 50px 12px 17px;
  margin: 0 0 3px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: rgba(255,255,255,.70);
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 650;
  letter-spacing: -.025em;
  background: linear-gradient(90deg, rgba(255,255,255,.018), transparent 72%);
  box-shadow: none;
  text-shadow: 0 2px 8px rgba(0,0,0,.36);
  transition: color 150ms ease, background 180ms ease, transform 190ms ease, box-shadow 190ms ease, border-color 180ms ease;
}

.modal-backdrop[data-modal-key="footprint"] .modal-menu button::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  opacity: .22;
  transform: translateY(-52%) translateX(-4px);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.16,1,.3,1);
}

.modal-backdrop[data-modal-key="footprint"] .modal-menu button::before {
  width: 3px;
  height: 0;
  left: 5px;
  top: 50%;
  border-radius: 999px;
  background: white;
  box-shadow: 0 0 14px rgba(255,255,255,.75);
  transform: translateY(-50%);
  opacity: 0;
}

.modal-backdrop[data-modal-key="footprint"] .modal-menu button:hover,
.modal-backdrop[data-modal-key="footprint"] .modal-menu button:focus-visible,
.modal-backdrop[data-modal-key="footprint"] .modal-menu button.is-active {
  color: #faffef;
  background:
    linear-gradient(180deg, rgba(221,255,126,.98), rgba(112,184,15,.96)),
    #8dc11a;
  border-color: rgba(239,255,184,.72);
  box-shadow:
    0 10px 24px rgba(0,0,0,.25),
    0 0 28px rgba(177,228,45,.12),
    inset 0 1px 0 rgba(255,255,255,.78),
    inset 0 -1px 0 rgba(31,67,0,.34);
  text-shadow: 0 2px 5px rgba(39,70,0,.55);
  transform: translateX(4px);
}

.modal-backdrop[data-modal-key="footprint"] .modal-menu button:hover::after,
.modal-backdrop[data-modal-key="footprint"] .modal-menu button:focus-visible::after,
.modal-backdrop[data-modal-key="footprint"] .modal-menu button.is-active::after {
  opacity: .94;
  transform: translateY(-52%) translateX(0);
}

.modal-backdrop[data-modal-key="footprint"] .modal-menu button.is-active::before {
  height: 27px;
  opacity: .78;
}

.modal-backdrop[data-modal-key="footprint"] .modal-footnote {
  position: relative;
  z-index: 3;
  margin: 13px 7px 0;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255,255,255,.45);
}

.modal-backdrop[data-modal-key="footprint"] .profile-panel-right {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(70px, 18px, 0) scale(.965);
  transition:
    opacity 430ms ease,
    transform 660ms cubic-bezier(.16,1,.3,1),
    filter 430ms ease;
}

.modal-backdrop[data-modal-key="footprint"] .profile-panel-right::before,
.modal-backdrop[data-modal-key="footprint"] .profile-panel-right::after {
  display: none;
}

.modal-backdrop[data-modal-key="footprint"].is-footprint-selector .profile-panel-right {
  opacity: 0;
  visibility: hidden;
}

.modal-backdrop[data-modal-key="footprint"].is-footprint-selector .xbox-modal {
  width: min(405px, calc(100vw - 56px));
  grid-template-columns: minmax(0, 1fr);
}

.modal-backdrop[data-modal-key="footprint"].is-footprint-selector .profile-panel-left {
  grid-column: 1;
  width: 100%;
}

.modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .profile-panel-right {
  position: absolute;
  inset: 0 0 0 176px;
  max-height: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0,0,0) scale(1);
}

.modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .profile-panel-left {
  position: absolute;
  z-index: 2;
  left: -118px;
  top: 52px;
  width: 390px;
  height: calc(100% - 104px);
  opacity: .28;
  pointer-events: auto;
  cursor: pointer;
  filter: saturate(.68) brightness(.82) blur(.35px);
  transform: translate3d(0,0,-120px) scale(.84) rotateY(4deg);
  transform-origin: 50% 50%;
  box-shadow:
    0 26px 58px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .profile-panel-left .modal-menu {
  overflow: hidden;
}

.modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .profile-panel-left .modal-footnote {
  opacity: .46;
}

.modal-backdrop[data-modal-key="footprint"] .modal-avatar-showcase {
  z-index: 6;
  right: auto;
  left: 245px;
  bottom: -108px;
  width: 560px;
  height: 820px;
  transform: translate3d(0, 0, 0) scale(.93);
  transform-origin: 50% 100%;
  transition:
    opacity 420ms ease,
    transform 680ms cubic-bezier(.16,1,.3,1),
    filter 500ms ease;
}

.modal-backdrop[data-modal-key="footprint"].is-footprint-selector .modal-avatar-showcase {
  left: calc(100% - 72px);
}

.modal-backdrop[data-modal-key="footprint"] .modal-avatar-showcase img {
  width: 515px;
}

.modal-backdrop[data-modal-key="footprint"] .modal-avatar-ring {
  width: 570px;
  height: 570px;
  background: radial-gradient(circle, rgba(195,242,41,.19), rgba(79,191,213,.08) 43%, transparent 68%);
}

.modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .modal-avatar-showcase {
  opacity: 0;
  filter: blur(16px) saturate(.65);
  transform: translate3d(-300px, 45px, -120px) scale(.76) rotateY(10deg);
}

.modal-backdrop[data-modal-key="footprint"] .modal-close {
  z-index: 40;
  right: 18px;
  top: 17px;
  border-color: rgba(255,255,255,.23);
  background: rgba(4,15,20,.62);
  box-shadow: 0 8px 22px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.12);
}

.modal-backdrop[data-modal-key="footprint"].is-footprint-selector .modal-close {
  right: -2px;
  top: 12px;
  transform: translateX(50%);
}

.nxe-footprint-browser {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: visible;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(32,58,67,.80), rgba(4,16,22,.88)),
    radial-gradient(circle at 50% 0, rgba(211,255,80,.10), transparent 30%);
  border: 1px solid rgba(255,255,255,.105);
  box-shadow: 0 34px 86px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.12);
  isolation: isolate;
}

.nxe-footprint-browser::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .48;
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.nxe-footprint-deck-avatar {
  position: absolute;
  z-index: 112;
  left: auto;
  right: -28px;
  bottom: -126px;
  width: 410px;
  height: 700px;
  pointer-events: none;
}

.nxe-footprint-deck-avatar-ring {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 72px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(215,255,111,.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(190,237,45,.16), rgba(71,181,215,.055) 47%, transparent 69%);
  box-shadow: 0 0 48px rgba(190,237,45,.07);
  transform: translateX(-50%);
}

.nxe-footprint-deck-avatar img {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 0;
  width: 382px;
  max-width: none;
  filter: drop-shadow(0 30px 26px rgba(0,0,0,.38)) saturate(1.05);
  transform-origin: 50% 92%;
  animation: nxeFootprintAvatarIdle 7.4s cubic-bezier(.45,0,.2,1) infinite;
}

.nxe-footprint-deck-avatar-bubble {
  position: absolute;
  z-index: 4;
  left: 224px;
  top: 151px;
  max-width: 250px;
  padding: 11px 17px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 999px;
  color: #293300;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(234,255,170,.94));
  box-shadow: 0 16px 28px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.78);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(14px) scale(.84) rotate(4deg);
  transform-origin: 14% 84%;
}

.nxe-footprint-deck-avatar-bubble::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  border-left: 1px solid rgba(255,255,255,.36);
  border-bottom: 1px solid rgba(255,255,255,.36);
  background: rgba(236,255,168,.98);
  transform: rotate(45deg);
}

.nxe-footprint-deck-avatar.is-chatting .nxe-footprint-deck-avatar-bubble {
  animation: nxeFootprintBubbleIn 5.2s cubic-bezier(.22,.8,.22,1) both;
}

@keyframes nxeFootprintAvatarIdle {
  0%, 100% { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
  18% { transform: translate3d(1px,-1px,0) rotate(.18deg) scale(1.002); }
  42% { transform: translate3d(-2px,1px,0) rotate(-.22deg) scale(.998); }
  68% { transform: translate3d(2px,0,0) rotate(.16deg) scale(1.004); }
  84% { transform: translate3d(0,-2px,0) rotate(-.08deg) scale(1.001); }
}

@keyframes nxeFootprintBubbleIn {
  0% { opacity: 0; transform: translateY(14px) scale(.84) rotate(4deg); }
  10%, 88% { opacity: 1; transform: translateY(0) scale(1) rotate(4deg); }
  100% { opacity: 0; transform: translateY(-4px) scale(.96) rotate(4deg); }
}

.nxe-footprint-browser-header {
  position: absolute;
  z-index: 120;
  left: 28px;
  right: 70px;
  top: 22px;
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(155px, .72fr) minmax(260px, 1.4fr) auto;
  gap: 22px;
  align-items: center;
}

.nxe-footprint-back {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px 10px 10px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: rgba(2,12,17,.42);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 180ms ease;
}

.nxe-footprint-back span {
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}

.nxe-footprint-back:hover,
.nxe-footprint-back:focus-visible {
  color: #efffbf;
  background: rgba(132,191,18,.42);
  transform: translateX(-3px);
}

.nxe-footprint-browser-header > div:nth-child(2) span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255,255,255,.46);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
}

.nxe-footprint-browser-header h2 {
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
  font-size: clamp(28px, 3vw, 46px);
  line-height: .95;
  font-weight: 430;
  letter-spacing: -.052em;
  text-shadow: 0 12px 26px rgba(0,0,0,.34);
}

.nxe-footprint-progress {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-width: 78px;
  color: rgba(255,255,255,.42);
  font-size: 14px;
  font-weight: 800;
}

.nxe-footprint-progress strong {
  color: var(--footprint-lime);
  font-size: 30px;
  font-weight: 520;
  letter-spacing: -.055em;
  text-shadow: 0 0 22px rgba(190,235,49,.22);
}

.nxe-footprint-deck-viewport {
  position: absolute;
  z-index: 10;
  inset: 112px 0 58px;
  overflow: hidden;
  perspective: 1600px;
  perspective-origin: 46% 48%;
  touch-action: pan-y;
  cursor: grab;
}

.nxe-footprint-deck-viewport.is-dragging {
  cursor: grabbing;
}

.nxe-footprint-deck-glow {
  position: absolute;
  left: 50%;
  top: 47%;
  width: min(660px, 62vw);
  height: min(570px, 68vh);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(193,241,45,.14), rgba(76,184,220,.055) 42%, transparent 72%);
  filter: blur(22px);
  transform: translate(-50%, -50%);
}

.nxe-footprint-card {
  --card-x: 0px;
  --card-y: 0px;
  --card-scale: 1;
  --card-rotate: 0deg;
  --card-opacity: 1;
  --card-z: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--card-z);
  width: clamp(330px, 31vw, 430px);
  height: min(590px, calc(100% - 22px));
  border-radius: 12px;
  color: #152027;
  background:
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(233,239,239,.985) 58%, rgba(211,220,220,.99));
  border: 1px solid rgba(255,255,255,.95);
  box-shadow:
    0 34px 58px rgba(0,0,0,.40),
    0 0 0 1px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,1);
  opacity: var(--card-opacity);
  transform:
    translate3d(calc(-50% + var(--card-x)), calc(-50% + var(--card-y)), 0)
    scale(var(--card-scale))
    rotateY(var(--card-rotate));
  transform-origin: 50% 50%;
  overflow: hidden;
  transition:
    transform 560ms cubic-bezier(.16,1,.3,1),
    opacity 410ms ease,
    filter 460ms ease,
    box-shadow 360ms ease;
  will-change: transform, opacity, filter;
  outline: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}

.nxe-footprint-card.is-no-transition {
  transition: none !important;
}

.nxe-footprint-card:not(.is-active) {
  filter: saturate(.66) brightness(.76) blur(.25px);
}

.nxe-footprint-card[data-offset="2"],
.nxe-footprint-card[data-offset="-2"] {
  filter: saturate(.48) brightness(.62) blur(1.1px);
}

.nxe-footprint-card[aria-hidden="true"] {
  pointer-events: none;
}

.nxe-footprint-card.is-active {
  cursor: default;
  border-color: rgba(226,255,151,.98);
  box-shadow:
    0 38px 70px rgba(0,0,0,.46),
    0 0 0 2px rgba(179,222,45,.94),
    0 0 34px rgba(188,231,47,.18),
    inset 0 1px 0 white;
}

.nxe-footprint-card.is-leaving-forward {
  filter: saturate(.72) brightness(.84) blur(1.5px);
}

.nxe-footprint-card.is-leaving-backward {
  filter: saturate(.78) brightness(.88) blur(1px);
}

.nxe-footprint-card-scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #91bd16 rgba(25,42,48,.13);
}

.nxe-footprint-card-scroll::-webkit-scrollbar {
  width: 10px;
}

.nxe-footprint-card-scroll::-webkit-scrollbar-track {
  background: rgba(12,28,34,.08);
}

.nxe-footprint-card-scroll::-webkit-scrollbar-thumb {
  border: 3px solid rgba(237,242,242,.92);
  border-radius: 999px;
  background: linear-gradient(#c8ef51, #78a900);
}

.nxe-footprint-card-number {
  position: absolute;
  z-index: 5;
  right: 13px;
  top: 11px;
  min-width: 34px;
  padding: 5px 7px;
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(7,20,25,.54);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
}

.nxe-footprint-visual {
  position: relative;
  min-height: 282px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #16272e;
  border-bottom: 1px solid rgba(10,29,35,.15);
}

.nxe-footprint-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255,255,255,.20), transparent 26%, transparent 70%, rgba(0,0,0,.12));
}

.nxe-footprint-visual-grid {
  position: absolute;
  inset: 0;
  opacity: .42;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle, black, transparent 78%);
}

.nxe-footprint-visual--logo img {
  position: relative;
  z-index: 2;
  width: min(72%, 280px);
  max-height: 165px;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(0,0,0,.24));
}

.nxe-footprint-visual--logo small,
.nxe-footprint-visual--book small {
  position: absolute;
  z-index: 3;
  left: 15px;
  bottom: 13px;
  color: rgba(255,255,255,.50);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.nxe-footprint-visual--logo.is-paper,
.nxe-footprint-visual--logo.is-light {
  background: linear-gradient(145deg, #f6f5ef, #d9e2e2);
}

.nxe-footprint-visual--logo.is-paper small,
.nxe-footprint-visual--logo.is-light small {
  color: rgba(19,36,42,.42);
}

.nxe-footprint-visual--logo.is-red {
  background: radial-gradient(circle at 25% 20%, #ff675d, transparent 42%), linear-gradient(145deg, #6d080a, #190506);
}

.nxe-footprint-visual--logo.is-orange {
  background: radial-gradient(circle at 35% 20%, #ffb24a, transparent 42%), linear-gradient(145deg, #66290d, #180b04);
}

.nxe-footprint-visual--logo.is-black,
.nxe-footprint-visual--logo.is-dark {
  background: radial-gradient(circle at 45% 25%, #30434c, transparent 48%), linear-gradient(145deg, #111c21, #050a0c);
}

.nxe-footprint-visual--logo.is-blue {
  background: radial-gradient(circle at 33% 18%, #5cc9ff, transparent 40%), linear-gradient(145deg, #10364c, #07131d);
}

.nxe-footprint-visual--book {
  min-height: 340px;
  background: radial-gradient(ellipse at 50% 85%, rgba(0,0,0,.26), transparent 38%), linear-gradient(145deg, #deddd6, #f5f2e8 52%, #aeb6b7);
}

.nxe-footprint-visual--book img {
  position: relative;
  z-index: 2;
  height: 290px;
  max-width: 78%;
  object-fit: contain;
  filter: drop-shadow(18px 23px 17px rgba(0,0,0,.25));
  transform: rotate(-2deg);
}

.nxe-footprint-visual--book small {
  color: rgba(14,29,34,.45);
}

.nxe-footprint-visual--intro {
  min-height: 244px;
  color: #f7ffe6;
  background:
    radial-gradient(circle at 50% 44%, rgba(198,242,56,.32), transparent 35%),
    linear-gradient(145deg, #29434b, #081a21 68%);
}

.nxe-footprint-visual--intro > strong {
  position: relative;
  z-index: 2;
  max-width: 80%;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .88;
  font-weight: 360;
  letter-spacing: -.065em;
  text-align: center;
  text-shadow: 0 15px 32px rgba(0,0,0,.36);
}

.nxe-footprint-visual--intro > span {
  position: absolute;
  z-index: 3;
  left: 15px;
  bottom: 13px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  color: rgba(255,255,255,.46);
}

.nxe-intro-rings {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.nxe-intro-rings i {
  position: absolute;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(218,255,111,.25);
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(200,244,52,.08);
}

.nxe-intro-rings i:nth-child(2) { width: 250px; height: 250px; opacity: .55; }
.nxe-intro-rings i:nth-child(3) { width: 310px; height: 310px; opacity: .28; }

.nxe-footprint-card-copy {
  position: relative;
  padding: 22px 22px 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(225,233,233,.985));
}

.nxe-footprint-card-kicker {
  display: block;
  margin-bottom: 5px;
  color: #72980f;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nxe-footprint-card-copy h3 {
  margin: 0;
  padding: 0 0 5px;
  color: #132229;
  font-size: clamp(27px, 2.3vw, 38px);
  line-height: .98;
  font-weight: 520;
  letter-spacing: -.048em;
}

.nxe-footprint-card-summary {
  margin: 0;
  color: rgba(19,34,41,.74);
  font-size: 14px;
  line-height: 1.48;
}

.nxe-footprint-details {
  display: grid;
  gap: 8px;
  margin-top: 17px;
}

.nxe-footprint-details > div {
  padding: 11px 12px;
  border-radius: 7px;
  background: rgba(18,40,48,.065);
  border: 1px solid rgba(20,42,49,.08);
}

.nxe-footprint-details strong {
  display: block;
  margin-bottom: 2px;
  color: #273d45;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nxe-footprint-details p {
  margin: 0;
  color: rgba(19,35,42,.67);
  font-size: 12px;
  line-height: 1.38;
}

.nxe-footprint-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}

.nxe-footprint-tags span {
  padding: 6px 8px;
  border-radius: 999px;
  color: #506714;
  background: rgba(158,198,38,.13);
  border: 1px solid rgba(122,160,21,.18);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .025em;
}

.nxe-footprint-art-label {
  position: absolute;
  z-index: 3;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: white;
}

.nxe-footprint-art-label strong {
  display: block;
  font-size: 23px;
  line-height: .95;
  letter-spacing: -.045em;
}

.nxe-footprint-art-label span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.55);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.nxe-footprint-visual--nxe {
  background:
    radial-gradient(circle at 50% 48%, rgba(192,239,47,.24), transparent 31%),
    linear-gradient(145deg, #37515a, #0c222a 68%);
}

.nxe-profile-orb {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle at 33% 28%, white 0 13%, #dbe6e5 14% 46%, #91c51b 47% 56%, #eaff93 57% 61%, #26382f 62%);
  box-shadow: inset -18px -20px 25px rgba(0,0,0,.25), 0 28px 34px rgba(0,0,0,.30);
}

.nxe-profile-orb::before,
.nxe-profile-orb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 142px;
  border-radius: 999px;
  background: #78ad18;
  transform: translate(-50%, -50%) rotate(43deg);
}

.nxe-profile-orb::after { transform: translate(-50%, -50%) rotate(-43deg); }

.nxe-footprint-visual--browser {
  padding: 24px 20px 18px;
  align-content: center;
  background: linear-gradient(145deg, #1d3943, #08191f);
}

.nxe-browser-chrome {
  width: 91%;
  height: 25px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 9px;
  border-radius: 8px 8px 0 0;
  background: rgba(235,241,241,.94);
}

.nxe-browser-chrome i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #91b931;
}

.nxe-browser-chrome span {
  margin-left: 5px;
  color: rgba(19,38,44,.45);
  font-size: 7px;
  font-weight: 800;
}

.nxe-browser-screen {
  width: 91%;
  min-height: 190px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(135deg, #162c34, #0a171c);
  box-shadow: 0 22px 28px rgba(0,0,0,.28);
}

.nxe-browser-screen b {
  color: white;
  font-size: 29px;
  line-height: .9;
  letter-spacing: -.055em;
}

.nxe-browser-screen img {
  width: min(58%, 180px);
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 9px rgba(0,0,0,.20));
}

.nxe-browser-screen small {
  margin: 8px 0 18px;
  color: rgba(255,255,255,.46);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
}

.nxe-browser-screen em {
  width: 76%;
  height: 5px;
  margin-top: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
}

.nxe-browser-screen em.short { width: 44%; }
.nxe-footprint-visual--browser.is-lime .nxe-browser-screen { box-shadow: inset 0 3px 0 #a9d52d, 0 22px 28px rgba(0,0,0,.28); }
.nxe-footprint-visual--browser.is-orange .nxe-browser-screen { box-shadow: inset 0 3px 0 #f28b27, 0 22px 28px rgba(0,0,0,.28); }
.nxe-footprint-visual--browser.is-blue .nxe-browser-screen { box-shadow: inset 0 3px 0 #39a9e7, 0 22px 28px rgba(0,0,0,.28); }
.nxe-footprint-visual--browser.is-aero .nxe-browser-screen { box-shadow: inset 0 3px 0 #68d8ff, 0 22px 28px rgba(0,0,0,.28); background: linear-gradient(135deg, #315e73, #0b1b27 60%, #321f52); }
.nxe-footprint-visual--browser.is-paper .nxe-browser-screen { background: #ecebe4; }
.nxe-footprint-visual--browser.is-paper .nxe-browser-screen b,
.nxe-footprint-visual--browser.is-paper .nxe-browser-screen small { color: #203239; }
.nxe-footprint-visual--browser.is-paper .nxe-browser-screen em { background: rgba(24,45,52,.14); }

.nxe-footprint-visual--bookshelf {
  background: linear-gradient(145deg, #d8d7ce, #f6f3e9 56%, #aeb5b4);
}

.nxe-book-spines {
  width: 80%;
  height: 205px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  filter: drop-shadow(0 20px 18px rgba(0,0,0,.22));
}

.nxe-book-spines i {
  width: 17%;
  height: 92%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  color: rgba(255,255,255,.58);
  background: #1e2e34;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.nxe-book-spines i:nth-child(2) { height: 100%; background: #e34b34; }
.nxe-book-spines i:nth-child(3) { height: 86%; background: #eee9dd; color: #25353b; }
.nxe-book-spines i:nth-child(4) { height: 96%; background: #7a181b; }
.nxe-book-spines i:nth-child(5) { height: 90%; background: #304b53; }
.nxe-footprint-visual--bookshelf .nxe-footprint-art-label { color: #1b2b31; }
.nxe-footprint-visual--bookshelf .nxe-footprint-art-label span { color: rgba(25,43,49,.50); }

.nxe-footprint-visual--print {
  background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.12), transparent 35%), linear-gradient(145deg, #263f47, #08191f);
}

.nxe-print-card {
  position: absolute;
  width: 72%;
  aspect-ratio: 1.66;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  box-shadow: 0 22px 26px rgba(0,0,0,.32);
}

.nxe-print-card--back {
  left: 7%;
  top: 19%;
  background: #e9eeee;
  transform: rotate(-6deg);
}

.nxe-print-card--front {
  right: 6%;
  bottom: 13%;
  color: white;
  background: #172a31;
  transform: rotate(4deg);
}

.nxe-footprint-visual--print.is-red .nxe-print-card--front { background: #9d1118; }
.nxe-footprint-visual--print.is-lime .nxe-print-card--front { background: #5b7e0e; }

.nxe-print-card img {
  width: 58%;
  max-height: 55px;
  object-fit: contain;
  object-position: left center;
}

.nxe-print-card span,
.nxe-print-card small {
  margin-top: 8px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
}

.nxe-print-card b { font-size: 25px; letter-spacing: -.05em; }

.nxe-footprint-visual--sheet {
  background: linear-gradient(145deg, #344b52, #0a1b21);
}

.nxe-print-sheet {
  width: 69%;
  min-height: 225px;
  padding: 25px 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f2f1e9;
  box-shadow: 16px 24px 25px rgba(0,0,0,.31);
  transform: rotate(2.5deg);
}

.nxe-print-sheet img { width: 52%; max-height: 52px; object-fit: contain; object-position: left center; margin-bottom: 18px; }
.nxe-print-sheet small { font-size: 7px; font-weight: 900; letter-spacing: .14em; color: #bd5f10; }
.nxe-print-sheet strong { margin: 5px 0 16px; color: #23343a; font-size: 26px; line-height: .94; }
.nxe-print-sheet i { width: 82%; height: 5px; margin-top: 7px; background: rgba(25,45,51,.13); }
.nxe-print-sheet i.short { width: 48%; }

.nxe-footprint-visual--poster {
  align-content: center;
  justify-items: start;
  padding: 35px;
  color: white;
  background: linear-gradient(145deg, #172d35, #07161b);
}

.nxe-footprint-visual--poster small { position: relative; z-index: 3; color: #d1f56b; font-size: 9px; font-weight: 950; letter-spacing: .18em; }
.nxe-footprint-visual--poster strong { position: relative; z-index: 3; margin: 7px 0; font-size: 51px; line-height: .82; font-weight: 380; letter-spacing: -.07em; }
.nxe-footprint-visual--poster span { position: relative; z-index: 3; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.nxe-poster-orbit { position: absolute; right: -45px; top: -37px; width: 240px; height: 240px; border: 2px solid rgba(198,240,57,.32); border-radius: 50%; box-shadow: 0 0 0 35px rgba(198,240,57,.045), 0 0 0 70px rgba(198,240,57,.026); }

.nxe-footprint-visual--poster-image { background: #08171c; }
.nxe-footprint-visual--poster-image img { width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.nxe-footprint-visual--poster-image span { position: absolute; z-index: 3; left: 18px; bottom: 16px; color: white; font-size: 24px; font-weight: 650; letter-spacing: -.045em; text-shadow: 0 5px 15px rgba(0,0,0,.65); }

.nxe-footprint-visual--photo { background: linear-gradient(145deg, #1f3943, #061319); }
.nxe-footprint-visual--photo.is-amber { background: radial-gradient(circle at 70% 30%, #ce7532, transparent 36%), linear-gradient(145deg, #332a26, #090f12); }
.nxe-footprint-visual--photo.is-blue { background: radial-gradient(circle at 70% 27%, #3288bf, transparent 34%), linear-gradient(145deg, #172b38, #050d13); }
.nxe-footprint-visual--photo.is-violet { background: radial-gradient(circle at 67% 25%, #8654a9, transparent 36%), linear-gradient(145deg, #2e263a, #090c13); }
.nxe-photo-frame { position: absolute; inset: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); }
.nxe-photo-frame::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0 34%, rgba(255,255,255,.22) 34.3% 34.7%, transparent 35%), linear-gradient(20deg, rgba(0,0,0,.65), transparent 46%); }
.nxe-photo-frame i { position: absolute; height: 2px; background: rgba(255,255,255,.40); transform-origin: left center; }
.nxe-photo-frame i:nth-child(1) { width: 65%; left: 4%; bottom: 29%; transform: rotate(-8deg); }
.nxe-photo-frame i:nth-child(2) { width: 45%; right: -7%; top: 26%; transform: rotate(62deg); }
.nxe-photo-frame i:nth-child(3) { width: 16px; height: 16px; right: 21%; bottom: 22%; border-radius: 50%; box-shadow: 0 0 24px 8px rgba(255,255,255,.28); }

.nxe-footprint-visual--assets { grid-template-columns: 1fr 1fr; grid-template-rows: 1.15fr .85fr; gap: 7px; padding: 20px; background: #10252d; }
.nxe-asset-cell { width: 100%; height: 100%; min-height: 80px; display: grid; place-items: center; overflow: hidden; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); }
.nxe-asset-cell.is-wide { background: rgba(174,215,44,.18); }
.nxe-footprint-visual--assets.is-red .nxe-asset-cell.is-wide { background: rgba(221,42,42,.31); }
.nxe-footprint-visual--assets.is-violet .nxe-asset-cell.is-wide { background: rgba(135,77,198,.26); }
.nxe-asset-cell img { width: 70%; max-height: 58px; object-fit: contain; }
.nxe-asset-cell b, .nxe-asset-cell strong { font-size: 20px; letter-spacing: -.04em; }
.nxe-asset-cell span { font-size: 28px; font-weight: 300; color: rgba(255,255,255,.45); }

.nxe-footprint-visual--icons { align-content: center; background: radial-gradient(circle at 50% 40%, rgba(102,209,247,.18), transparent 42%), linear-gradient(145deg, #264755, #081820); }
.nxe-icon-grid { width: 76%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.nxe-icon-grid i { aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(145deg, rgba(255,255,255,.19), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.17); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 16px rgba(0,0,0,.16); font-size: 21px; font-style: normal; }

.nxe-footprint-browser-footer {
  position: absolute;
  z-index: 130;
  left: 24px;
  right: 24px;
  bottom: 13px;
  height: 38px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 12px;
  align-items: center;
}

.nxe-footprint-browser-footer button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: white;
  background: rgba(5,18,23,.58);
  cursor: pointer;
  font: inherit;
  transition: background 160ms ease, transform 180ms ease, opacity 160ms ease;
}

.nxe-footprint-browser-footer button span { font-size: 27px; line-height: .7; transform: translateY(-1px); }
.nxe-footprint-browser-footer button:hover:not(:disabled),
.nxe-footprint-browser-footer button:focus-visible:not(:disabled) { background: rgba(139,192,22,.72); transform: scale(1.08); }
.nxe-footprint-browser-footer button:disabled { opacity: .22; cursor: default; }
.nxe-footprint-browser-footer button:last-child { justify-self: end; }
.nxe-footprint-browser-footer p { margin: 0; color: rgba(255,255,255,.43); font-size: 10px; font-weight: 700; letter-spacing: .02em; text-align: center; }
.nxe-footprint-browser-footer p b { color: rgba(226,255,152,.83); }
.nxe-footprint-browser-footer p i { margin: 0 7px; color: rgba(255,255,255,.20); font-style: normal; }

.modal-backdrop[data-modal-key="footprint"] .profile-panel-right.is-footprint-deck-entering .nxe-footprint-browser {
  animation: nxeFootprintBrowserEnter 650ms cubic-bezier(.16,1,.3,1) both;
}

.modal-backdrop[data-modal-key="footprint"] .profile-panel-right.is-footprint-deck-entering .nxe-footprint-card {
  animation: nxeFootprintCardReveal 720ms cubic-bezier(.16,1,.3,1) both;
  animation-delay: 90ms;
}

.modal-backdrop[data-modal-key="footprint"] .profile-panel-right.is-footprint-deck-exiting .nxe-footprint-browser {
  animation: nxeFootprintBrowserExit 430ms ease both;
}

@keyframes nxeFootprintBrowserEnter {
  from { opacity: 0; filter: blur(14px) brightness(1.2); transform: translate3d(80px, 18px, 0) scale(.965) rotateY(-4deg); }
  64% { filter: blur(0) brightness(1.04); }
  to { opacity: 1; filter: none; transform: translate3d(0,0,0) scale(1) rotateY(0); }
}

@keyframes nxeFootprintCardReveal {
  from { opacity: 0; filter: blur(12px) saturate(.5); transform: translate3d(calc(-50% + var(--card-x) + 85px), calc(-50% + var(--card-y) + 18px), 0) scale(calc(var(--card-scale) * .91)) rotateY(calc(var(--card-rotate) - 5deg)); }
  to { opacity: var(--card-opacity); filter: none; transform: translate3d(calc(-50% + var(--card-x)), calc(-50% + var(--card-y)), 0) scale(var(--card-scale)) rotateY(var(--card-rotate)); }
}

@keyframes nxeFootprintBrowserExit {
  from { opacity: 1; filter: none; transform: translate3d(0,0,0) scale(1); }
  to { opacity: 0; filter: blur(12px); transform: translate3d(80px, 12px, 0) scale(.965); }
}

@media (max-width: 1050px) {
  .modal-backdrop[data-modal-key="footprint"] .xbox-modal {
    width: min(960px, 96vw);
    grid-template-columns: 340px 1fr;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-avatar-showcase {
    left: 205px;
    transform: scale(.84);
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .profile-panel-right {
    inset: 0 0 0 132px;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .profile-panel-left {
    left: -132px;
    top: 62px;
    width: 350px;
    height: calc(100% - 124px);
    opacity: .24;
    transform: scale(.78) rotateY(4deg);
  }

  .nxe-footprint-deck-avatar {
    left: auto;
    right: -58px;
    bottom: -112px;
    width: 350px;
    height: 610px;
  }

  .nxe-footprint-deck-avatar-ring {
    bottom: 66px;
    width: 350px;
    height: 350px;
  }

  .nxe-footprint-deck-avatar img {
    left: 8px;
    width: 330px;
  }

  .nxe-footprint-deck-avatar-bubble {
    left: 200px;
    top: 139px;
    max-width: 220px;
    font-size: 15px;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-selector .modal-close {
    right: calc(100% - 328px);
  }

  .nxe-footprint-browser-header {
    grid-template-columns: auto 1fr auto;
  }

  .nxe-footprint-browser-header > div:nth-child(2) span {
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 760px) {
  .modal-backdrop[data-modal-key="footprint"] {
    padding: 10px;
  }

  .modal-backdrop[data-modal-key="footprint"] .xbox-modal {
    width: min(100%, 560px);
    height: min(920px, calc(100vh - 20px));
    min-height: 0;
    grid-template-columns: 1fr;
    transform-origin: center center;
    --modal-zoom: 1;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-selector .xbox-modal {
    width: min(100%, 560px) !important;
  }

  .nxe-footprint-deck-avatar {
    z-index: 18;
    left: auto;
    right: -116px;
    bottom: -88px;
    width: 305px;
    height: 520px;
  }

  .nxe-footprint-deck-avatar-ring {
    z-index: 6;
    bottom: 52px;
    width: 300px;
    height: 300px;
    opacity: .48;
  }

  .nxe-footprint-deck-avatar img {
    z-index: 7;
    left: 4px;
    width: 286px;
    opacity: .42;
    filter: drop-shadow(0 24px 22px rgba(0,0,0,.32)) saturate(.86);
  }

  .nxe-footprint-deck-avatar-bubble {
    display: none;
  }

  .modal-backdrop[data-modal-key="footprint"] .profile-panel-left {
    width: 100%;
    height: 100%;
    padding: 17px 15px 15px;
    border-radius: 14px;
  }

  .modal-backdrop[data-modal-key="footprint"] .gamertag-row {
    grid-template-columns: 68px 1fr;
  }

  .modal-backdrop[data-modal-key="footprint"] .avatar-badge {
    width: 68px;
    height: 68px;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-menu {
    max-height: none;
    padding-right: 2px;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-menu button {
    min-height: 50px;
    font-size: 19px;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-avatar-showcase {
    left: 34%;
    bottom: -240px;
    width: 420px;
    height: 650px;
    opacity: .28;
    filter: saturate(.8);
    transform: scale(.78);
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-avatar-ring {
    width: 430px;
    height: 430px;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-avatar-showcase img {
    width: 400px;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-selector .modal-close {
    right: 12px;
    top: 11px;
    transform: none;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .profile-panel-right {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .profile-panel-left {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-72%, 16px, -130px) scale(.88) rotateY(8deg);
  }

  .nxe-footprint-browser {
    border-radius: 14px;
  }

  .nxe-footprint-browser-header {
    left: 14px;
    right: 54px;
    top: 12px;
    min-height: 74px;
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
  }

  .nxe-footprint-back {
    grid-column: 1 / -1;
    padding: 6px 10px 7px 8px;
    font-size: 9px;
  }

  .nxe-footprint-browser-header > div:nth-child(2) span {
    display: none;
  }

  .nxe-footprint-browser-header h2 {
    padding-bottom: 20px;
    font-size: 31px;
  }

  .nxe-footprint-progress strong {
    font-size: 23px;
  }

  .nxe-footprint-deck-viewport {
    inset: 116px 0 52px;
  }

  .nxe-footprint-card {
    width: min(84vw, 390px);
    height: min(640px, calc(100% - 28px));
  }

  .nxe-footprint-visual {
    min-height: 250px;
  }

  .nxe-footprint-visual--book {
    min-height: 310px;
  }

  .nxe-footprint-card-copy {
    padding: 19px 18px 24px;
  }

  .nxe-footprint-card-copy h3 {
    font-size: 29px;
  }

  .nxe-footprint-browser-footer {
    left: 12px;
    right: 12px;
    bottom: 7px;
  }

  .nxe-footprint-browser-footer p {
    font-size: 8px;
  }

  .nxe-footprint-browser-footer p i,
  .nxe-footprint-browser-footer p b:first-child {
    display: none;
  }
}

@media (max-height: 720px) and (min-width: 761px) {
  .modal-backdrop[data-modal-key="footprint"] .xbox-modal {
    height: calc(100vh - 28px);
  }

  .nxe-footprint-card {
    height: calc(100% - 10px);
  }

  .nxe-footprint-visual {
    min-height: 235px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modal-backdrop[data-modal-key="footprint"] *,
  .modal-backdrop[data-modal-key="footprint"] *::before,
  .modal-backdrop[data-modal-key="footprint"] *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Mobile Footprint is a self-contained selector/deck, not the generic modal tab layout. */
@media (max-width: 760px) {
  .modal-backdrop[data-modal-key="footprint"] .xbox-modal {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(0, 1fr) !important;
    gap: 0 !important;
    padding: max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom)) !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .profile-panel-left {
    grid-row: 1 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 15px 14px 16px !important;
    border-radius: 15px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .gamertag-row {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    padding: 10px 48px 10px 10px !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .avatar-badge {
    width: 64px !important;
    height: 64px !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .gamertag-row h2 {
    font-size: clamp(26px, 7.8vw, 34px) !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-menu {
    display: block !important;
    width: min(78%, 286px) !important;
    max-height: calc(100% - 142px) !important;
    margin-top: 16px !important;
    padding: 2px 2px 42px 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scroll-snap-type: none !important;
    scrollbar-width: thin !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-menu button {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 48px !important;
    margin: 0 0 4px !important;
    padding: 10px 38px 10px 14px !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
    text-align: left !important;
    white-space: normal !important;
    background: linear-gradient(90deg, rgba(255,255,255,.025), transparent 82%) !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-menu button:hover,
  .modal-backdrop[data-modal-key="footprint"] .modal-menu button:focus-visible,
  .modal-backdrop[data-modal-key="footprint"] .modal-menu button.is-active {
    background: linear-gradient(180deg, rgba(221,255,126,.98), rgba(112,184,15,.96)) !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-footnote {
    display: block !important;
    position: absolute;
    z-index: 8;
    left: 17px;
    bottom: 14px;
    width: min(72%, 260px);
    margin: 0 !important;
    font-size: 10px;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-avatar-showcase {
    display: block !important;
    z-index: 2;
    left: auto !important;
    right: -94px !important;
    bottom: -118px !important;
    width: 390px !important;
    height: 630px !important;
    opacity: .54 !important;
    filter: saturate(.84) brightness(.88) !important;
    transform: scale(.80) !important;
    transform-origin: 50% 100% !important;
    pointer-events: none !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-avatar-showcase img {
    width: 385px !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-avatar-ring {
    width: 410px !important;
    height: 410px !important;
  }

  .modal-backdrop[data-modal-key="footprint"] .profile-panel-right {
    grid-row: 1 !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    transform: translate3d(38px, 10px, 0) scale(.975) !important;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-selector .profile-panel-right {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .profile-panel-left {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    filter: blur(10px) saturate(.72) !important;
    transform: translate3d(-42px, 8px, 0) scale(.96) !important;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .profile-panel-right {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .modal-avatar-showcase {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    filter: blur(12px) !important;
    transform: translate3d(-80px, 22px, 0) scale(.72) !important;
  }

  .modal-backdrop[data-modal-key="footprint"].is-footprint-deck-open .modal-close {
    top: 14px !important;
    right: 14px !important;
  }

  .nxe-footprint-browser {
    width: 100%;
    height: 100%;
    border-radius: 14px;
  }
}

@media (max-width: 760px) {
  .nxe-footprint-selector-bubble {
    position: absolute;
    z-index: 12;
    display: block;
    right: 22px;
    top: 132px;
    max-width: 190px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.36);
    border-radius: 999px;
    color: #293300;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(234,255,170,.94));
    box-shadow: 0 14px 24px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.02em;
    text-align: center;
    opacity: 0;
    transform: translateY(12px) scale(.86) rotate(-4deg);
    transform-origin: 84% 84%;
    pointer-events: none;
  }

  .nxe-footprint-selector-bubble::after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    border-right: 1px solid rgba(255,255,255,.36);
    border-bottom: 1px solid rgba(255,255,255,.36);
    background: rgba(236,255,168,.98);
    transform: rotate(45deg);
  }

  .profile-panel-left.is-footprint-chatting .nxe-footprint-selector-bubble {
    animation: nxeFootprintBubbleIn 5.2s cubic-bezier(.22,.8,.22,1) both;
  }

  .modal-backdrop[data-modal-key="footprint"] .profile-panel-left::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: -86px;
    bottom: -42px;
    width: 310px;
    height: 600px;
    pointer-events: none;
    background: url("assets/simo-moto-fullbody.webp") 50% 100% / contain no-repeat;
    opacity: .29;
    filter: saturate(.78) brightness(.75);
  }

  .modal-backdrop[data-modal-key="footprint"] .modal-avatar-showcase {
    display: none !important;
  }
}

/* Logos archive and paired identity cards */
.nxe-footprint-visual--logo-pair {
  position: relative;
  min-height: 285px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #0b171d;
}

.nxe-logo-pair-item {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 30px 20px 48px;
  background:
    radial-gradient(circle at 50% 38%, rgba(190,233,43,.10), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.01));
}

.nxe-logo-pair-item + .nxe-logo-pair-item {
  border-left: 1px solid rgba(255,255,255,.10);
}

.nxe-logo-pair-item img {
  width: min(92%, 285px);
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,.30));
}

.nxe-logo-pair-item small {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: rgba(255,255,255,.52);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-align: center;
}

.nxe-footprint-visual--logo-pair.is-culture .nxe-logo-pair-item:first-of-type {
  background: linear-gradient(145deg, #30241f, #17120f);
}

.nxe-footprint-visual--logo-pair.is-culture .nxe-logo-pair-item:last-of-type {
  background: linear-gradient(145deg, #f1e8df, #cbb9aa);
}

.nxe-footprint-visual--logo-pair.is-graphite .nxe-logo-pair-item {
  background: linear-gradient(145deg, #2a3338, #121719);
}

.nxe-footprint-visual--logo-pair.is-studio .nxe-logo-pair-item:first-of-type {
  background: linear-gradient(145deg, #1b1b18, #070706);
}

.nxe-footprint-visual--logo-pair.is-studio .nxe-logo-pair-item:last-of-type {
  background: linear-gradient(145deg, #3b342d, #171513);
}

@media (max-width: 760px) {
  .nxe-footprint-visual--logo-pair {
    min-height: 250px;
  }

  .nxe-logo-pair-item {
    padding: 24px 12px 42px;
  }

  .nxe-logo-pair-item img {
    width: 94%;
    max-height: 125px;
  }
}

/* Supplied identity artwork readability */
.nxe-footprint-visual--logo-pair.is-archive .nxe-logo-pair-item:first-of-type {
  background: linear-gradient(145deg, #f5f6f7, #d8dfe3);
}

.nxe-footprint-visual--logo-pair.is-archive .nxe-logo-pair-item:first-of-type small,
.nxe-footprint-visual--logo-pair.is-studio .nxe-logo-pair-item:last-of-type small {
  color: rgba(18,31,38,.48);
}

.nxe-footprint-visual--logo-pair.is-studio .nxe-logo-pair-item:last-of-type {
  background: linear-gradient(145deg, #f5f4f0, #d9dddc);
}

/* Print archive artwork */
.nxe-footprint-visual--print-art {
  padding: 16px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.08), transparent 42%),
    linear-gradient(145deg, #172b32, #07161c);
}

.nxe-footprint-visual--print-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0,0,0,.35));
}

.nxe-footprint-visual--print-art span {
  position: absolute;
  z-index: 3;
  left: 16px;
  bottom: 14px;
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(3,14,18,.72);
  box-shadow: 0 8px 18px rgba(0,0,0,.28);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

/* Universal NXE asset viewer — authoritative v338 implementation */
.nxe-footprint-visual.is-viewable-asset,
.nxe-footprint-visual--print-art {
  appearance: none;
  width: 100%;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: zoom-in;
}

.nxe-footprint-visual.is-viewable-asset > i:last-child,
.nxe-footprint-visual--print-art > i:last-child {
  position: absolute;
  z-index: 12;
  right: 14px;
  bottom: 13px;
  padding: 5px 9px;
  border: 1px solid rgba(216,255,108,.28);
  border-radius: 999px;
  color: rgba(233,255,179,.88);
  background: rgba(3,14,18,.78);
  box-shadow: 0 8px 20px rgba(0,0,0,.24);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .13em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.16,1,.3,1);
  pointer-events: none;
}

.nxe-footprint-card.is-active .nxe-footprint-visual.is-viewable-asset:hover > i:last-child,
.nxe-footprint-card.is-active .nxe-footprint-visual.is-viewable-asset:focus-visible > i:last-child,
.nxe-footprint-card.is-active .nxe-footprint-visual--print-art:hover > i:last-child,
.nxe-footprint-card.is-active .nxe-footprint-visual--print-art:focus-visible > i:last-child {
  opacity: 1;
  transform: translateY(0);
}

.nxe-footprint-card.is-active .nxe-footprint-visual.is-viewable-asset:focus-visible,
.nxe-footprint-card.is-active .nxe-footprint-visual--print-art:focus-visible {
  outline: 2px solid rgba(204,255,70,.72);
  outline-offset: -2px;
}

/* Adjacent cards are full-card navigation targets, not asset-viewer buttons. */
.nxe-footprint-card:not(.is-active) [data-footprint-asset-open] {
  cursor: pointer;
}

.nxe-footprint-card:not(.is-active) [data-footprint-asset-open] > i:last-child {
  display: none;
}

html.has-nxe-asset-viewer,
html.has-nxe-asset-viewer body { overflow: hidden !important; }

.nxe-asset-viewer {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  perspective: 1500px;
  transition: opacity 260ms ease, visibility 0s linear 420ms;
}
.nxe-asset-viewer.is-open { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
.nxe-asset-viewer-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 38%, rgba(194,238,48,.16), transparent 30%),
    radial-gradient(circle at 24% 62%, rgba(47,168,217,.13), transparent 34%),
    rgba(1,8,12,.84);
  backdrop-filter: blur(18px) saturate(.76);
  -webkit-backdrop-filter: blur(18px) saturate(.76);
}
.nxe-asset-viewer-shell {
  position: relative;
  z-index: 2;
  width: min(1540px, calc(100vw - 36px));
  height: min(920px, calc(100vh - 36px));
  max-height: calc(100dvh - 36px);
  min-height: 560px;
  display: grid;
  grid-template-rows: 98px minmax(0,1fr) 48px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(30,57,66,.95), rgba(3,15,21,.97)),
    radial-gradient(circle at 55% 0, rgba(207,255,73,.12), transparent 34%);
  box-shadow: 0 48px 120px rgba(0,0,0,.66), 0 0 0 1px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.18);
  opacity: 0;
  transform: translate3d(0,42px,-160px) rotateX(5deg) scale(.91);
  transform-origin: 50% 74%;
  transition: opacity 260ms ease, transform 640ms cubic-bezier(.16,1,.3,1);
}
.nxe-asset-viewer.is-open .nxe-asset-viewer-shell { opacity: 1; transform: translate3d(0,0,0) rotateX(0) scale(1); }
.nxe-asset-viewer-shell::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(255,255,255,.09), transparent 17%, transparent 72%, rgba(255,255,255,.035)), repeating-linear-gradient(90deg, transparent 0 119px, rgba(255,255,255,.018) 120px);
}
.nxe-asset-viewer-orbit,
.nxe-asset-viewer-orbit i { position: absolute; border: 1px solid rgba(205,255,73,.10); border-radius: 50%; pointer-events: none; }
.nxe-asset-viewer-orbit { z-index: 0; right: -190px; bottom: -280px; width: 720px; height: 720px; box-shadow: 0 0 90px rgba(190,235,49,.06); animation: nxeAssetOrbit 18s linear infinite; }
.nxe-asset-viewer-orbit i { inset: 75px; }
.nxe-asset-viewer-orbit i:nth-child(2) { inset: 155px; opacity: .64; }
.nxe-asset-viewer-orbit i:nth-child(3) { inset: 240px; opacity: .36; }
@keyframes nxeAssetOrbit { to { transform: rotate(360deg); } }

.nxe-asset-viewer-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto auto;
  align-items: center;
  gap: 22px;
  padding: 18px 22px 15px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.055), transparent);
}
.nxe-asset-viewer-back,
.nxe-asset-viewer-close,
.nxe-asset-viewer-nav {
  appearance: none;
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.88);
  background: rgba(1,12,17,.56);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 10px 24px rgba(0,0,0,.22);
  cursor: pointer;
}
.nxe-asset-viewer-back { height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 0 15px 0 12px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.nxe-asset-viewer-back span { font-size: 21px; line-height: 1; transform: translateY(-1px); }
.nxe-asset-viewer-back:hover,
.nxe-asset-viewer-back:focus-visible,
.nxe-asset-viewer-nav:hover:not(:disabled),
.nxe-asset-viewer-nav:focus-visible:not(:disabled) { color: #f5ffdc; border-color: rgba(212,255,92,.48); background: linear-gradient(180deg, rgba(175,225,43,.72), rgba(79,130,11,.76)); }
.nxe-asset-viewer-heading { min-width: 0; }
.nxe-asset-viewer-heading small { display: block; margin-bottom: 4px; color: rgba(221,255,138,.62); font-size: 9px; font-weight: 950; letter-spacing: .14em; }
.nxe-asset-viewer-heading h2 { margin: 0; overflow: hidden; color: #fff; font-size: clamp(24px,3vw,42px); line-height: .95; font-weight: 430; letter-spacing: -.05em; white-space: nowrap; text-overflow: ellipsis; }
.nxe-asset-viewer-index { display: flex; align-items: baseline; gap: 5px; }
.nxe-asset-viewer-index strong { color: #c8f238; font-size: 28px; font-weight: 520; letter-spacing: -.06em; }
.nxe-asset-viewer-index span { color: rgba(255,255,255,.38); font-size: 13px; font-weight: 800; }
.nxe-asset-viewer-close { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; font-size: 27px; line-height: 1; }
.nxe-asset-viewer-close:hover,
.nxe-asset-viewer-close:focus-visible { transform: rotate(90deg); border-color: rgba(213,255,92,.52); }

.nxe-asset-viewer-stage {
  position: relative;
  z-index: 3;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: 62px minmax(0,1fr) 62px;
  align-items: center;
  gap: 18px;
  padding: 18px 24px 14px;
  overflow: hidden;
}
.nxe-asset-viewer-art { min-width: 0; min-height: 0; height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; gap: 12px; overflow: hidden; }
.nxe-asset-viewer-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 12px;
  background:
    linear-gradient(45deg, rgba(255,255,255,.025) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.025) 75%),
    linear-gradient(45deg, rgba(255,255,255,.025) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.025) 75%),
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.07), transparent 48%),
    rgba(0,6,9,.62);
  background-position: 0 0, 12px 12px, 0 0, 0 0;
  background-size: 24px 24px, 24px 24px, auto, auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 60px rgba(0,0,0,.38);
}
.nxe-asset-viewer-image-wrap::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(204,255,68,.10); border-radius: 8px; pointer-events: none; }
.nxe-asset-viewer-image-wrap img {
  position: absolute;
  inset: 18px;
  display: block;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 25px 34px rgba(0,0,0,.55));
  opacity: .4;
}
.nxe-asset-viewer.is-switching .nxe-asset-viewer-image-wrap img { animation: nxeAssetImageIn 480ms cubic-bezier(.16,1,.3,1) both; }
@keyframes nxeAssetImageIn { 0% { opacity: 0; transform: translate3d(34px,0,0) scale(.93); filter: blur(8px) drop-shadow(0 25px 34px rgba(0,0,0,.55)); } 100% { opacity: 1; transform: translate3d(0,0,0) scale(1); filter: blur(0) drop-shadow(0 25px 34px rgba(0,0,0,.55)); } }
.nxe-asset-viewer-art figcaption { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 38px; color: rgba(255,255,255,.64); }
.nxe-asset-viewer-art figcaption b { max-width: 820px; overflow: hidden; font-size: 12px; font-weight: 650; white-space: nowrap; text-overflow: ellipsis; }
.nxe-asset-viewer-art figcaption span { color: rgba(255,255,255,.32); font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.nxe-asset-viewer-nav { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; transition: transform 180ms ease, opacity 180ms ease, background 180ms ease; }
.nxe-asset-viewer-nav span { font-size: 34px; line-height: .8; transform: translateY(-2px); }
.nxe-asset-viewer-nav:hover:not(:disabled) { transform: scale(1.09); }
.nxe-asset-viewer-nav:disabled { opacity: .18; cursor: default; }
.nxe-asset-viewer-footer { position: relative; z-index: 4; display: flex; align-items: center; justify-content: center; gap: 8px; border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.38); background: rgba(0,7,10,.34); font-size: 9px; font-weight: 800; }
.nxe-asset-viewer-footer b { color: rgba(220,255,135,.76); }
.nxe-asset-viewer-footer i { color: rgba(255,255,255,.17); font-style: normal; }

@media (max-height:760px) and (min-width:761px) {
  .nxe-asset-viewer-shell { min-height: 0; grid-template-rows: 78px minmax(0,1fr) 38px; }
  .nxe-asset-viewer-header { padding-top: 10px; padding-bottom: 9px; }
  .nxe-asset-viewer-heading h2 { font-size: clamp(22px,2.5vw,34px); }
  .nxe-asset-viewer-stage { padding-top: 10px; padding-bottom: 8px; }
  .nxe-asset-viewer-art { gap: 6px; }
  .nxe-asset-viewer-art figcaption { min-height: 28px; }
}
@media (max-width:760px) {
  .nxe-asset-viewer { padding: 0; }
  .nxe-asset-viewer-shell { width: 100vw; height: 100dvh; max-height: 100dvh; min-height: 0; grid-template-rows: 82px minmax(0,1fr) 42px; border: 0; border-radius: 0; }
  .nxe-asset-viewer-header { grid-template-columns: minmax(0,1fr) auto auto; gap: 10px; padding: 12px 12px 10px; }
  .nxe-asset-viewer-back { display: none; }
  .nxe-asset-viewer-heading small { font-size: 8px; }
  .nxe-asset-viewer-heading h2 { font-size: 24px; }
  .nxe-asset-viewer-index strong { font-size: 22px; }
  .nxe-asset-viewer-close { width: 38px; height: 38px; }
  .nxe-asset-viewer-stage { grid-template-columns: 40px minmax(0,1fr) 40px; gap: 5px; padding: 10px 6px; }
  .nxe-asset-viewer-nav { width: 36px; height: 36px; }
  .nxe-asset-viewer-nav span { font-size: 27px; }
  .nxe-asset-viewer-image-wrap img { inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px); }
  .nxe-asset-viewer-art figcaption { padding: 0 7px; }
  .nxe-asset-viewer-art figcaption b { font-size: 10px; }
  .nxe-asset-viewer-art figcaption span { display: none; }
  .nxe-asset-viewer-footer { font-size: 8px; }
}
@media (prefers-reduced-motion:reduce) {
  .nxe-asset-viewer-shell,
  .nxe-asset-viewer-image-wrap img,
  .nxe-asset-viewer-orbit { animation: none !important; transition-duration: 1ms !important; }
}

/* Photography rectangular field */
.nxe-photo-gallery {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background:
    radial-gradient(circle at 48% 44%, rgba(188,235,48,.10), transparent 30%),
    linear-gradient(160deg, rgba(31,57,66,.91), rgba(4,15,21,.97));
  box-shadow: 0 34px 86px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.12);
}

.nxe-photo-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 86%);
}

.nxe-photo-gallery-header {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto;
  min-height: 110px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 28px;
  padding: 24px 26px 18px;
  background: linear-gradient(180deg, rgba(17,39,47,.96), rgba(17,39,47,.58), transparent);
  pointer-events: none;
}

.nxe-photo-gallery-header > * { pointer-events: auto; }
.nxe-photo-gallery-header > div:nth-child(2) span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,.48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
}
.nxe-photo-gallery-header h2 {
  margin: 0;
  color: white;
  font-size: clamp(31px, 3.4vw, 50px);
  font-weight: 430;
  line-height: .95;
  letter-spacing: -.055em;
}
.nxe-photo-gallery-count {
  display: flex;
  align-items: baseline;
  gap: 5px;
  padding-top: 8px;
  color: rgba(255,255,255,.43);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.nxe-photo-gallery-count strong {
  color: var(--footprint-lime);
  font-size: 29px;
  font-weight: 520;
  letter-spacing: -.05em;
}

.nxe-photo-gallery-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
}
.nxe-photo-gallery-viewport.is-dragging { cursor: grabbing; }

.nxe-photo-gallery-grid {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1510px;
  height: 650px;
  transform: translate3d(calc(-50% + var(--photo-x, 0px)), calc(-50% + var(--photo-y, 0px)), 0);
  transition: transform 560ms cubic-bezier(.16,1,.3,1);
  will-change: transform;
}
.nxe-photo-gallery-viewport.is-dragging .nxe-photo-gallery-grid,
.nxe-photo-gallery-grid.is-no-transition { transition: none; }

.nxe-photo-tile {
  position: absolute;
  left: var(--tile-x);
  top: var(--tile-y);
  width: var(--tile-w);
  height: var(--tile-h);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 13px;
  background: #071218;
  box-shadow: 0 22px 46px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.12);
  opacity: var(--photo-opacity, .8);
  transform: scale(var(--photo-scale, .9));
  transition: transform 360ms cubic-bezier(.16,1,.3,1), opacity 260ms ease, border-color 260ms ease, box-shadow 260ms ease, filter 260ms ease;
  transform-origin: center;
  cursor: pointer;
}
.nxe-photo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.13), transparent 28%, transparent 70%, rgba(189,233,43,.07));
  pointer-events: none;
}
.nxe-photo-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.88) brightness(.84);
  transition: transform 500ms cubic-bezier(.16,1,.3,1), filter 300ms ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.nxe-photo-tile span {
  position: absolute;
  z-index: 3;
  left: 12px;
  right: 12px;
  bottom: 11px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  padding: 10px 11px 9px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 9px;
  color: white;
  background: rgba(3,14,19,.68);
  backdrop-filter: blur(13px) saturate(1.2);
  box-shadow: 0 10px 22px rgba(0,0,0,.24);
  opacity: .35;
  transform: translateY(7px);
  transition: opacity 250ms ease, transform 320ms cubic-bezier(.16,1,.3,1);
}
.nxe-photo-tile span b { font-size: 14px; line-height: 1; letter-spacing: -.025em; }
.nxe-photo-tile span small { color: rgba(220,255,132,.72); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; text-align: right; }
.nxe-photo-tile:hover,
.nxe-photo-tile:focus-visible,
.nxe-photo-tile.is-nearest {
  z-index: 12;
  border-color: rgba(213,255,95,.78);
  box-shadow: 0 28px 60px rgba(0,0,0,.50), 0 0 0 2px rgba(190,235,43,.32), 0 0 34px rgba(190,235,43,.18);
  opacity: 1 !important;
}
.nxe-photo-tile:hover img,
.nxe-photo-tile:focus-visible img,
.nxe-photo-tile.is-nearest img { filter: saturate(1.04) brightness(.98); transform: scale(1.025); }
.nxe-photo-tile:hover span,
.nxe-photo-tile:focus-visible span,
.nxe-photo-tile.is-nearest span { opacity: 1; transform: translateY(0); }

.nxe-photo-gallery-reticle {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(207,255,78,.32);
  border-radius: 10px;
  box-shadow: 0 0 28px rgba(190,235,43,.12), inset 0 0 18px rgba(190,235,43,.06);
  transform: translate(-50%,-50%);
  pointer-events: none;
  opacity: .48;
}
.nxe-photo-gallery-reticle::before,
.nxe-photo-gallery-reticle::after {
  content: "";
  position: absolute;
  background: rgba(207,255,78,.42);
}
.nxe-photo-gallery-reticle::before { left: 50%; top: -8px; bottom: -8px; width: 1px; transform: translateX(-50%); }
.nxe-photo-gallery-reticle::after { top: 50%; left: -8px; right: -8px; height: 1px; transform: translateY(-50%); }

.nxe-photo-gallery-hint {
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(255,255,255,.46);
  background: rgba(3,13,18,.62);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
  pointer-events: none;
}
.nxe-photo-gallery-hint b { color: rgba(218,255,126,.85); }
.nxe-photo-gallery-hint i { margin: 0 8px; color: rgba(255,255,255,.18); font-style: normal; }

@media (max-width: 760px) {
  .nxe-photo-gallery-header { grid-template-columns: 1fr auto; gap: 12px; padding: 16px 15px; }
  .nxe-photo-gallery-header .nxe-footprint-back { grid-column: 1 / -1; width: max-content; }
  .nxe-photo-gallery-header h2 { font-size: 34px; }
  .nxe-photo-gallery-header > div:nth-child(2) span { max-width: 270px; }
  .nxe-photo-gallery-grid { transform: translate3d(calc(-50% + var(--photo-x, 0px)), calc(-50% + var(--photo-y, 0px)), 0) scale(.78); }
  .nxe-photo-gallery-hint { bottom: 12px; font-size: 9px; }
}

/* Web + UI — authoritative NXE Browser implementation */
.modal-backdrop[data-modal-key="footprint"].is-footprint-web-browser .modal-close { top: 18px !important; right: 18px !important; z-index: 80; }
.modal-backdrop[data-modal-key="footprint"].is-footprint-web-browser .nxe-web-browser-status { margin-right: 54px; }
.nxe-web-browser {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: radial-gradient(circle at 50% 46%, rgba(255,255,255,.18), transparent 30%), linear-gradient(180deg,#2e3338 0%,#20252a 45%,#757a80 61%,#1a1f24 100%);
  box-shadow: 0 34px 86px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.15);
  isolation: isolate;
}
.nxe-web-browser::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(115deg,transparent 0 43%,rgba(255,255,255,.05) 48%,transparent 54%),repeating-linear-gradient(90deg,rgba(255,255,255,.012) 0 1px,transparent 1px 5px); opacity:.72; }
.nxe-web-browser-topbar { position:relative; z-index:20; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:20px; min-height:80px; padding:14px 20px; border-bottom:1px solid rgba(255,255,255,.09); background:linear-gradient(180deg,rgba(29,52,59,.94),rgba(13,30,37,.90)); backdrop-filter:blur(18px); }
.nxe-web-browser-brand { min-width:0; }
.nxe-web-browser-brand span { display:block; color:#c8f145; font-size:10px; font-weight:900; letter-spacing:.14em; }
.nxe-web-browser-brand strong { display:block; margin-top:2px; color:#fff; font-size:30px; font-weight:430; letter-spacing:-.045em; }
.nxe-web-browser-status { display:flex; align-items:center; gap:8px; color:rgba(255,255,255,.52); font-size:10px; font-weight:800; text-transform:uppercase; }
.nxe-web-browser-status i { width:8px; height:8px; border-radius:50%; background:#bde92b; box-shadow:0 0 14px rgba(189,233,43,.75); }
.nxe-web-browser-controls { position:relative; z-index:19; display:grid; grid-template-columns:42px 42px 42px 42px minmax(180px,1fr) 42px; gap:7px; align-items:center; min-height:58px; padding:8px 14px; border-bottom:1px solid rgba(255,255,255,.08); background:rgba(3,14,19,.76); backdrop-filter:blur(16px); }
.nxe-web-browser-controls > button,
.nxe-web-browser-controls form button { height:39px; border:1px solid rgba(255,255,255,.12); border-radius:5px; color:#eef7e2; background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.025)); box-shadow:inset 0 1px 0 rgba(255,255,255,.12); font-size:20px; cursor:pointer; }
.nxe-web-browser-controls > button:hover:not(:disabled),
.nxe-web-browser-controls > button:focus-visible,
.nxe-web-browser-controls form button:hover,
.nxe-web-browser-controls form button:focus-visible { background:linear-gradient(180deg,#c8f35a,#72ad15); color:#183000; border-color:#e8ffac; }
.nxe-web-browser-controls > button:disabled { opacity:.22; cursor:default; }
.nxe-web-browser-controls form { display:grid; grid-template-columns:auto 1fr auto; align-items:center; height:39px; border:1px solid rgba(255,255,255,.13); border-radius:5px; background:rgba(238,244,241,.94); overflow:hidden; }
.nxe-web-browser-secure { margin-left:12px; color:#7db20f; font-size:9px; }
.nxe-web-browser-controls input { min-width:0; height:100%; border:0; outline:0; padding:0 10px; color:#243038; background:transparent; font:600 13px/1 system-ui,sans-serif; }
.nxe-web-browser-controls input.is-invalid { animation:nxeWebInvalid .42s ease; }
.nxe-web-browser-controls form button { width:48px; height:100%; border:0; border-left:1px solid rgba(0,0,0,.10); border-radius:0; color:#315400; background:linear-gradient(180deg,#d8fa76,#8ac31b); font-size:10px; font-weight:950; }
@keyframes nxeWebInvalid { 0%,100% { background:transparent; } 50% { background:rgba(222,64,64,.24); } }
.nxe-web-browser-screen { position:absolute; inset:139px 0 42px; overflow:hidden; }
.nxe-web-start { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-start; padding:24px 26px 42px; opacity:0; pointer-events:none; transform:translateX(-38px) scale(.985); transition:opacity .38s ease,transform .58s cubic-bezier(.16,1,.3,1); }
.nxe-web-start.is-active { opacity:1; pointer-events:auto; transform:none; }
.nxe-web-start-workspace { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:18px; min-height:0; flex:1; }
.nxe-web-start-main { min-width:0; min-height:0; display:flex; flex-direction:column; overflow:hidden; }
.nxe-web-start-heading { display:flex; align-items:baseline; gap:24px; margin:0 0 14px 8px; }
.nxe-web-start-heading span { color:#fff; font-size:38px; font-weight:300; letter-spacing:-.045em; }
.nxe-web-start-heading small { color:rgba(255,255,255,.34); font-size:14px; }
.nxe-web-tile-scroller { flex:1 1 auto; min-width:0; min-height:0; overflow-x:hidden; overflow-y:auto; padding:30px 18px 42px 10px; scroll-padding-block:30px 42px; scroll-behavior:smooth; scrollbar-gutter:stable; scrollbar-width:thin; scrollbar-color:rgba(196,239,59,.88) rgba(4,15,20,.5); }
.nxe-web-tile-scroller::-webkit-scrollbar { display:block; width:11px; height:0; }
.nxe-web-tile-scroller::-webkit-scrollbar-track { margin-block:12px; border-radius:999px; background:rgba(4,15,20,.5); box-shadow:inset 0 1px 2px rgba(0,0,0,.38); }
.nxe-web-tile-scroller::-webkit-scrollbar-thumb { min-height:58px; border:2px solid rgba(4,15,20,.5); border-radius:999px; background:linear-gradient(180deg,#d7ff75,#7eb51b); box-shadow:inset 0 1px 0 rgba(255,255,255,.48),0 0 12px rgba(190,239,64,.18); }
.nxe-web-tile-scroller::-webkit-scrollbar-thumb:hover { background:linear-gradient(180deg,#e4ff96,#92cb25); }
.nxe-web-metro-grid { display:grid; grid-template-columns:repeat(5,136px); grid-auto-rows:108px; gap:8px; width:max-content; min-width:100%; padding:0; margin:0; align-content:start; justify-content:start; }
.nxe-web-tile { position:relative; display:flex; align-items:flex-end; justify-content:flex-start; min-width:0; padding:14px; overflow:hidden; border:1px solid rgba(255,255,255,.11); border-radius:2px; color:#fff; text-align:left; background:#68bd16; box-shadow:inset 0 1px 0 rgba(255,255,255,.28),inset 0 -1px 0 rgba(0,0,0,.22),0 12px 22px rgba(0,0,0,.22); cursor:pointer; isolation:isolate; transform-origin:center; transition:transform .17s ease,filter .17s ease,border-color .17s ease; }
.nxe-web-tile::before { content:""; position:absolute; inset:0; z-index:1; background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.24),transparent 34%),linear-gradient(100deg,transparent 0 40%,rgba(255,255,255,.08) 50%,transparent 62%); opacity:.75; pointer-events:none; }
.nxe-web-tile::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(160deg,rgba(255,255,255,.18),transparent 38%,rgba(0,0,0,.22)); pointer-events:none; }
.nxe-web-tile img { position:absolute; z-index:2; inset:15px 15px auto auto; max-width:58%; max-height:49%; object-fit:contain; filter:drop-shadow(0 5px 8px rgba(0,0,0,.22)); }
.nxe-web-tile--wide img,
.nxe-web-tile--medium img { inset:18px 19px auto auto; max-width:58%; max-height:56%; }
.nxe-web-tile span { position:relative; z-index:2; display:block; }
.nxe-web-tile strong { display:block; font-size:19px; font-weight:500; letter-spacing:-.02em; }
.nxe-web-tile small { display:block; margin-top:2px; color:rgba(255,255,255,.72); font-size:10px; }
.nxe-web-tile--wide,
.nxe-web-tile--medium { grid-column:span 2; grid-row:span 2; }
.nxe-web-tile--small { grid-column:span 1; grid-row:span 1; }
.nxe-web-tile:hover,
.nxe-web-tile:focus-visible,
.nxe-web-tile.is-selected { z-index:6; transform:translateY(-3px) scale(1.025); filter:brightness(1.1) saturate(1.08); outline:3px solid rgba(255,255,255,.95); outline-offset:-3px; box-shadow:0 0 0 1px rgba(199,245,83,.9),0 0 34px rgba(172,226,42,.26),0 18px 34px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.42); }
.nxe-web-tile.is-tone-magenta{background:#b41486}.nxe-web-tile.is-tone-paper{background:#ebe9e1;color:#253038}.nxe-web-tile.is-tone-paper small{color:rgba(20,30,38,.6)}.nxe-web-tile.is-tone-red{background:#c52b25}.nxe-web-tile.is-tone-cyan{background:#118fa1}.nxe-web-tile.is-tone-lime{background:#6bbb17}.nxe-web-tile.is-tone-orange{background:#d36619}.nxe-web-tile.is-tone-blue{background:#315caa}.nxe-web-tile.is-tone-dark{background:#20262c}
.nxe-web-project-rail { position:relative; min-width:0; min-height:0; overflow:hidden; border:1px solid rgba(255,255,255,.13); border-radius:12px; background:linear-gradient(180deg,rgba(27,49,57,.94),rgba(6,20,27,.96)),radial-gradient(circle at 50% 0,rgba(199,243,75,.13),transparent 42%); box-shadow:0 24px 46px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.14); }
.nxe-web-project-rail::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(135deg,rgba(255,255,255,.09),transparent 30%); }
.nxe-web-rail-glow { position:absolute; right:-130px; bottom:-120px; width:360px; height:360px; border-radius:50%; background:radial-gradient(circle,rgba(185,235,48,.19),rgba(50,170,205,.07) 46%,transparent 70%); border:1px solid rgba(207,251,98,.11); }
.nxe-web-rail-copy { position:relative; z-index:3; padding:22px 22px 0; }
.nxe-web-rail-copy > span { color:#c9f34f; font-size:10px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.nxe-web-rail-copy h3 { margin:7px 0 10px; color:#fff; font-size:32px; line-height:.95; font-weight:430; letter-spacing:-.05em; }
.nxe-web-rail-copy p { margin:0; max-width:240px; color:rgba(255,255,255,.66); font-size:13px; line-height:1.48; }
.nxe-web-rail-meta { margin-top:16px; padding:10px 12px; border:1px solid rgba(255,255,255,.09); background:rgba(255,255,255,.045); }
.nxe-web-rail-meta b { display:block; color:rgba(255,255,255,.39); font-size:8px; letter-spacing:.14em; }
.nxe-web-rail-meta small { display:block; margin-top:4px; color:#e8f9c3; font-size:10px; }
.nxe-web-rail-url { margin-top:12px; color:rgba(255,255,255,.4); font-size:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.nxe-web-rail-avatar { position:absolute; z-index:2; right:-34px; bottom:-72px; width:270px; height:440px; pointer-events:none; }
.nxe-web-rail-avatar div { position:absolute; left:50%; bottom:58px; width:270px; height:270px; border-radius:50%; border:1px solid rgba(204,249,83,.14); background:radial-gradient(circle,rgba(189,235,48,.15),rgba(52,169,210,.05) 48%,transparent 70%); transform:translateX(-50%); }
.nxe-web-rail-avatar img { position:absolute; left:0; bottom:0; width:255px; max-width:none; filter:drop-shadow(0 24px 24px rgba(0,0,0,.38)); animation:nxeFootprintAvatarIdle 7.4s cubic-bezier(.45,0,.2,1) infinite; }
.nxe-web-rail-hint { position:absolute; z-index:4; left:20px; bottom:18px; color:rgba(255,255,255,.43); font-size:9px; font-weight:800; }
.nxe-web-rail-hint b { color:#d7fa75; }
.nxe-web-start-footer { margin:12px auto 0; color:rgba(255,255,255,.42); font-size:10px; font-weight:700; }
.nxe-web-start-footer b { color:#d5fa71; }.nxe-web-start-footer i { margin:0 8px; color:rgba(255,255,255,.18); font-style:normal; }
.nxe-web-frame-shell { position:absolute; inset:0; opacity:0; pointer-events:none; transform:translateX(45px) scale(.985); transition:opacity .35s ease,transform .55s cubic-bezier(.16,1,.3,1); background:#fff; }
.nxe-web-frame-shell.is-active { opacity:1; pointer-events:auto; transform:none; }
.nxe-web-frame-shell iframe { width:100%; height:100%; border:0; background:#fff; }
.nxe-web-frame-loader { position:absolute; z-index:4; inset:0; display:grid; place-content:center; gap:14px; color:rgba(255,255,255,.72); background:radial-gradient(circle,#31434a,#111a1f); opacity:0; pointer-events:none; transition:opacity .2s ease; }
.nxe-web-frame-loader.is-active { opacity:1; }
.nxe-web-frame-loader i { width:42px; height:42px; margin:auto; border:4px solid rgba(255,255,255,.14); border-top-color:#bde92b; border-radius:50%; animation:nxeWebSpin .9s linear infinite; }
@keyframes nxeWebSpin { to { transform:rotate(360deg); } }
.nxe-web-frame-fallback { position:absolute; z-index:5; left:50%; bottom:26px; display:grid; grid-template-columns:minmax(180px,1fr) auto auto; gap:10px; align-items:center; width:min(760px,calc(100% - 48px)); padding:14px 16px; border:1px solid rgba(255,255,255,.18); border-radius:8px; color:#fff; background:rgba(14,29,35,.95); box-shadow:0 15px 36px rgba(0,0,0,.32); opacity:0; pointer-events:none; transform:translate(-50%,16px); transition:.25s ease; }
.nxe-web-frame-shell.show-fallback .nxe-web-frame-fallback { opacity:1; pointer-events:auto; transform:translate(-50%,0); }
.nxe-web-frame-fallback > div { min-width:0; }.nxe-web-frame-fallback strong { display:block; font-size:12px; }.nxe-web-frame-fallback span { display:block; margin-top:3px; color:rgba(255,255,255,.58); font-size:10px; }.nxe-web-frame-fallback button { height:34px; padding:0 12px; border:1px solid rgba(218,255,112,.25); border-radius:4px; color:#eaffbd; background:rgba(116,167,20,.28); font-size:9px; font-weight:900; cursor:pointer; }.nxe-web-frame-fallback button:hover,.nxe-web-frame-fallback button:focus-visible { color:#193100; background:linear-gradient(180deg,#d8fb76,#84bb1a); }
.nxe-web-browser-footer { position:absolute; z-index:20; left:0; right:0; bottom:0; display:flex; justify-content:center; gap:24px; height:42px; align-items:center; color:rgba(255,255,255,.42); background:rgba(3,13,18,.84); border-top:1px solid rgba(255,255,255,.06); font-size:9px; font-weight:750; }
.nxe-web-browser-footer b { color:#d9ff75; }

@media (max-width:1100px) {
  .nxe-web-start-workspace { grid-template-columns:minmax(0,1fr) 250px; }
  .nxe-web-metro-grid { grid-template-columns:repeat(5,122px); grid-auto-rows:98px; }
  .nxe-web-project-rail { border-radius:10px; }
  .nxe-web-rail-copy h3 { font-size:26px; }
  .nxe-web-rail-copy p { font-size:11px; }
  .nxe-web-rail-avatar { right:-68px; opacity:.8; }
}
@media (max-width:900px) {
  .nxe-web-browser-topbar { grid-template-columns:1fr auto; gap:10px; min-height:92px; padding:12px; }
  .nxe-web-browser-topbar .nxe-footprint-back { grid-column:1/-1; }
  .nxe-web-browser-brand strong { font-size:24px; }
  .nxe-web-browser-controls { grid-template-columns:36px 36px 36px minmax(120px,1fr) 36px; }
  .nxe-web-browser-controls [data-web-reload] { display:none; }
  .nxe-web-browser-screen { inset:150px 0 38px; }
  .nxe-web-start { overflow:auto; }
  .nxe-web-start-workspace { grid-template-columns:1fr; }
  .nxe-web-project-rail { min-height:220px; }
  .nxe-web-rail-avatar { right:-20px; bottom:-130px; opacity:.5; }
  .nxe-web-tile-scroller { padding:26px 14px 38px 8px; }
  .nxe-web-metro-grid { grid-template-columns:repeat(5,112px); grid-auto-rows:90px; }
  .modal-backdrop[data-modal-key="footprint"].is-footprint-web-browser .nxe-web-browser-status { margin-right:48px; }
  .nxe-web-browser-footer { gap:12px; }
}
@media (max-width:560px) {
  .nxe-web-browser-controls { grid-template-columns:34px 34px 34px 1fr 34px; gap:4px; padding:6px; }
  .nxe-web-start { padding:14px 10px 38px; }
  .nxe-web-tile-scroller { padding:22px 10px 34px 6px; }
  .nxe-web-metro-grid { grid-template-columns:repeat(3,100px); grid-auto-rows:82px; }
  .nxe-web-tile strong { font-size:15px; }
  .nxe-web-tile small { font-size:9px; }
  .nxe-web-project-rail { min-height:190px; }
  .nxe-web-rail-copy { padding:16px; }
  .nxe-web-rail-copy h3 { font-size:23px; }
  .nxe-web-rail-copy p { max-width:65%; }
  .nxe-web-rail-meta { max-width:62%; }
  .nxe-web-rail-avatar { width:220px; right:-56px; }
  .nxe-web-rail-avatar img { width:210px; }
  .nxe-web-start-footer { text-align:center; }
  .nxe-web-browser-footer span:nth-child(2),
  .nxe-web-browser-footer span:nth-child(3) { display:none; }
  .nxe-web-frame-fallback { grid-template-columns:1fr; align-items:stretch; bottom:12px; }
}

/* Socials / Assets archive */
.nxe-footprint-visual--social-asset {
  appearance: none;
  width: 100%;
  min-height: 304px;
  padding: 18px;
  border: 0;
  color: inherit;
  cursor: zoom-in;
  background:
    radial-gradient(circle at 18% 12%, rgba(206,255,76,.11), transparent 31%),
    radial-gradient(circle at 82% 74%, rgba(73,179,219,.12), transparent 38%),
    linear-gradient(145deg, #152b33, #07161c 72%);
}

.nxe-social-asset-grid {
  position: absolute;
  inset: 0;
  opacity: .26;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
}

.nxe-footprint-visual--social-asset img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 278px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.34));
  transform: translateZ(0) scale(.985);
  transition: transform 360ms cubic-bezier(.16,1,.3,1), filter 260ms ease;
}

.nxe-footprint-visual--social-asset small {
  position: absolute;
  z-index: 8;
  left: 15px;
  bottom: 13px;
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(3,14,18,.76);
  box-shadow: 0 8px 18px rgba(0,0,0,.24);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.nxe-footprint-card.is-active .nxe-footprint-visual--social-asset:hover img,
.nxe-footprint-card.is-active .nxe-footprint-visual--social-asset:focus-visible img {
  transform: translateZ(0) scale(1.015);
  filter: drop-shadow(0 22px 28px rgba(0,0,0,.42)) saturate(1.04);
}

.nxe-footprint-card.is-active .nxe-footprint-visual--social-asset:hover,
.nxe-footprint-card.is-active .nxe-footprint-visual--social-asset:focus-visible {
  background:
    radial-gradient(circle at 18% 12%, rgba(206,255,76,.17), transparent 31%),
    radial-gradient(circle at 82% 74%, rgba(73,179,219,.17), transparent 38%),
    linear-gradient(145deg, #19333c, #07161c 72%);
}

@media (max-width: 760px) {
  .nxe-footprint-visual--social-asset {
    min-height: 252px;
    padding: 13px;
  }

  .nxe-footprint-visual--social-asset img {
    max-height: 228px;
  }
}

/* v339 media delivery states — no layout redesign. */
.nxe-asset-viewer-media-status {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(213,255,92,.22);
  border-radius: 999px;
  color: rgba(242,255,208,.84);
  background: rgba(2,13,18,.74);
  box-shadow: 0 12px 30px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 240ms cubic-bezier(.16,1,.3,1), border-color 180ms ease;
}
.nxe-asset-viewer-media-status i {
  width: 9px;
  height: 9px;
  border: 2px solid rgba(213,255,92,.22);
  border-top-color: #d5ff5c;
  border-radius: 50%;
  animation: nxeMediaSpin 760ms linear infinite;
}
.nxe-asset-viewer.is-media-loading .nxe-asset-viewer-media-status,
.nxe-asset-viewer.is-media-error .nxe-asset-viewer-media-status {
  opacity: 1;
  transform: translate(-50%, 0);
}
.nxe-asset-viewer.is-media-error .nxe-asset-viewer-media-status {
  border-color: rgba(255,190,89,.28);
  color: rgba(255,226,178,.88);
}
.nxe-asset-viewer.is-media-error .nxe-asset-viewer-media-status i {
  border-color: rgba(255,190,89,.26);
  border-top-color: #ffbe59;
  animation: none;
}
.nxe-asset-viewer.is-media-ready .nxe-asset-viewer-media-status { opacity: 0; transform: translate(-50%, -6px); }
@keyframes nxeMediaSpin { to { transform: rotate(360deg); } }

@media (max-width:760px) {
  .nxe-asset-viewer-media-status { bottom: 16px; max-width: calc(100% - 36px); }
}

@media (prefers-reduced-motion:reduce) {
  .nxe-asset-viewer-media-status i { animation: none !important; }
}
