.ac-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; align-items: stretch; }
.ac-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border-radius: 22px;
  background: var(--navy-700);
  box-shadow: inset 0 0 0 1px var(--navy-600);
  overflow: hidden;
}
.ac-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  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);
}
.ac-card:hover::after { opacity: 1; }
.ac-card--balance { grid-column: span 2; background: linear-gradient(160deg, rgba(0, 81, 255, .24) 0%, var(--navy-700) 60%); box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .34); }
.ac-balance { font-family: var(--font-display); font-size: clamp(38px, calc(38px + 14 * (100vw - 375px) / 1065), 52px); font-weight: 500; line-height: 1; letter-spacing: -.02em; color: var(--white); font-variant-numeric: tabular-nums; }
.ac-balance small { font-size: .5em; color: var(--periwinkle); }
.ac-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 8px; }
.ac-facts { display: grid; gap: 10px; margin: 0; }
.ac-facts div { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 10px; box-shadow: inset 0 -1px 0 var(--navy-600); }
.ac-facts div:last-child { padding-bottom: 0; box-shadow: none; }
.ac-facts dt { font-size: 13px; color: var(--periwinkle); }
.ac-facts dd { margin: 0; font-size: 15px; font-weight: 500; color: var(--white); text-align: right; overflow-wrap: anywhere; }
.ac-ton { display: inline-flex; justify-content: flex-end; align-items: center; gap: 8px; font-size: 15px; font-weight: 500; color: var(--white); }
.ac-ton code { font-size: 13px; color: var(--periwinkle); }
.ac-ton__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 10px rgba(0, 81, 255, .7); }
.ac-note { font-size: 14px; line-height: 1.45; color: var(--periwinkle); }
.ac-links { display: flex; flex-direction: column; gap: 4px; }
.ac-links a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; margin: 0 -12px; border-radius: 10px; color: var(--periwinkle); font-size: 15px; font-weight: 500; transition: background-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out); }
.ac-links a:hover { background: rgba(255, 255, 255, .05); color: var(--white); }
.ac-links svg { width: 18px; height: 18px; flex: none; color: var(--blue-light); }
.ac-h2 { margin: 0; font-family: var(--font-display); font-size: 28px; font-weight: 500; line-height: 1.1; color: var(--white); }
.ac-qr { display: grid; place-items: center; min-height: 200px; padding: 12px; border-radius: 16px; background: var(--white); }
.ac-qr img { max-width: 260px; height: auto; }
.hs-date { display: flex; align-items: center; gap: 8px; margin-top: 6px; font-size: 13px; color: var(--periwinkle); }
.hs-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--slate); }
.pc-cart__thumb--ic { color: var(--blue-light); }
.pc-cart__thumb--ic svg { width: 24px; height: 24px; }
.pc-cart__row.is-new { box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .5); background: rgba(0, 81, 255, .08); }
@media (max-width: 640px) {
  .ac-card--balance { grid-column: auto; }
  .ac-card__actions .pc-btn { flex: 1 1 100%; }
}
.ac-card--sec { gap: 14px; }
.ac-flash { margin: 0; padding: 10px 14px; border-radius: 12px; font-size: 14px; }
.ac-flash.is-ok { color: #8cffc1; background: rgba(60, 200, 120, .12); box-shadow: inset 0 0 0 1px rgba(60, 200, 120, .35); }
.ac-flash.is-err { color: #ffb4bb; background: rgba(255, 90, 106, .12); box-shadow: inset 0 0 0 1px rgba(255, 90, 106, .35); }
.ac-sec__row { display: flex; align-items: center; gap: 12px; }
.ac-sec__row > div { display: flex; flex-direction: column; gap: 3px; }
.ac-sec__row b { font-size: 15px; font-weight: 500; }
.ac-sec__row span { font-size: 13px; color: var(--periwinkle); }
.ac-sec__dot { flex: none; width: 10px; height: 10px; border-radius: 50%; background: var(--navy-500); }
.ac-sec__dot.is-on { background: #3ddc84; box-shadow: 0 0 10px rgba(61, 220, 132, .7); }
.ac-qr { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-start; }
.ac-qr img { flex: none; width: 180px; height: 180px; padding: 8px; border-radius: 14px; background: var(--white); }
.ac-qr__body { flex: 1 1 200px; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.ac-qr__body p { margin: 0; font-size: 14px; line-height: 1.45; color: var(--periwinkle); }
.ac-qr__secret { display: block; padding: 8px 10px; border-radius: 10px; font-size: 12px; letter-spacing: .08em; word-break: break-all; background: var(--navy-800); box-shadow: inset 0 0 0 1px var(--navy-600); }
