.pc-body { overflow-x: clip; }

.pc-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(20px, calc(20px + 16 * (100vw - 375px) / 1065), 36px) 20px 80px;
  display: flex;
  flex-direction: column;
  gap: clamp(22px, calc(22px + 12 * (100vw - 375px) / 1065), 34px);
}

.pc-hsearch { position: relative; display: flex; align-items: center; width: clamp(180px, 19vw, 280px); margin-right: 4px; }
.pc-hsearch__ic { position: absolute; left: 12px; width: 17px; height: 17px; color: var(--slate); pointer-events: none; transition: color var(--dur) var(--ease-out); }
.pc-hsearch:focus-within .pc-hsearch__ic { color: var(--blue-light); }
.pc-hsearch input {
  width: 100%;
  height: 38px;
  padding: 0 40px 0 37px;
  border: 0;
  border-radius: 10px;
  background: var(--navy-900);
  box-shadow: inset 0 0 0 1px var(--navy-600);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 14px;
  transition: box-shadow var(--dur) var(--ease-out);
}
.pc-hsearch input::placeholder { color: var(--slate); }
.pc-hsearch input:hover { box-shadow: inset 0 0 0 1px var(--navy-500); }
.pc-hsearch input:focus { outline: none; box-shadow: inset 0 0 0 1px var(--blue), 0 0 0 3px rgba(0, 81, 255, .16); }
.pc-hsearch__go {
  position: absolute;
  right: 4px;
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: var(--periwinkle);
  transition: color var(--dur) var(--ease-out), background-color var(--dur) var(--ease-out);
}
.pc-hsearch__go svg { width: 16px; height: 16px; }
.pc-hsearch__go:hover { color: var(--white); background: rgba(255, 255, 255, .07); }

.pc-login { cursor: pointer; }
.pc-login .pf9-balance__val { white-space: nowrap; }
.pc-user { margin-left: 2px; }
.pc-user__btn { padding: 6px 8px; gap: 6px; }
.pc-avatar {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(180deg, var(--blue-light), var(--blue));
  color: var(--white);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(0, 81, 255, .55);
}
.pc-drop__menu { min-width: 250px; }
.pc-drop__menu--right { left: auto; right: 0; transform: translateY(-6px) scale(.97); }
.pc-drop__menu--right::before { left: auto; right: 16px; transform: rotate(45deg); }
.pf9-drop.is-open .pc-drop__menu--right { transform: translateY(0) scale(1); }
.pc-drop__who {
  padding: 6px 12px 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc-drop__logout { color: #FF8A80; }
.pc-drop__logout:hover { color: #FF8A80; background: rgba(214, 69, 69, .12); }
.pc-drop__logout .pf9-drop__ic { background: rgba(214, 69, 69, .12); box-shadow: inset 0 0 0 1px rgba(214, 69, 69, .3); color: #FF8A80; }
.pf9-nav .pf9-navitem > .pf9-ic { display: block; }

.pc-mlogin { width: 100%; text-align: left; cursor: pointer; }
.pc-msearch { display: flex; gap: 8px; margin-bottom: 14px; }
.pc-msearch .pc-btn { flex: none; width: 50px; padding: 0; }
.pc-mlink--sep { margin-top: 6px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08); border-radius: 0 0 10px 10px; padding-top: 16px; }

.pc-banner {
  border-radius: 22px;
  overflow: hidden;
  background: var(--navy-800);
  box-shadow: inset 0 0 0 1px var(--navy-600);
}
.pc-banner img { width: 100%; height: auto; aspect-ratio: 1200 / 180; object-fit: cover; }

.pc-cats {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  padding: 2px;
  margin: -2px;
}
.pc-cats::-webkit-scrollbar { display: none; }
.pc-cat {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 15px;
  border-radius: 11px;
  box-shadow: inset 0 0 0 1px var(--navy-500);
  color: var(--periwinkle);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  scroll-snap-align: start;
  transition: color var(--dur) var(--ease-out), background-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.pc-cat svg { width: 17px; height: 17px; flex: none; }
.pc-cat:hover { color: var(--white); background: rgba(66, 126, 255, .1); box-shadow: inset 0 0 0 1px var(--blue); }
.pc-cat.is-active { color: var(--blue-light); background: rgba(0, 81, 255, .16); box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .5); }

.pc-sec { display: flex; flex-direction: column; gap: 24px; }

.pc-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.pc-head__text { min-width: 0; display: flex; flex-direction: column; }
.pc-eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.pc-title {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, calc(30px + 18 * (100vw - 375px) / 1065), 48px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: var(--track-display);
  background-image: var(--grad-title);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.pc-crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 12px; font-size: 14px; color: var(--muted); }
.pc-crumbs a { color: var(--periwinkle); transition: color var(--dur) var(--ease-out); }
.pc-crumbs a:hover { color: var(--white); }
.pc-crumbs__sep { width: 3px; height: 3px; border-radius: 50%; background: var(--slate); }
.pc-head__side { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.pc-count {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 9px 20px 9px 10px;
  border-radius: 16px;
  background: var(--navy-800);
  box-shadow: inset 0 0 0 1px var(--navy-600);
  color: var(--periwinkle);
  white-space: nowrap;
}
.pc-count__ic {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: rgba(0, 81, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .3);
  color: var(--blue-light);
}
.pc-count__ic svg { width: 19px; height: 19px; }
.pc-count__txt b {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
.pc-count__txt > span { display: block; margin-top: 4px; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

.pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 0 12px 0 12px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: border-radius var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), background-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out);
}
.pc-btn svg { width: 16px; height: 16px; flex: none; transition: transform var(--dur) var(--ease-out); }
.pc-btn > span { overflow: hidden; text-overflow: ellipsis; }
.pc-btn--white { background: var(--white); color: var(--blue); }
.pc-btn--blue { background: var(--blue); color: var(--white); }
.pc-btn--ghost { background: transparent; box-shadow: inset 0 0 0 1px var(--navy-500); color: var(--periwinkle); border-radius: 11px; }
.pc-btn--sm { height: 38px; padding: 0 14px; }
.pc-btn--lg { height: 50px; padding: 0 24px; }
.pc-btn--block { width: 100%; }
.pc-btn--white:hover, .pc-btn--blue:hover { border-radius: 12px 0 12px 0; transform: translateY(-2px); }
.pc-btn--white:hover { box-shadow: 0 12px 28px rgba(255, 255, 255, .18); }
.pc-btn--blue:hover { box-shadow: var(--shadow-cta); }
.pc-btn--white:hover svg, .pc-btn--blue:hover svg { transform: translateX(3px); }
.pc-btn--ghost:hover { color: var(--white); background: rgba(66, 126, 255, .1); box-shadow: inset 0 0 0 1px var(--blue); }
.pc-btn:active { transform: translateY(0) scale(.98); box-shadow: none; }

.pc-tools__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 18px;
  background: var(--navy-800);
  box-shadow: inset 0 0 0 1px var(--navy-600);
}
.pc-field { position: relative; display: flex; align-items: center; min-width: 0; }
.pc-field--grow { flex: 1 1 240px; }
.pc-field--select { flex: 0 1 250px; }
.pc-field > svg { position: absolute; left: 16px; width: 18px; height: 18px; color: var(--slate); pointer-events: none; transition: color var(--dur) var(--ease-out); }
.pc-field:focus-within > svg { color: var(--blue-light); }
.pc-field input, .pc-field select {
  width: 100%;
  height: 50px;
  padding: 0 16px 0 48px;
  border: 0;
  border-radius: 13px;
  background: var(--navy-900);
  box-shadow: inset 0 0 0 1px transparent;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  color-scheme: dark;
  transition: box-shadow var(--dur) var(--ease-out);
}
.pc-field input::placeholder { color: var(--slate); opacity: 1; }
.pc-field input:hover, .pc-field select:hover { box-shadow: inset 0 0 0 1px var(--navy-600); }
.pc-field input:focus, .pc-field select:focus { outline: none; box-shadow: inset 0 0 0 1px var(--blue), 0 0 0 3px rgba(0, 81, 255, .16); }
.pc-field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px;
  cursor: pointer;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2393AADB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 14px;
}
.pc-field select:focus { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23427EFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>"); }
.pc-field select option { background: var(--navy-800); color: var(--white); }
.pc-field input:-webkit-autofill, .pc-field input:-webkit-autofill:hover, .pc-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--white);
  caret-color: var(--white);
  box-shadow: 0 0 0 1000px var(--navy-900) inset, 0 0 0 1px var(--navy-600) inset;
  transition: background-color 9999s ease-in-out 0s;
}

.pc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); gap: 18px; align-items: stretch; }
.pc-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  background: var(--navy-700);
  box-shadow: inset 0 0 0 1px var(--navy-600);
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.pc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 50%), rgba(66, 126, 255, .16), transparent 60%);
  transition: opacity var(--dur) var(--ease-out);
}
.pc-card:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--navy-500), var(--shadow-card); }
.pc-card:hover::after { opacity: 1; }
.pc-card__media {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1 / 1;
  background: radial-gradient(140% 130% at 50% 0%, rgba(0, 81, 255, .12), transparent 72%);
}
.pc-card__img {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 8px 22px rgba(3, 9, 24, .55));
  transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.pc-card__img--2 { opacity: 0; }
.pc-card:hover .pc-card__img--1 { opacity: 0; }
.pc-card:hover .pc-card__img--2 { opacity: 1; }
.pc-card:hover .pc-card__media img { transform: scale(1.02); }
.pc-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  padding: 16px 18px 18px;
  box-shadow: inset 0 1px 0 var(--navy-600);
}
.pc-card__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--white);
  overflow-wrap: anywhere;
  text-wrap: pretty;
}
.pc-card__name a { transition: color var(--dur) var(--ease-out); }
.pc-card__name a:hover { color: var(--blue-light); }
.pc-card__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.pc-price { display: inline-flex; align-items: baseline; gap: 3px; padding: 8px 12px; border-radius: 30px; background: #1B3467; }
.pc-price__unit { font-size: 15px; line-height: 1; color: var(--periwinkle); }
.pc-price__amount { font-family: var(--font-body); font-size: 20px; font-weight: 500; line-height: 1; color: var(--white); font-variant-numeric: tabular-nums; }

.pc-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 64px 24px;
  text-align: center;
  border-radius: 22px;
  background: var(--navy-800);
  box-shadow: inset 0 0 0 1px var(--navy-600);
  color: var(--periwinkle);
}
.pc-empty__ic {
  display: grid;
  place-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(0, 81, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .3);
  color: var(--blue-light);
}
.pc-empty__ic svg { width: 24px; height: 24px; }
.pc-empty p { font-size: 16px; }
.pc-more { display: flex; justify-content: center; margin-top: 6px; }

.pc-about {
  border-radius: var(--radius-card);
  background: var(--navy-800);
  box-shadow: inset 0 0 0 1px var(--navy-600);
  padding: 0 clamp(18px, calc(18px + 8 * (100vw - 375px) / 1065), 26px);
}
.pc-about summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--white);
}
.pc-about summary::-webkit-details-marker { display: none; }
.pc-about summary svg { width: 16px; height: 16px; flex: none; color: var(--blue-light); transition: transform var(--dur) var(--ease-out); }
.pc-about[open] summary svg { transform: rotate(180deg); }
.pc-about__body { display: grid; gap: 12px; padding: 2px 0 24px; max-width: 72ch; font-size: 15px; line-height: 1.5; color: var(--periwinkle); }
.pc-about__body h3 { margin-top: 8px; font-family: var(--font-display); font-size: 16px; font-weight: 500; color: var(--white); }

.pc-foot { display: flex; flex-direction: column; }
.pc-foot__wordmark { width: 100%; height: auto; }
.pc-foot__inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--pad-footer);
  padding: var(--pad-footer);
  padding-bottom: max(var(--pad-footer), env(safe-area-inset-bottom));
}
.pc-foot__brand { flex: 0 1 667px; display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.pc-foot__logo { height: 39px; width: auto; }
.pc-foot__about { font-size: var(--fs-lead); line-height: 1.388889; color: var(--white); text-wrap: pretty; }
.pc-foot__copy { font-size: var(--fs-lead); line-height: 1.388889; color: var(--periwinkle); }
.pc-foot__col { flex: 1 1 180px; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.pc-foot__col h2 { font-family: var(--font-body); font-weight: 400; font-size: var(--fs-lead); line-height: 1.388889; color: var(--white); }
.pc-foot__col ul { display: flex; flex-direction: column; gap: 12px; }
.pc-foot__col a { display: block; width: fit-content; line-height: 1; color: var(--periwinkle); transition: color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out); }
.pc-foot__col a:hover { color: var(--white); transform: translateX(3px); }

.pc-modal { position: fixed; inset: 0; z-index: 1000; }
.pc-modal__scrim { position: absolute; inset: 0; background: rgba(3, 9, 24, .74); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.pc-modal__card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(410px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  overflow-y: auto;
  padding: 28px 26px 24px;
  border-radius: 22px;
  background: var(--navy-800);
  box-shadow: inset 0 0 0 1px var(--navy-600), 0 40px 90px rgba(3, 9, 24, .7);
}
.pc-modal__handle { display: none; }
.pc-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: inset 0 0 0 1px var(--navy-500);
  color: var(--periwinkle);
  transition: color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), background-color var(--dur) var(--ease-out);
}
.pc-modal__close svg { width: 17px; height: 17px; }
.pc-modal__close:hover { color: var(--white); background: rgba(66, 126, 255, .1); box-shadow: inset 0 0 0 1px var(--blue); }
.pc-modal__ic {
  display: grid;
  place-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(0, 81, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .3);
  color: var(--blue-light);
}
.pc-modal__ic svg { width: 24px; height: 24px; }
.pc-modal__title { margin: 0 0 20px; font-family: var(--font-display); font-size: 22px; font-weight: 500; line-height: 1.1; color: var(--white); }
.pc-form { display: flex; flex-direction: column; gap: 10px; }
.pc-form .pc-field input { box-shadow: inset 0 0 0 1px var(--navy-600); }
.pc-form .pc-btn { margin-top: 8px; }
.pc-modal__links { display: flex; justify-content: center; margin-top: 18px; font-size: 14.5px; }
.pc-modal__links a { color: var(--blue-light); transition: color var(--dur) var(--ease-out); }
.pc-modal__links a:hover { color: var(--white); }

@media (min-width: 900px) {
  .pc-cats { flex-wrap: wrap; overflow: visible; }
}
@media (max-width: 1100px) {
  .pc-hsearch { width: clamp(150px, 16vw, 220px); }
}
@media (max-width: 1010px) {
  .pc-hsearch { display: none; }
}
@media (max-width: 720px) {
  .pc-tools__bar { flex-wrap: wrap; padding: 10px; gap: 10px; }
  .pc-field--grow, .pc-field--select { flex: 1 1 100%; }
  .pc-tools__bar .pc-btn { flex: 1 1 100%; }
  .pc-foot__inner { flex-direction: column; gap: 32px; }
  .pc-foot__brand { flex: 0 0 auto; }
}
@media (max-width: 640px) {
  .pc-banner { border-radius: 16px; }
  .pc-head__side { width: 100%; justify-content: space-between; }
  .pc-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
  .pc-card__body { padding: 14px 16px 16px; }
  .pc-card__img { inset: 12px; width: calc(100% - 24px); height: calc(100% - 24px); }
  .pc-card__name { font-size: 17px; }
}
@media (max-width: 560px) {
  .pc-modal { overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
  .pc-modal__scrim { position: fixed; }
  .pc-modal__card {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-height: none;
    transform: none;
    margin: 12px 12px calc(24px + env(safe-area-inset-bottom));
    border-radius: 22px;
    padding: 24px 20px 22px;
  }
  .pc-modal__close { top: 12px; right: 12px; }
}
@media (max-width: 440px) {
  .pc-grid { grid-template-columns: 1fr; }
  .pc-card__row { flex-wrap: wrap; }
  .pc-card__row .pc-btn { flex: 1 1 100%; }
  .pc-head__side .pc-btn { flex: 1 1 auto; }
}
@media (hover: none) {
  .pc-btn--white:hover, .pc-btn--blue:hover { transform: none; box-shadow: none; border-radius: 0 12px 0 12px; }
  .pc-btn--white:hover svg, .pc-btn--blue:hover svg { transform: none; }
  .pc-card:hover { transform: none; box-shadow: inset 0 0 0 1px var(--navy-600); }
  .pc-card:hover::after { opacity: 0; }
  .pc-card:hover .pc-card__img--1 { opacity: 1; }
  .pc-card:hover .pc-card__img--2 { opacity: 0; }
  .pc-card:hover .pc-card__media img { transform: none; }
  .pc-foot__col ul { gap: 0; }
  .pc-foot__col a { padding-block: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .pc-card, .pc-card::after, .pc-card__img, .pc-btn, .pc-btn svg, .pc-cat { transition: none; }
}

.pf9-badge[hidden] { display: none; }
.pf9-mlink .pf9-mcount {
  margin-left: auto;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.pf9-mgroup__btn .pf9-ic { width: 18px; height: 18px; color: var(--blue-light); opacity: .75; }
.pf9-mgroup__btn .pf9-mgroup__lab { flex: 1 1 auto; }
.pf9-mgroup.is-open .pf9-mgroup__items { max-height: 640px; }
.pc-add.is-added { background: transparent; color: var(--blue-light); box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .5); }
.pc-add.is-added:hover { transform: none; box-shadow: inset 0 0 0 1px var(--blue); background: rgba(66, 126, 255, .1); border-radius: 0 12px 0 12px; }
.pc-add.is-added:hover svg { transform: none; }
.pc-add:disabled { opacity: .6; pointer-events: none; }

.pc-iconbtn {
  display: grid;
  place-content: center;
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 11px;
  box-shadow: inset 0 0 0 1px var(--navy-500);
  color: var(--periwinkle);
  transition: color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), background-color var(--dur) var(--ease-out);
}
.pc-iconbtn svg { width: 17px; height: 17px; }
.pc-iconbtn:hover { color: #FF8A80; background: rgba(214, 69, 69, .12); box-shadow: inset 0 0 0 1px rgba(255, 138, 128, .34); }

.pc-cart { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; align-items: start; }
.pc-cart__list {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  background: var(--navy-700);
  box-shadow: inset 0 0 0 1px var(--navy-600);
  overflow: hidden;
}
.pc-cart__row { display: flex; align-items: center; gap: 16px; padding: 14px 18px; box-shadow: inset 0 1px 0 var(--navy-600); }
.pc-cart__row:first-child { box-shadow: none; }
.pc-cart__thumb {
  display: grid;
  place-content: center;
  width: 84px;
  height: 84px;
  flex: none;
  padding: 6px;
  border-radius: 12px;
  background: radial-gradient(140% 130% at 50% 0%, rgba(0, 81, 255, .12), transparent 72%);
  box-shadow: inset 0 0 0 1px var(--navy-600);
}
.pc-cart__thumb img { max-width: 72px; max-height: 72px; width: auto; height: auto; object-fit: contain; border-radius: 6px; filter: drop-shadow(0 6px 16px rgba(3, 9, 24, .55)); }
.pc-cart__info { min-width: 0; flex: 1 1 auto; }
.pc-cart__name { display: block; font-family: var(--font-display); font-size: 17px; font-weight: 500; line-height: 1.2; letter-spacing: -.02em; color: var(--white); overflow-wrap: anywhere; transition: color var(--dur) var(--ease-out); }
.pc-cart__name:hover { color: var(--blue-light); }
.pc-cart__remove { flex: none; }
.pc-cart__summary {
  position: sticky;
  top: calc(var(--pf9-header-h, 70px) + 16px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-radius: 22px;
  background: var(--navy-800);
  box-shadow: inset 0 0 0 1px var(--navy-600);
}
.pc-cart__line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 14px; color: var(--periwinkle); }
.pc-cart__line b { font-family: var(--font-display); font-size: 18px; font-weight: 500; color: var(--white); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.pc-cart__line--total { padding-top: 12px; box-shadow: inset 0 1px 0 var(--navy-600); }
.pc-cart__line--total b { font-size: 26px; }
.pc-cart__warn { font-size: 13.5px; line-height: 1.45; color: #FFD6A5; }
.pc-cart__summary form { display: block; margin-top: 4px; }

.pc-note {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 22px;
  background: var(--navy-800);
  box-shadow: inset 0 0 0 1px var(--navy-600);
}
.pc-note--ok { box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .4); }
.pc-note--warn { box-shadow: inset 0 0 0 1px rgba(255, 138, 128, .3); }
.pc-note__head { display: flex; align-items: flex-start; gap: 14px; }
.pc-note__head h2 { font-family: var(--font-display); font-size: 20px; font-weight: 500; line-height: 1.15; color: var(--white); }
.pc-note__head p { margin-top: 6px; font-size: 14px; line-height: 1.45; color: var(--periwinkle); }
.pc-note__ic { display: grid; place-content: center; width: 44px; height: 44px; flex: none; border-radius: 13px; background: rgba(0, 81, 255, .16); box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .3); color: var(--blue-light); }
.pc-note--warn .pc-note__ic { background: rgba(214, 69, 69, .12); box-shadow: inset 0 0 0 1px rgba(255, 138, 128, .34); color: #FF8A80; }
.pc-note__ic svg { width: 20px; height: 20px; }
.pc-note__list { display: flex; flex-direction: column; }
.pc-note__list li { display: flex; align-items: center; gap: 14px; padding: 12px 0; box-shadow: inset 0 1px 0 var(--navy-600); }
.pc-note__list li:first-child { box-shadow: none; }
.pc-note__name { flex: 1 1 auto; min-width: 0; font-size: 15px; font-weight: 500; color: var(--white); overflow-wrap: anywhere; }
.pc-note > .pc-btn { align-self: flex-start; }

@media (max-width: 900px) {
  .pc-cart { grid-template-columns: minmax(0, 1fr); }
  .pc-cart__summary { position: static; }
}
@media (max-width: 560px) {
  .pc-cart__row { flex-wrap: wrap; padding: 14px 16px; }
  .pc-cart__info { flex-basis: calc(100% - 100px); }
  .pc-cart__row .pc-price { margin-left: 100px; }
  .pc-cart__remove { margin-left: auto; }
  .pc-note__list li { flex-wrap: wrap; }
  .pc-note__list li .pc-btn { flex: 1 1 100%; }
}
.pc-body input:-webkit-autofill, .pc-body input:-webkit-autofill:hover, .pc-body input:-webkit-autofill:focus, .pc-body textarea:-webkit-autofill, .pc-body select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px var(--navy-900) inset; box-shadow: 0 0 0 1000px var(--navy-900) inset; -webkit-text-fill-color: var(--white); caret-color: var(--white); border-radius: inherit; transition: background-color 9999s ease-out 0s; }
.pc-wrap--narrow { max-width: 860px; }
.lg { display: grid; place-items: center; min-height: 60vh; }
.lg__card { width: 100%; max-width: 460px; display: flex; flex-direction: column; gap: 14px; padding: 30px 28px; border-radius: 24px; background: var(--navy-700); box-shadow: inset 0 0 0 1px var(--navy-600); }
.lg__title { margin: 0; font-family: var(--font-display); font-size: 30px; font-weight: 500; line-height: 1.1; letter-spacing: -.02em; color: var(--white); }
.lg__hint, .lg__note { margin: 0; font-size: 14px; line-height: 1.5; color: var(--periwinkle); }
.lg__tabs { display: flex; gap: 4px; padding: 4px; border-radius: 14px; background: var(--navy-900); box-shadow: inset 0 0 0 1px var(--navy-600); }
.lg__tab { flex: 1 1 0; height: 40px; border: 0; border-radius: 11px; background: transparent; color: var(--periwinkle); font: inherit; font-size: 14px; font-weight: 500; cursor: pointer; transition: background-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out); }
.lg__tab.is-active { background: var(--blue); color: var(--white); }
.lg__form { display: flex; flex-direction: column; gap: 12px; }
.lg__link { align-self: center; padding: 4px; border: 0; background: none; color: var(--blue-light); font: inherit; font-size: 14px; cursor: pointer; }
.lg__link:hover { color: var(--white); }
.tx { display: flex; flex-direction: column; gap: 16px; padding: 30px; border-radius: 24px; background: var(--navy-700); box-shadow: inset 0 0 0 1px var(--navy-600); font-size: 15px; line-height: 1.6; color: var(--periwinkle); }
.tx p { margin: 0; max-width: 72ch; }
.tx__lead { font-family: var(--font-display); font-size: 22px; line-height: 1.25; color: var(--white); }
.tx__strong { color: var(--white); font-weight: 500; }
.tx__strong a { color: var(--blue-light); }
.tx__list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: tx; }
.tx__list li { position: relative; max-width: 72ch; padding-left: 44px; counter-increment: tx; }
.tx__list li::before { content: counter(tx, decimal-leading-zero); position: absolute; left: 0; top: 2px; font-family: var(--font-display); font-size: 14px; font-weight: 500; color: var(--blue-light); }
.tx__foot { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 8px; }
.ct { display: flex; flex-direction: column; gap: 16px; }
.ct__card { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding: 26px; border-radius: 24px; background: linear-gradient(160deg, rgba(0, 81, 255, .22) 0%, var(--navy-700) 58%); box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .34); color: var(--white); transition: box-shadow var(--dur) var(--ease-out); }
.ct__card:hover { box-shadow: inset 0 0 0 1px var(--blue); }
.ct__ic { display: grid; flex: none; place-items: center; width: 60px; height: 60px; border-radius: 18px; background: var(--blue); color: var(--white); }
.ct__ic svg { width: 28px; height: 28px; }
.ct__body { display: flex; flex: 1 1 260px; flex-direction: column; gap: 4px; min-width: 0; }
.ct__name { font-family: var(--font-display); font-size: 22px; font-weight: 500; line-height: 1.1; }
.ct__val { font-size: 15px; font-weight: 500; color: var(--blue-light); }
.ct__note { font-size: 14px; line-height: 1.5; color: var(--periwinkle); }
.ct__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
.ct__fact { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px; border-radius: 18px; background: var(--navy-700); box-shadow: inset 0 0 0 1px var(--navy-600); }
.ct__fact b { font-size: 16px; font-weight: 500; color: var(--white); }
.hs-filter { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.hs-filter .pc-field { min-width: 240px; }
@media (max-width: 640px) {
  .lg__card, .tx { padding: 22px 18px; }
  .hs-filter, .hs-filter .pc-field { width: 100%; }
}
.gh-pages { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.gh-pages__btn svg { width: 14px; height: 14px; }
.gh-pages__btn--prev svg { transform: rotate(90deg); }
.gh-pages__btn--next svg { transform: rotate(-90deg); }
.gh-pages__btn.is-off { opacity: .4; pointer-events: none; }
.gh-pages__nums { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.gh-pages__num { display: grid; place-content: center; min-width: 38px; height: 38px; padding: 0 8px; border-radius: 11px; font-size: 14px; font-weight: 500; color: var(--periwinkle); box-shadow: inset 0 0 0 1px var(--navy-500); font-variant-numeric: tabular-nums; transition: color var(--dur) var(--ease-out), background-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.gh-pages__num:hover { color: var(--white); background: rgba(66, 126, 255, .1); box-shadow: inset 0 0 0 1px var(--blue); }
.gh-pages__num.is-cur { color: var(--white); background: var(--blue); box-shadow: none; }
.gh-pages__gap { min-width: 24px; text-align: center; color: var(--muted); }
.lg__form[hidden], .pc-body [hidden] { display: none !important; }
.pc-lb { position: fixed; inset: 0; z-index: 2147483600; display: none; align-items: center; justify-content: center; padding: 34px; background: rgba(3, 7, 11, .86); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.pc-lb.is-open { display: flex; }
.pc-lb__img { display: block; width: auto; height: auto; max-width: min(1200px, 96vw); max-height: 94vh; padding: 12px; border-radius: 12px; background: var(--white); box-shadow: 0 30px 90px rgba(0, 0, 0, .7); transition: opacity .2s; }
.pc-lb__x { position: absolute; top: 22px; right: 24px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16); color: var(--white); cursor: pointer; }
.pc-lb__x:hover { background: var(--blue); }
.pc-lb__x svg { width: 18px; height: 18px; }
.pc-zoomable { position: relative; cursor: zoom-in; }
.pc-zoomable__ic { position: absolute; right: 8px; bottom: 8px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(8, 12, 16, .6); color: var(--white); opacity: 0; transition: opacity var(--dur) var(--ease-out); pointer-events: none; }
.pc-zoomable__ic svg { width: 16px; height: 16px; }
.pc-zoomable:hover .pc-zoomable__ic { opacity: 1; }
@media (max-width: 640px) { .pc-lb { padding: 16px; } .pc-lb__x { top: 14px; right: 14px; } .pc-zoomable__ic { opacity: 1; } }
.pf9-supwrap { display: inline-flex; align-items: center; gap: 8px; }
.pf9-badge, .pf9-mcount { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: var(--blue); color: var(--white); font-size: 11px; font-weight: 600; font-style: normal; line-height: 1; }
.pf9-mlink .pf9-mcount { margin-left: auto; }
.lg__sub { margin: 0 0 6px; font-size: 14px; line-height: 1.5; color: var(--periwinkle); }
.lg__alt { margin: 14px 0 0; font-size: 13px; color: var(--periwinkle); }
.lg__alt a { color: var(--blue-light); }
.lg__err { margin: 0 0 10px; padding: 10px 14px; border-radius: 12px; font-size: 14px; color: #ffb4bb; background: rgba(255, 90, 106, .12); box-shadow: inset 0 0 0 1px rgba(255, 90, 106, .35); }
.pc-turnstile { min-height: 65px; margin: 4px 0; }
.pc-inline { display: contents; }
.pc-empty--page { padding: 56px 24px; }
.pc-empty__code { display: block; font-size: clamp(64px, 12vw, 120px); font-weight: 500; line-height: 1; letter-spacing: -.04em; color: var(--blue-light); opacity: .9; }
.pc-empty--page .pc-title { margin: 12px 0 8px; }
.pc-empty__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; }
.pc-modal__text { margin: -6px 0 22px; font-size: 15px; line-height: 1.5; color: var(--periwinkle); }
.pc-chk { position: relative; display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 4px; font-size: 13.5px; line-height: 1.45; color: var(--periwinkle); cursor: pointer; user-select: none; }
.pc-chk input { position: absolute; opacity: 0; width: 0; height: 0; }
.pc-chk i { flex: none; width: 20px; height: 20px; margin-top: 1px; border-radius: 6px; background: var(--navy-800); box-shadow: inset 0 0 0 1px var(--navy-500); display: grid; place-items: center; transition: background-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.pc-chk i::after { content: ""; width: 9px; height: 5px; border-left: 2px solid var(--white); border-bottom: 2px solid var(--white); transform: rotate(-45deg) translate(1px, -1px); opacity: 0; }
.pc-chk input:checked + i { background: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.pc-chk input:checked + i::after { opacity: 1; }
.pc-chk input:focus-visible + i { box-shadow: inset 0 0 0 1px var(--blue), 0 0 0 3px rgba(0, 81, 255, .18); }
.pc-chk.is-err i { box-shadow: inset 0 0 0 1px #ff5a6a, 0 0 0 3px rgba(255, 90, 106, .18); }
.pc-chk a { color: var(--blue-light); }
.pc-chk a:hover { color: var(--white); }
@media (max-width: 1360px) { .pf9-nav .pf9-drop[data-drop="2"] .pf9-caret, .pf9-nav .pf9-drop[data-drop="3"] .pf9-caret { display: none; } }
