.vnow {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  padding: .875rem 1.125rem; border-radius: var(--r-3);
  border: 1px solid rgba(63, 217, 164, .28);
  background: linear-gradient(180deg, rgba(4, 32, 24, .32) 0%, rgba(1, 12, 26, .8) 100%);
}
.vnow__i {
  flex: none; width: 40px; height: 40px; border-radius: 9px; display: grid; place-items: center;
  background: var(--ink-2); border: 1px solid var(--hair); color: var(--up);
}
.vnow__i svg { width: 21px; height: 21px; }
.vnow__t { flex: 1; min-width: 0; }
.vnow__k {
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-3);
}
.vnow__v { margin-top: .15rem; font-family: var(--mono); font-size: 1.0625rem; font-weight: 700; color: var(--text); }
.vfam { margin-top: var(--s-5); }
.vfam__hd { display: flex; align-items: baseline; gap: .75rem; flex-wrap: wrap; margin-bottom: .875rem; }
.vfam__t {
  font-family: var(--mono); font-size: .75rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-2);
}
.vfam__d { font-size: .8125rem; color: var(--text-3); }
.vfam__d b { color: var(--text-2); font-weight: 600; }
.vgrid {
  display: grid; gap: .625rem;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
}
.hexc {
  --hw: 78px;
  --hh: calc(var(--hw) * 1.1547);
  position: relative; isolation: isolate;
  display: grid; gap: .375rem .75rem; align-content: start;
  grid-template-columns: repeat(auto-fill, minmax(304px, 1fr));
  margin-top: 1.5rem; padding-block: .25rem;
  padding-inline: 8px;
}
.hexc__i {
  display: flex; align-items: center; gap: .7rem; text-align: left;
  padding: 0; border: 0; background: none; cursor: pointer; min-width: 0;
}
.hexc__i:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 3px; }
.hexc__hex {
  position: relative; flex: none;
  width: var(--hw); height: var(--hh);
  display: grid; place-items: center; align-content: center; gap: .1rem;
  padding: .3rem .35rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #1d3350;
  background: color-mix(in srgb, var(--ring, var(--ion)) 46%, #04101f);
  transition: filter var(--t) var(--ease), transform .3s var(--spring);
}
.hexc__hex::before {
  content: ""; position: absolute; inset: 2px; z-index: 0;
  clip-path: inherit;
  background: linear-gradient(165deg, rgba(3, 22, 48, .96) 0%, var(--ink-2) 72%);
  transition: background var(--t) var(--ease);
}
.hexc__hex > * { position: relative; z-index: 1; }
.hexc__img {
  width: 42px; max-width: none; height: auto; object-fit: contain;
  transition: transform var(--t) var(--spring);
}
.hexc__n {
  font-family: var(--display); font-size: .5625rem; font-weight: 700;
  line-height: 1.1; color: #f2f6fb; max-width: 94%; text-align: center;
  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.hexc__i:hover .hexc__hex {
  transform: scale(1.06);
  filter: brightness(1.2) drop-shadow(0 0 15px var(--ring, var(--ion)));
}
.hexc__tx { min-width: 0; display: flex; flex-direction: column; gap: .2rem; }
.hexc__p {
  font-size: .8125rem; line-height: 1.35; color: var(--text-3);
  transition: color var(--t) var(--ease);
}
.hexc__i:hover .hexc__p { color: var(--text-2); }
.hexc__b {
  align-self: flex-start;
  padding: .06rem .4rem; border-radius: 3px; white-space: nowrap;
  font-family: var(--mono); font-size: .5rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: #7defc4; background: rgba(63,217,164,.18); border: 1px solid rgba(63,217,164,.45);
}
.hexc__i.is-pick .hexc__hex::before { background: linear-gradient(165deg, #06305e 0%, #04203f 72%); }
.hexc__i.is-pick .hexc__p { color: var(--text-2); }
.hexc.is-zoom .hexc__i {
  pointer-events: none;
  opacity: 0; transform: translate(calc(var(--fx, 0px) * -.24), calc(var(--fy, 0px) * -.24)) scale(.9);
  transition: opacity .28s var(--ease) var(--dz, 0ms),
              transform .4s cubic-bezier(.5, -.2, .7, .5) var(--dz, 0ms);
}
.hexc.is-zoom .hexc__i.is-live {
  pointer-events: none; opacity: 1; transform: none; z-index: 4;
}
.hexc.is-zoom .hexc__i.is-live .hexc__hex { pointer-events: auto; }
.hexc.is-zoom .hexc__i.is-live .hexc__tx {
  opacity: 0; transition: opacity .2s var(--ease);
}
.hexc.is-zoom .hexc__i.is-live .hexc__hex {
  transform-origin: 0 0;
  transform: translate(var(--px, 0px), var(--py, 0px)) scale(var(--ps, 1));
  transition: transform .58s cubic-bezier(.22, .92, .28, 1);
  filter: drop-shadow(0 0 26px var(--ring, var(--ion)));
}
.hexc.is-zoom .hexc__i.is-live .hexc__hex::before {
  background: linear-gradient(165deg, #062a54 0%, #02132a 72%);
}
.hexc.is-zoom .hexc__i.is-live .hexc__n { opacity: 0; }
.hexc.is-zoom .hexc__i.is-live .hexc__img { width: 76%; max-width: none; }
.hexc.is-zoom .hexleg { opacity: 0; pointer-events: none; transition: opacity .2s var(--ease); }
.vhead {
  display: flex; align-items: center; gap: 1rem 1.5rem; flex-wrap: wrap;
  margin-bottom: 2.25rem;
}
.vhead .ptitle { margin: 0; }
.vhead__q { margin-left: auto; display: flex; align-items: center; gap: .5rem; }
.vhead__q .inp { min-width: 220px; max-width: 320px; min-height: 38px; }
.vnow { margin-bottom: var(--s-5); }
#sm-packs { margin-top: var(--s-5); }
@media (max-width: 720px) {
  .vhead__q { margin-left: 0; width: 100%; }
  .vhead__q .inp { flex: 1 1 auto; max-width: none; min-width: 0; }
}
.hexv {
  position: absolute; inset: 0; z-index: 3;
  display: none; flex-direction: column;
  padding: 0 0 .5rem;
}
.hexc.is-zoom .hexv { display: flex; }
.hexv::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  right: 0; bottom: 0; width: min(42%, 460px); aspect-ratio: 1;
  background: var(--mark, none) right bottom / contain no-repeat;
  opacity: .05;
}
.hexv__hd {
  display: flex; align-items: center; gap: .75rem; flex-wrap: wrap;
  padding-bottom: .75rem;
}
.hexv__slot { flex: none; width: 54px; height: calc(54px * 1.1547); }
.hexv__back, .hexv__t, .hexv__q, .hexvar {
  opacity: 0; transform: translateY(-9px);
  animation: hexvin .42s var(--ease-out) .3s forwards;
}
.hexvar { animation-delay: .36s; }
.hexv__t { animation-delay: .4s; }
.hexv__q { animation-delay: .46s; }
.hexv__back {
  display: inline-flex; align-items: center; gap: .4rem; flex: none;
  padding: .4rem .75rem; border: 1px solid var(--hair); border-radius: 3px;
  background: rgba(6, 20, 40, .72); cursor: pointer;
  font-family: var(--mono); font-size: .6875rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: var(--text-2);
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease);
}
.hexv__back:hover { border-color: var(--ion); color: #fff; }
.hexv__back svg { width: 13px; height: 13px; }
.hexv__t {
  font-family: var(--display); font-size: 1.0625rem; font-weight: 700;
  color: #fff; line-height: 1.2;
}
.hexv__t small {
  display: block; font-family: var(--mono); font-size: .6875rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--text-3);
}
.hexv__q {
  margin-left: auto; min-width: 140px; max-width: 210px; flex: 1 1 140px;
  padding: .42rem .7rem; border: 1px solid var(--hair); border-radius: 3px;
  background: rgba(2, 12, 26, .78); color: var(--text);
  font-family: var(--mono); font-size: .75rem;
}
.hexv__q:focus { outline: 0; border-color: var(--ion); }
.hexvar { display: flex; align-items: center; gap: .3rem; flex: none; margin-left: -.45rem; }
.hexvar__i {
  position: relative; flex: none; width: 54px; height: calc(54px * 1.1547);
  display: block; padding: 0; border: 0; cursor: pointer;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #46586c; opacity: .55;
  transition: background var(--t) var(--ease), opacity var(--t) var(--ease),
              filter var(--t) var(--ease), transform .28s var(--spring);
}
.hexvar__i::before {
  content: ""; position: absolute; inset: 2px; z-index: 0; clip-path: inherit;
  background: linear-gradient(165deg, rgba(3, 22, 48, .96) 0%, var(--ink-2) 72%);
}
.hexvar__i::after {
  content: ""; position: absolute; inset: 2px; z-index: 1; clip-path: inherit;
  background: var(--ico, none) center / 62% no-repeat;
}
.hexvar__i:hover { opacity: .85; filter: brightness(1.15); }
.hexvar__i:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.hexvar__i.is-on {
  background: var(--ring, var(--ion)); opacity: 1;
  filter: drop-shadow(0 0 16px var(--ring, var(--ion)));
}
.hexvar__i.is-on::before { background: linear-gradient(165deg, #062a54 0%, #02132a 72%); }
.hexc.is-zoom .hexc__i.is-live.is-var-off .hexc__hex { opacity: .55; filter: none; }
.hexv__g {
  flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain;
  display: grid; gap: .5rem; align-content: start;
  grid-template-columns: repeat(auto-fill, minmax(218px, 1fr));
  padding: .25rem .25rem .25rem .625rem;
}
.hexv__i {
  display: flex; align-items: center; gap: .65rem; text-align: left;
  padding: 0; border: 0; background: none; cursor: pointer; min-width: 0;
  opacity: 0; transform: translateY(20px) scale(.94);
  transition: opacity .44s var(--ease) var(--sd, 0ms),
              transform .44s cubic-bezier(.18, .86, .3, 1) var(--sd, 0ms);
}
.hexv__g.is-in .hexv__i { opacity: 1; transform: none; }
.hexv__g.is-done .hexv__i { transition-delay: 0s; }
.hexv__i:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 3px; }
.hexv__h {
  position: relative; flex: none;
  width: 56px; height: calc(56px * 1.1547);
  display: grid; place-items: center; padding: 3px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #24384f;
  transition: transform .28s var(--spring), filter var(--t) var(--ease),
              background var(--t) var(--ease);
}
.hexv__h::before {
  content: ""; position: absolute; inset: 2px; clip-path: inherit;
  background: linear-gradient(165deg, #062442 0%, #03152c 72%);
  transition: background var(--t) var(--ease);
}
.hexv__h img {
  position: absolute; z-index: 1; inset: 2px;
  width: calc(100% - 4px); height: calc(100% - 4px);
  object-fit: cover;
  clip-path: inherit;
}
.hexv__g .hexv__i:hover .hexv__h {
  transform: scale(1.1); background: var(--ring, var(--ion));
  filter: brightness(1.15) drop-shadow(0 0 15px var(--ring, var(--ion)));
}
.hexv__g .hexv__i.is-on .hexv__h {
  transform: scale(1.16); background: var(--ion-light);
  filter: drop-shadow(0 0 18px var(--ion));
}
.hexv__g .hexv__i.is-on .hexv__h::before { background: linear-gradient(165deg, #1d7df5 0%, #0a4a9e 72%); }
.hexv__tx { min-width: 0; display: flex; flex-direction: column; gap: .1rem; }
.hexv__n {
  font-family: var(--display); font-size: .8125rem; font-weight: 700;
  color: #cfe0f2; line-height: 1.2;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hexv__v {
  font-family: var(--mono); font-size: .8125rem; font-weight: 700;
  letter-spacing: .02em; color: #f2f8ff; line-height: 1.25;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hexv__g .hexv__i.is-on .hexv__n { color: var(--ion-text); }
.hexv__g .hexv__i.is-on .hexv__v { color: #fff; }
.hexv__i--last .hexv__h {
  background: #a9d6ff;
  background: color-mix(in srgb, var(--ring, var(--ion)) 38%, #ffffff);
  filter: drop-shadow(0 0 13px var(--ring, var(--ion)));
}
.hexv__i--last .hexv__h::before { background: linear-gradient(165deg, #0e427a 0%, #072240 72%); }
.hexv__i--last .hexv__v { color: #ffffff; }
.hexv__g--flow {
  flex: none; overflow: visible; max-height: none;
  margin-top: 1.25rem; padding-left: 10px;
}
.hexv__none, .hexv__more {
  grid-column: 1 / -1; padding: .75rem; text-align: center;
  font-size: .8125rem; color: var(--text-3);
}
@keyframes hexvin { to { opacity: 1; transform: none; } }
.hexleg {
  grid-column: 1 / -1;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: .5rem 1.25rem; margin-top: 2.25rem; list-style: none;
}
.hexleg li {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--mono); font-size: .6875rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--text-3);
}
.hexleg i {
  width: 13px; height: 15px; flex: none; display: block;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--ring);
}
@media (prefers-reduced-motion: reduce) {
  .hexc.is-zoom .hexc__i { transition: none; }
  .hexv__i { opacity: 1; transform: none; transition: none; }
}
@media (max-width: 720px) {
  .hexc { --hw: 70px; grid-template-columns: 1fr; margin-top: 1rem; }
  .hexc__n { font-size: .625rem; }
  .hexv { position: static; padding-top: .5rem; }
  .hexv__hd { gap: .5rem; }
  .hexv__back { padding: .4rem .5rem; gap: 0; font-size: 0; }
  .hexv__back svg { width: 16px; height: 16px; }
  .hexv__t { font-size: .9375rem; }
  .hexv__q { max-width: none; }
  .hexv__slot { display: none; }
  .hexvar { margin-left: 0; }
  .hexvar__i { width: 46px; height: calc(46px * 1.1547); }
  .hexv__g { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); max-height: 62vh; }
  .hexc.is-zoom .hexc__i { display: none; }
}
.packres {
  display: grid; gap: .5rem;
  grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
  max-height: 62vh; overflow-y: auto; padding: .25rem .25rem 1rem;
}
.plug {
  display: flex; flex-direction: row; align-items: center;
  gap: .7rem; text-align: left;
  padding: .55rem .7rem; border-radius: var(--r-2); cursor: pointer;
  border: 1px solid var(--hair-soft); background: rgba(2, 16, 36, .5);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.plug:hover { border-color: var(--ion); background: rgba(29, 125, 245, .1); }
.plug:focus-visible { outline: 2px solid #67baff; outline-offset: 2px; }
.plug.is-on { border-color: var(--ion); background: rgba(29, 125, 245, .16); box-shadow: 0 0 0 1px rgba(29,125,245,.3); }
.packres .plug__img {
  flex: none; width: 40px; height: 40px; border-radius: 8px; object-fit: contain;
  background: var(--ink-2); border: 1px solid var(--hair-soft); padding: 3px;
  filter: none;
}
.packres .plug:hover .plug__img { transform: none; }
.plug .plug__t { min-width: 0; flex: 1; }
.plug .plug__n {
  font-size: .8125rem; font-weight: 700; color: #f2f6fb; line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.plug .plug__v {
  display: block; margin-top: .15rem;
  font-family: var(--mono); font-size: .6875rem; font-weight: 600;
  letter-spacing: .04em; color: var(--ion-text);
}
.plug:hover .plug__n { color: #ffffff; }
.vbar {
  position: sticky; bottom: 0; z-index: 3;
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  margin-top: var(--s-4);
  padding: .875rem 1.125rem; border-radius: var(--r-3);
  border: 1px solid var(--hair);
  background: rgba(1, 10, 24, .96);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 -10px 30px -18px rgba(0, 0, 0, .9);
}
.vbar__k {
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-3);
}
.vbar__v { margin-top: .1rem; font-size: .9375rem; font-weight: 600; color: var(--text); }
.vbar__v.is-empty { color: var(--text-3); font-weight: 400; }
.vbar__a { margin-left: auto; display: flex; gap: .625rem; align-items: center; flex-wrap: wrap; }
.vbar__n { font-size: .75rem; color: var(--text-3); max-width: 34ch; }
.vbar--ver {
  border-color: rgba(63, 217, 164, .28);
  background: linear-gradient(180deg, rgba(4, 32, 24, .96) 0%, rgba(1, 12, 26, .98) 100%);
}
@media (max-width: 700px) {
  .packres { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); max-height: none; }
  .vbar__a { margin-left: 0; width: 100%; }
}
.hexq { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; flex-wrap: wrap; }
.hexq__f { position: relative; flex: 0 1 420px; min-width: 240px; }
.hexq__f > svg {
  position: absolute; left: .875rem; top: 50%; margin-top: -8px;
  width: 16px; height: 16px; color: var(--text-3); pointer-events: none;
  transition: color var(--t-fast) var(--ease);
}
.hexq__f:focus-within > svg { color: var(--ion-text); }
.hexq .inp { width: 100%; padding-left: 2.5rem; }
.hexq .inp::-webkit-search-cancel-button { -webkit-appearance: none; }
