/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
:root {
  --color-background: var(--vt-c-black);
  --color-background-soft: var(--vt-c-black-soft);
  --color-background-mute: var(--vt-c-black-mute);

  --color-border: var(--vt-c-divider-dark-2);
  --color-border-hover: var(--vt-c-divider-dark-1);

  --color-heading: var(--vt-c-text-dark-1);
  --color-text: var(--vt-c-text-dark-2);

  --section-gap: 160px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  background: var(--color-background);
}
body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition:
    color 0.5s,
    background-color 0.5s;
  line-height: 1.6;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._footer_1vt1j_2 {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #e0e0e0;
  padding: 3rem 0 1rem;
  margin-top: 128px;
  border-top: 1px solid #333;
}
._container_1vt1j_10 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}
._badgesContainer_1vt1j_19 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
._section_1vt1j_28 {
  display: flex;
  flex-direction: column;
}
._brand_1vt1j_33 {
  margin-bottom: 1rem;
}
._logo_1vt1j_37 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
._logoIcon_1vt1j_44 {
  font-size: 2rem;
}
._logoText_1vt1j_48 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
._copyright_1vt1j_54 {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin: 0;
}
._sectionTitle_1vt1j_60 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
._linkList_1vt1j_67 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._link_1vt1j_67 {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
._link_1vt1j_67:hover {
  color: #fff;
}
._socialLinks_1vt1j_87 {
  display: flex;
  gap: 1rem;
}
._socialLink_1vt1j_87 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 50%;
  color: #b0b0b0;
  transition: all 0.2s ease;
  text-decoration: none;
}
._socialLink_1vt1j_87:hover {
  background: #4285f4;
  color: #fff;
  transform: translateY(-2px);
}
._socialIcon_1vt1j_111 {
  width: 20px;
  height: 20px;
}
._trustSection_1vt1j_116 {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #333;
}
._trustBadges_1vt1j_123 {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
._trustBadge_1vt1j_123 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #a0a0a0;
  font-size: 0.9rem;
}
._trustIcon_1vt1j_138 {
  font-size: 1.2rem;
}
._trustText_1vt1j_142 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
._container_1vt1j_10 {
    grid-template-columns: 1fr;
    padding: 0 1rem;
    gap: 1.5rem;
}
._trustBadges_1vt1j_123 {
    gap: 1rem;
}
._trustBadge_1vt1j_123 {
    font-size: 0.8rem;
}
._socialLinks_1vt1j_87 {
    justify-content: center;
}
}

h1[data-v-45b082dd],
h2[data-v-45b082dd],
p[data-v-45b082dd] {
  color: #e0e0e0;
}
.product[data-v-45b082dd] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e0e0e0;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 100%;
  text-align: left;
}
.product[data-v-45b082dd]:hover {
  background: rgba(255, 255, 255, 0.15);
}
.upgrade-product[data-v-45b082dd] {
  padding: 8px 14px;
  background: #2ecc40;
  color: #fff;
  font-weight: bold;
  font-size: 0.95rem !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(46, 204, 64, 0.10);
  transition: background 0.2s;
  margin-bottom: 0;
}
.upgrade-product[data-v-45b082dd]:hover {
  background: #27ae60 !important;
}
.modal-backdrop[data-v-45b082dd] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal[data-v-45b082dd] {
  background: #181818;
  padding: 24px;
  border-radius: 10px;
  max-width: 90vw;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.product-cards[data-v-45b082dd] {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 24px 0;
  flex-wrap: wrap;
}
.product-cards.compact[data-v-45b082dd] {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 12px 0 8px 0;
}
.product-card[data-v-45b082dd] {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: inherit;
  background: #23272f;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  padding: 16px 12px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #2ecc40;
  transition: box-shadow 0.2s, border 0.2s, background 0.2s, filter 0.2s;
  cursor: pointer;
  outline: none;
  user-select: none;
  text-align: center;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product-card[data-v-45b082dd] * {
  font-family: inherit;
  color: inherit;
}
.product-card[data-v-45b082dd]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(0.2);
}
.product-card[data-v-45b082dd]:focus {
  box-shadow: 0 0 0 3px #2ecc40;
}
.product-card .card-cta[data-v-45b082dd] {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  background: #2ecc40;
  border-radius: 5px;
  padding: 6px 0;
  width: 100%;
  transition: background 0.2s;
}
.product-card.secondary .card-cta[data-v-45b082dd] {
  background: #3498db;
}
.product-card.primary[data-v-45b082dd] {
  border-color: #2ecc40;
  background: #23272f;
  box-shadow: 0 2px 12px rgba(46, 204, 64, 0.10);
}
.product-card.secondary[data-v-45b082dd] {
  border-color: #3498db;
  background: #232a36;
  opacity: 1;
  box-shadow: 0 1px 8px rgba(52, 152, 219, 0.10);
}
.product-card.secondary .product-name[data-v-45b082dd],
.product-card.secondary .product-price[data-v-45b082dd],
.product-card.secondary .product-benefit[data-v-45b082dd] {
  color: #b8d8f6;
}
.product-card[data-v-45b082dd]:hover:not(:disabled),
.product-card[data-v-45b082dd]:focus-visible:not(:disabled) {
  box-shadow: 0 4px 24px rgba(46, 204, 64, 0.18);
  border: 2px solid #27ae60;
  filter: brightness(1.05);
}
.product-name[data-v-45b082dd] {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 4px;
  font-weight: 600;
  text-align: center;
}
.product-price[data-v-45b082dd] {
  font-size: 1.1rem;
  color: #2ecc40;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.price-amount[data-v-45b082dd] {
  font-weight: bold;
  font-size: 1.3rem;
}
.price-currency[data-v-45b082dd] {
  font-size: 0.9rem;
  color: #fff;
}
.lifetime-label[data-v-45b082dd] {
  background: #2980b9;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 1px 6px;
  margin-left: 4px;
}
.product-benefit[data-v-45b082dd] {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-align: center;
}
.subscribe-btn[data-v-45b082dd] {
  padding: 8px 14px;
  background: #2ecc40;
  color: #fff;
  font-weight: bold;
  font-size: 0.95rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(46, 204, 64, 0.10);
  transition: background 0.2s;
  margin-bottom: 0;
}
.product-card.secondary .subscribe-btn[data-v-45b082dd] {
  background: #888;
  color: #fff;
}
.subscribe-btn[data-v-45b082dd]:hover {
  background: #27ae60;
}
.product-card.secondary .subscribe-btn[data-v-45b082dd]:hover {
  background: #aaa;
}
.modal-title[data-v-45b082dd] {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 8px;
  text-align: center;
}
.modal-desc[data-v-45b082dd] {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 16px;
  text-align: center;
}
.product button[data-v-45b082dd] {
  padding: 16px;
  background: #2ecc40;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  margin-top: 16px;
  border-radius: 4px !important;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(46, 204, 64, 0.15);
  transition: background 0.2s;
}
.product button[data-v-45b082dd]:hover {
  background: #27ae60;
}
.close-btn[data-v-45b082dd] {
  margin-top: 20px;
  background: #444;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 0.8rem;
  opacity: 0.8;
  transition: background 0.2s, opacity 0.2s;
}
.close-btn[data-v-45b082dd]:hover {
  background: #666;
  opacity: 1;
}
.spinner[data-v-45b082dd] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #4285f4;
  border-radius: 50%;
  animation: spin-45b082dd 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 8px;
}
@keyframes spin-45b082dd {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

._header_suoto_2 {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #e0e0e0;
  border-bottom: 1px solid #333;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
._container_suoto_12 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}
._brand_suoto_22 {
  cursor: pointer;
  transition: opacity 0.2s;
}
._brand_suoto_22:hover {
  opacity: 0.8;
}
._logo_suoto_31 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
._logoIcon_suoto_38 {
  display: flex;
  font-size: 2rem;
}
._logoText_suoto_43 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
._nav_suoto_49 {
  display: flex;
  align-items: center;
  gap: 2rem;
}
._navLink_suoto_55 {
  color: #b0b0b0;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  padding: 0.5rem 0;
}
._navLink_suoto_55:hover {
  color: #fff;
}
._userActions_suoto_67 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._loginButton_suoto_73 {
  background: #4285f4;
  color: white;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
._loginButton_suoto_73:hover {
  background: #3367d6;
}
._userMenu_suoto_89 {
  position: relative;
}
._userButton_suoto_93 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e0e0e0;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
}
._userButton_suoto_93:hover {
  background: rgba(255, 255, 255, 0.15);
}
._userIcon_suoto_110 {
  font-size: 1.2rem;
}
._userName_suoto_114 {
  font-weight: 500;
}
._dropdownIcon_suoto_118 {
  font-size: 0.8rem;
  transition: transform 0.2s;
}
._dropdownIcon_suoto_118._open_suoto_123 {
  transform: rotate(180deg);
}
._userDropdown_suoto_127 {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background: #1a1a2e;
  border: 1px solid #333;
  border-radius: 8px;
  min-width: 200px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
._userInfo_suoto_140 {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
}
._userEmail_suoto_145 {
  font-size: 0.9rem;
  color: #b0b0b0;
  margin-bottom: 0.3rem;
}
._subscriptionStatus_suoto_151 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #4285f4;
}
._divider_suoto_157 {
  border: none;
  border-top: 1px solid #333;
  margin: 0;
}
._dropdownItem_suoto_163 {
  width: 100%;
  padding: 0.8rem 1rem;
  background: none;
  border: none;
  color: #e0e0e0;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s;
}
._dropdownItem_suoto_163:hover {
  background: rgba(255, 255, 255, 0.1);
}
._upgradeItem_suoto_178 {
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  color: white;
  font-weight: 600;
}
._upgradeItem_suoto_178:hover {
  background: linear-gradient(45deg, #ff5252, #ff6b6b);
}
._menuButton_suoto_188 {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
._menuLine_suoto_198 {
  width: 24px;
  height: 2px;
  background: #e0e0e0;
  transition: all 0.3s;
  border-radius: 1px;
}
._menuButton_suoto_188._active_suoto_206 ._menuLine_suoto_198:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
._menuButton_suoto_188._active_suoto_206 ._menuLine_suoto_198:nth-child(2) {
  opacity: 0;
}
._menuButton_suoto_188._active_suoto_206 ._menuLine_suoto_198:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media screen and (max-width: 768px) {
._container_suoto_12 {
    padding: 0 1rem;
}
._nav_suoto_49 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1a1a2e;
    border-top: 1px solid #333;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
._navOpen_suoto_240 {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
._menuButton_suoto_188 {
    display: flex;
}
._logoText_suoto_43 {
    font-size: 1.2rem;
}
._userDropdown_suoto_127 {
    position: fixed;
    top: auto;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    width: auto;
    min-width: auto;
}
}

.login-wrapper[data-v-f14af03d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gsi-material-button[data-v-f14af03d] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #131314;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e3e3e3;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
  border-color: #8e918f;
}
.gsi-material-button .gsi-material-button-icon[data-v-f14af03d] {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}
.gsi-material-button .gsi-material-button-content-wrapper[data-v-f14af03d] {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.gsi-material-button .gsi-material-button-contents[data-v-f14af03d] {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.gsi-material-button .gsi-material-button-state[data-v-f14af03d] {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gsi-material-button[data-v-f14af03d]:disabled {
  cursor: default;
  background-color: #13131461;
  border-color: #8e918f1f;
}
.gsi-material-button:disabled .gsi-material-button-state[data-v-f14af03d] {
  background-color: #e3e3e31f;
}
.gsi-material-button:disabled .gsi-material-button-contents[data-v-f14af03d] {
  opacity: 38%;
}
.gsi-material-button:disabled .gsi-material-button-icon[data-v-f14af03d] {
  opacity: 38%;
}
.gsi-material-button:not(:disabled):active .gsi-material-button-state[data-v-f14af03d],
.gsi-material-button:not(:disabled):focus .gsi-material-button-state[data-v-f14af03d] {
  background-color: white;
  opacity: 12%;
}
.gsi-material-button[data-v-f14af03d]:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
.gsi-material-button:not(:disabled):hover .gsi-material-button-state[data-v-f14af03d] {
  background-color: white;
  opacity: 8%;
}

h1[data-v-92af4562] {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 24px;
  text-align: center;
}
.modal-backdrop[data-v-92af4562] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal[data-v-92af4562] {
  background: #181818;
  padding: 24px;
  border-radius: 10px;
  width: 400px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.close-btn[data-v-92af4562] {
  margin-top: 20px;
  background: #222;
  border: none;
  color: #fff;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 6px;
}
.close-btn[data-v-92af4562]:hover {
  background: #ddd;
}

#app {
  position: relative;
  min-height: calc(100vh -24px);
}

/* Make header fixed at the top */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: inherit;
}

._stampContainer_1y833_2 {
    transform: scale(1) !important;
}
._stamp_1y833_2 {
    position: absolute;
    bottom: 54.25%;
    right: 7%;
    height: 5%;
    object-fit: cover;
    z-index: 5;

    pointer-events: none;
}
._dragonFrontiersStamp_1y833_17 {
    right: 6%;
    height: 6%;
}
._teamRocketReturnsStamp_1y833_22 {
    height: 7%;
}
._legendMakerStamp_1y833_26 {
    height: 6%;
}
._powerKeepersStamp_1y833_30 {
    height: 8%;
}
._crystalGuardiansStamp_1y833_34 {
    height: 9%;
}

._reverseHoloLeft_1tcvs_2 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    pointer-events: none;
    z-index: 100;
}
._reverseHoloRight_1tcvs_13 {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 100;
}
._reverseHoloIcon_1tcvs_24 {
    font-size: 1.1rem;
    font-weight: bold;
    color: gold;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 0 6px;
    aspect-ratio: 1;
    margin: 4px;
}
@media screen and (max-width: 800px) {
._reverseHoloIcon_1tcvs_24 {
        font-size: 8px;
        margin: 2px;
}
}

/* Non-module styles that can be overridden */
.reverse-holo-icon {
    font-size: 1.1rem;
    font-weight: bold;
    color: gold;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 0 6px;
    aspect-ratio: 1;
    margin: 4px;
}
@media screen and (max-width: 800px) {
.reverse-holo-icon {
        font-size: 8px;
        margin: 2px;
}
}

._grid4_v6ax0_2._card_v6ax0_2 {
  width: min(calc(100vw / 4 - 52px), calc(100dvh / 2 * 0.7 - 60px));
}
._grid9_v6ax0_6._card_v6ax0_2 {
  width: min(calc(100vw / 6 - 48px), calc(100dvh / 3 * 0.71 - 40px));
}
._grid12_v6ax0_10._card_v6ax0_2 {
  width: min(calc(100vw / 8 - 44px), calc(100dvh / 3 * 0.71 - 40px));
}
._grid16_v6ax0_14._card_v6ax0_2 {
  width: min(calc(100vw / 8 - 44px), calc(100dvh / 4 * 0.71 - 40px));
}
@media screen and (max-height: 600px) {
._grid4_v6ax0_2._card_v6ax0_2 {
    width: calc(100vw / 4 - 52px);
}
._grid9_v6ax0_6._card_v6ax0_2 {
    width: calc(100vw / 6 - 44px);
}
._grid12_v6ax0_10._card_v6ax0_2 {
    width: calc(100vw / 8 - 44px);
}
._grid16_v6ax0_14._card_v6ax0_2 {
    width: calc(100vw / 8 - 44px);
}
}
@media screen and (max-width: 600px) {
._grid4_v6ax0_2._card_v6ax0_2 {
    width: calc(100vw / 4 - 26px);
}
._grid9_v6ax0_6._card_v6ax0_2 {
    width: calc(100vw / 6 - 22px);
}
._grid12_v6ax0_10._card_v6ax0_2 {
    width: calc(100vw / 8 - 20px);
}
._grid16_v6ax0_14._card_v6ax0_2 {
    width: calc(100vw / 8 - 20px);
}
}
._card_v6ax0_2 {
  max-width: 320px !important;
}
._card_v6ax0_2._selected_v6ax0_60 {
  z-index: 2;
}
._card_v6ax0_2 {
  position: relative;
  aspect-ratio: 7 / 9.89;
  overflow: visible;
  /* allow the sleeve to extend beyond */
  display: block;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer
}
._card_v6ax0_2 ._cardImage_v6ax0_78 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  z-index: 2;
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
@media screen and (max-width: 800px) {
._card_v6ax0_2 ._cardImage_v6ax0_78 {
    border-radius: 1px;
}
}
._cardImageImg_v6ax0_96 {
  width: 100%;
  height: 100%;
}
._stampContainer_v6ax0_101 {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._card_v6ax0_2._notCollected_v6ax0_110 ._cardImage_v6ax0_78:not(img),
._card_v6ax0_2._notCollected_v6ax0_110 ._stampContainer_v6ax0_101 {
  transform: scale(0.75);
}

/* Overlay sleeve */
._card_v6ax0_2._overlay_v6ax0_116::before,
._card_v6ax0_2._overlay_v6ax0_116._notCollected_v6ax0_110::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  backdrop-filter: blur(1px);
  pointer-events: none;
  z-index: 0;
}
._card_v6ax0_2._overlay_v6ax0_116::before {
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.3),
    inset 0 0 4px rgba(255, 255, 255, 0.05);
}
._cardTransitioning_v6ax0_135 ._card_v6ax0_2._overlay_v6ax0_116::before {
  z-index: 11 !important;
}
._card_v6ax0_2._overlay_v6ax0_116._notCollected_v6ax0_110::before {
  background: rgba(235, 9, 9, 0.09);
  box-shadow: 0 0 2px rgba(177, 14, 14, 0.1), 0 2px 6px rgba(193, 20, 20, 0.3),
    inset 0 0 4px rgba(238, 23, 23, 0.784);
}
._imagePlaceholder_v6ax0_145 {
  width: 100%;
  aspect-ratio: 7 / 9.89;
  /* Same as your card */
  background: transparent;
  /* Or a subtle color/skeleton shimmer */
  display: block;
}


/* Glossy sheen */
._card_v6ax0_2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.1) 10%,
      rgba(255, 255, 255, 0.03) 40%,
      transparent 70%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}
._controls_v6ax0_172 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  gap: 2px;
  pointer-events: auto;
}
._buttonRow_v6ax0_186 {
  display: flex;
  gap: 8px;
  justify-content: center;
  pointer-events: auto;
}
._controlButton_v6ax0_193 {
  background: #0057b8;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 18px;
  font-size: 18px;
  user-select: none;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  pointer-events: auto;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
._controlButton_v6ax0_193._add_v6ax0_208 {
  background: #1bb700;
  box-shadow: 0 4px 16px 0 #1bb70033, 0 0 0 2px #1bb70099;
  border: 2px solid #158a00;
}
._controlButton_v6ax0_193._add_v6ax0_208:hover,
._controlButton_v6ax0_193._add_v6ax0_208:focus {
  background: #158a00;
  box-shadow: 0 6px 24px 0 #1bb70055, 0 0 0 3px #158a0099;
  border-color: #0e5c00;
}
._controlButton_v6ax0_193._remove_v6ax0_221 {
  background: #d7263d;
  box-shadow: 0 4px 16px 0 #d7263d33, 0 0 0 2px #d7263d99;
  border: 2px solid #a81c2a;
}
._controlButton_v6ax0_193._remove_v6ax0_221:hover,
._controlButton_v6ax0_193._remove_v6ax0_221:focus {
  background: #a81c2a;
  box-shadow: 0 6px 24px 0 #d7263d55, 0 0 0 3px #a81c2a99;
  border-color: #6d101a;
}
._title_v6ax0_234 {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  /* Move title higher above button */
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  padding: 2px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  word-break: break-word;
  pointer-events: auto;
  line-height: 1.2;
  max-width: none;
  white-space: normal;
  overflow-wrap: break-word;
}
._variant_v6ax0_257 {
  font-size: 0.875rem;
  color: #ffe082;
  margin-top: 2px;
}
@media screen and (max-width: 800px) {
._card_v6ax0_2._overlay_v6ax0_116::before,
  ._card_v6ax0_2._overlay_v6ax0_116._notCollected_v6ax0_110::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    backdrop-filter: blur(1px);
    pointer-events: none;
    z-index: 0;
}
._variant_v6ax0_257 {
    font-size: 11px;
}
._title_v6ax0_234 {
    font-size: 10px;
    padding: 0.5px 2px;
    margin-bottom: 0;
    border-radius: 2px;
    line-height: 1.05;
    left: 50%;
    right: auto;
    max-width: none;
    width: 220%;
    transform: translateX(-50%);
    min-height: unset;
    height: auto;
    box-sizing: border-box;
    bottom: 32px;
}
._controlButton_v6ax0_193 {
    font-size: 14px;
    padding: 2px 8px;
}
._buttonRow_v6ax0_186 {
    gap: 4px;
}
}
._cardTransitioning_v6ax0_135 div._cardImage_v6ax0_78 {
  visibility: hidden;
}
._cardTransitioning_v6ax0_135 {
  z-index: 12 !important;
}

.slide-pocket-left-enter-active,
.slide-pocket-right-enter-active {
  transition: visibility 0s linear, transform 0.5s cubic-bezier(0.68, 0, 0.32, 1.15);
  transition-delay: 0.1s;
  z-index: 10;
}
.slide-pocket-right-enter-from {
  transform: translateX(115%) scale(1.05) skewX(-2deg);
}
.slide-pocket-left-enter-from {
  transform: translateX(-115%) scale(1.05) skewX(-2deg);
}
.slide-pocket-left-enter-to,
.slide-pocket-right-enter-to {
  visibility: visible !important;
  transform: translateX(0);
}

._grid_99ths_2 {
  display: grid;
  position: relative;
  height: max-content;
  gap: 24px;
  width: fit-content;
}
._grid4_99ths_10 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
._grid9_99ths_15 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
._grid12_99ths_20 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
._grid16_99ths_25 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
@media screen and (max-width: 600px) {
._grid_99ths_2 {
    gap: 12px;
}
}

._binderBottomRing_1ul4e_3 {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 40px;
  height: 25px;
  background: var(--color-background);
  border-radius: 10px 10px 0 0 / 9px 9px 0 0;
  border: #333 dotted 2px;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  box-sizing: border-box;
}
._binderBottomRing_1ul4e_3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
  width: 14px;
  height: 32px;
  background: linear-gradient(180deg, #bfa032 0%, #7a5a1a 100%);
  border-radius: 7px 7px 12px 12px / 7px 7px 18px 18px;
  border: 2px solid #8c6a1a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), 0 0 0 2px #fff8dc22 inset,
    0 0 0 1px #fff8dc44 inset;
  z-index: 4;
  pointer-events: none;
  display: block;
  /* subtle highlight */
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 80% 100%, 20% 100%, 0% 30%);
}

span[data-v-1689a9ac] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
.binderEdgeRight span[data-v-1689a9ac] {
    margin-left: 5px;
}
.binderEdgeLeft span[data-v-1689a9ac] {
    margin-left: -5px;
}
}
.binderEdgeLeft[data-v-1689a9ac],
.binderEdgeRight[data-v-1689a9ac] {
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  z-index: 20;
  cursor: pointer;
  background: transparent;
  transition: background 0.15s;
  outline: none;
  pointer-events: auto;
}
.binderEdgeLeft[data-v-1689a9ac] {
  left: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.binderEdgeRight[data-v-1689a9ac] {
  right: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.binderEdgeLeft[data-v-1689a9ac]:hover:not([aria-disabled="true"]),
.binderEdgeRight[data-v-1689a9ac]:hover:not([aria-disabled="true"]) {
  background: rgba(255, 255, 255, 0.1);
}
.binderEdgeLeft[aria-disabled="true"][data-v-1689a9ac],
.binderEdgeRight[aria-disabled="true"][data-v-1689a9ac] {
  pointer-events: none;
  opacity: 0.2;
}

._blankPage_nggyr_2 {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
._signatureLogo_nggyr_15 {
  font-family: "Pacifico", cursive;
  color: #ffe082;
  font-style: italic;
  position: aboslute;
  letter-spacing: 2px;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.18), 0 1px 0 #fff8dc;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.modal-overlay[data-v-6fa5bff1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    backdrop-filter: blur(3px);
    padding: 16px;
    box-sizing: border-box;
}
.modal-content[data-v-6fa5bff1] {
    background: linear-gradient(135deg, #222 0%, #1a1a1a 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: min(95vw, 1200px);
    max-height: min(95vh, 800px);
    display: flex;
    flex-direction: column;
    border: 1px solid #333;
}
.modal-header[data-v-6fa5bff1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #333;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.02);
}
.modal-title[data-v-6fa5bff1] {
    color: #e0e0e0;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.02em;
}
.close-btn[data-v-6fa5bff1] {
    background: transparent;
    border: none;
    color: #bbb;
    font-size: 1.8rem;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s;
}
.close-btn[data-v-6fa5bff1]:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
.cards-container[data-v-6fa5bff1] {
    flex: 1;
    padding: 24px 16px 120px 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    align-content: start;
    overflow-y: auto;
    justify-items: center;
}
.variant-card[data-v-6fa5bff1] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 200px;
}
.variant-card[data-v-6fa5bff1]:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.08);
}
.variant-card.in-collection[data-v-6fa5bff1] {
    border-color: #1bb700;
    box-shadow: 0 0 15px rgba(27, 183, 0, 0.25);
}
.variant-card.current-card[data-v-6fa5bff1] {
    border-color: #3273f6;
    box-shadow: 0 0 15px rgba(50, 115, 246, 0.3);
}
.card-image-container[data-v-6fa5bff1] {
    position: relative;
    aspect-ratio: 7 / 9.89;
    overflow: hidden;
    flex-shrink: 0;
}
.stamp-container[data-v-6fa5bff1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.card-image[data-v-6fa5bff1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.variant-card:hover .card-image[data-v-6fa5bff1] {
    transform: scale(1.05);
}
.collection-indicator[data-v-6fa5bff1] {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #1bb700;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.current-indicator[data-v-6fa5bff1] {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #3273f6;
    color: white;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.card-info[data-v-6fa5bff1] {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.primary-info[data-v-6fa5bff1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.expansion[data-v-6fa5bff1] {
    color: #e0e0e0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.variant-type[data-v-6fa5bff1] {
    color: #ffd700;
    font-size: 0.7rem;
    font-weight: 500;
    background: rgba(255, 215, 0, 0.15);
    padding: 2px 6px;
    border-radius: 6px;
    width: fit-content;
}
.secondary-info[data-v-6fa5bff1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.language[data-v-6fa5bff1] {
    color: #bbb;
    font-size: 0.7rem;
    font-weight: 500;
    background: #444;
    padding: 2px 6px;
    border-radius: 4px;
}
.card-number[data-v-6fa5bff1] {
    color: #888;
    font-size: 0.65rem;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
}
.card-actions[data-v-6fa5bff1] {
    padding: 8px 10px 10px;
}
.action-btn[data-v-6fa5bff1] {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.add-btn[data-v-6fa5bff1] {
    background: #1bb700;
    color: white;
}
.add-btn[data-v-6fa5bff1]:hover {
    background: #158a00;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(27, 183, 0, 0.3);
}
.remove-btn[data-v-6fa5bff1] {
    background: #d7263d;
    color: white;
}
.remove-btn[data-v-6fa5bff1]:hover {
    background: #a81c2a;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(215, 38, 61, 0.3);
}

/* Mobile optimizations */
@media (max-width: 768px) {
.modal-overlay[data-v-6fa5bff1] {
        padding: 8px;
}
.modal-content[data-v-6fa5bff1] {
        border-radius: 16px;
        max-height: 95vh;
}
.modal-header[data-v-6fa5bff1] {
        padding: 16px 20px;
}
.modal-title[data-v-6fa5bff1] {
        font-size: 1.1rem;
}
.close-btn[data-v-6fa5bff1] {
        font-size: 1.6rem;
}
.cards-container[data-v-6fa5bff1] {
        padding: 24px 8px 120px 8px;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
}
.collection-indicator[data-v-6fa5bff1] {
        width: 20px;
        height: 20px;
        font-size: 12px;
        top: 6px;
        right: 6px;
}
.current-indicator[data-v-6fa5bff1] {
        top: 6px;
        left: 6px;
        font-size: 10px;
        padding: 2px 8px;
}
.card-info[data-v-6fa5bff1] {
        padding: 10px;
}
.expansion[data-v-6fa5bff1] {
        font-size: 0.8rem;
}
.variant-type[data-v-6fa5bff1] {
        font-size: 0.7rem;
}
.language[data-v-6fa5bff1] {
        font-size: 0.7rem;
}
.card-number[data-v-6fa5bff1] {
        font-size: 0.65rem;
}
.action-btn[data-v-6fa5bff1] {
        padding: 8px;
        font-size: 15px;
}
}

._binderWrapper_3n57x_2 {
  width: 98%;
  margin: 0 auto;
  padding-bottom: 24px;
  justify-content: center;
  align-items: center;
  gap: 0;
}
._leftPage_3n57x_12 {
  margin-right: 4px;
}
._rightPage_3n57x_16 {
  margin-left: 4px;
}
._leftPage_3n57x_12,
._rightPage_3n57x_16 {
  border-radius: 6px;
  padding: 20px;
  flex: 1;
  position: relative;
  z-index: 1;
  color: #f0f0f0;
}
._rightPage_3n57x_16:not(._blankPage_3n57x_30),
._leftPage_3n57x_12:not(._blankPage_3n57x_30) {
  background:
    repeating-linear-gradient(135deg,
      #fff3 0 1px,
      transparent 1px 6px),
    repeating-linear-gradient(45deg, #0003 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, #fff2 0 1px, transparent 1px 5px),
    linear-gradient(135deg, #1a1a1a 0%, #111 100%);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.05),
    0 4px 10px rgba(0, 0, 0, 0.4);
  border: 1px solid #333;
  background-blend-mode: overlay, overlay, overlay, normal;
  background-size: 80px 80px, 100px 100px, 60px 60px, 100% 100%;
}
._rightPage_3n57x_16 {
  padding-left: 16px;
}
._leftPage_3n57x_12._isStacked_3n57x_50:not(._blankPage_3n57x_30)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  pointer-events: none;
  z-index: 3;
  /* Simulate a stack of straight page edges */
  background: repeating-linear-gradient(90deg,
      #e0e0e0 0px,
      #e0e0e0 2px,
      transparent 2px,
      transparent 4px);
  opacity: 0.09;
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.1);
}
._rightPage_3n57x_16._isStacked_3n57x_50:not(._blankPage_3n57x_30)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  pointer-events: none;
  z-index: 3;
  /* Simulate a stack of straight page edges for right page */
  background: repeating-linear-gradient(90deg,
      #e0e0e0 0px,
      #e0e0e0 2px,
      transparent 2px,
      transparent 4px);
  opacity: 0.09;
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.1);
}
._wrapper_3n57x_90 {
  display: block;
  width: auto;
  margin: 0 auto;
}
._binder_3n57x_2 {
  --binder-padding-horizontal: 24px;
  --binder-padding-vertical: 24px;
  --page-flip-ease-first: cubic-bezier(0.64, 0.19, 0.64, 0.55);
  --page-flip-ease-second: cubic-bezier(0.55, 0.45, 0.4, 1);
  --page-flip-duration: 0.3s;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
  margin: 0 auto;
  perspective: 2500px;
  width: fit-content;
  perspective-origin: center;
  overflow: hidden;
  height: auto;
  transform-style: preserve-3d;
  padding: var(--binder-padding-vertical) var(--binder-padding-horizontal);
}
._binder_3n57x_2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 24px;
  border: #333 dotted 2px;
  background: linear-gradient(135deg, #222 60%, #222 100%),
    radial-gradient(circle at 30% 20%,
      rgba(255, 255, 255, 0.06) 0%,
      transparent 70%);
  background-blend-mode: overlay;
  box-shadow: inset 0 2px 12px 2px rgba(0, 0, 0, 0.25),
    inset 0 -2px 24px 8px rgba(0, 0, 0, 0.18),
    inset 0 0 32px 8px rgba(0, 0, 0, 0.35), 0 1px 4px rgba(0, 0, 0, 0.08);
  /* Add a vertical crease shadow in the middle */
  background-image: linear-gradient(135deg, #222 60%, #222 100%),
    linear-gradient(to right,
      transparent 45%,
      rgba(0, 0, 0, 0.25) 50%,
      transparent 55%),
    radial-gradient(circle, rgba(255, 255, 255, 0.015) 1px, transparent 0),
    repeating-linear-gradient(0deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 6px 6px, 100% 4px;
}
._rightPage_3n57x_16:not(._blankPage_3n57x_30)::after,
._leftPage_3n57x_12:not(._blankPage_3n57x_30)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: radial-gradient(circle,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 0),
    repeating-linear-gradient(0deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 3px);
  background-size: 6px 6px, 100% 4px;
  mix-blend-mode: screen;
  z-index: 2;
}

/* Top ring */
._binder_3n57x_2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  width: 40px;
  height: 25px;
  background: var(--color-background);
  /* match binder background */
  border-radius: 0 0 10px 10px / 0 0 9px 9px;
  border: #333 dotted 2px;
  z-index: 3;
}
._binder_3n57x_2 {
  height: 100%;
}
._page_3n57x_192 {
  flex: 1;
  height: auto;
}
@media screen and (max-width: 600px) {
._binder_3n57x_2 {
    --binder-padding-horizontal: 12px;
    --binder-padding-vertical: 12px;
    padding: var(--binder-padding-vertical) var(--binder-padding-horizontal);
}
._leftPage_3n57x_12,
  ._rightPage_3n57x_16 {
    padding: 8px;
}
}
.transition-next-right-leave-active {
    transition: transform var(--page-flip-duration) var(--page-flip-ease-first);
    transform-style: preserve-3d;
    transform-origin: left;
    z-index: 2;
    width: calc(50% - var(--binder-padding-horizontal) - 4px);
    position: absolute;
    top: var(--binder-padding-vertical);
    right: var(--binder-padding-horizontal);
}
.transition-next-right-leave-to {
    transform: rotateY(-90deg) skewY(-2deg) skewX(2deg) scaleY(0.97);
}
.transition-next-left-leave-active {
    transition: filter calc(var(--page-flip-duration)*1.8) ease;
    position: absolute;
    top: var(--binder-padding-vertical);
    width: calc(50% - var(--binder-padding-horizontal) - 4px);
    left: var(--binder-padding-horizontal);
}
.transition-next-left-leave-to {
    filter: brightness(0.5) drop-shadow(0 4px 16px rgba(0, 0, 0, 0.5));
    z-index: 1;
}
.transition-next-left-enter-active {
    transition: transform var(--page-flip-duration) var(--page-flip-ease-second), visibility 0s linear var(--page-flip-duration);
    transition-delay: var(--page-flip-duration);
    transform-style: preserve-3d;
    transform-origin: right;
    visibility: hidden;
    z-index: 1;
    left: 0;
}
.transition-next-left-enter-from {
    visibility: hidden;
    transform: rotateY(90deg) skewY(2deg) skewX(-2deg) scaleY(0.97);
}
.transition-next-left-enter-to {
    visibility: visible;
    transform: rotateY(0deg) skewY(0deg) skewX(0deg) scaleY(1);
}

/** Transition previous */
.transition-previous-left-leave-active {
    transition: transform var(--page-flip-duration) var(--page-flip-ease-first);
    transform-style: preserve-3d;
    transform-origin: right;
    z-index: 2;
    width: calc(50% - var(--binder-padding-horizontal) - 4px);
    position: absolute;
    top: var(--binder-padding-vertical);
    left: var(--binder-padding-horizontal);
}
.transition-previous-left-leave-to {
    transform: rotateY(90deg) skewY(-2deg) skewX(-2deg) scaleY(0.97);
}
.transition-previous-right-leave-active {
    transition: filter calc(var(--page-flip-duration)*1.8) ease;
    position: absolute;
    top: var(--binder-padding-vertical);
    width: calc(50% - var(--binder-padding-horizontal) - 4px);
    right: var(--binder-padding-horizontal);
}
.transition-previous-right-leave-to {
    z-index: 1;
    filter: brightness(0.5) drop-shadow(0 4px 16px rgba(0, 0, 0, 0.5));
}
.transition-previous-right-enter-active {
    transition: transform var(--page-flip-duration) var(--page-flip-ease-second), visibility 0s linear var(--page-flip-duration);
    transition-delay: var(--page-flip-duration);
    visibility: hidden;
    transform-style: preserve-3d;
    transform-origin: left;
    right: 0;
}
.transition-previous-right-enter-from {
    visibility: hidden;
    transform: rotateY(-90deg) skewY(-2deg) skewX(-2deg) scaleY(0.97);
}
.transition-previous-right-enter-to {
    visibility: visible;
    transform: rotateY(0deg) skewY(0deg) skewX(0deg) scaleY(1);
}
.language-checkboxes[data-v-3f69862c] {
  max-width: 300px;
}
.label[data-v-3f69862c] {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #e0e0e0;
}
.checkbox-label[data-v-3f69862c] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.checkbox-label[data-v-3f69862c]:last-child {
  margin-bottom: 0;
}
.checkbox-label img[data-v-3f69862c] {
  width: 16px;
  height: 12px;
}

._binderSizeWrapper_28vr6_2 {
  display: inline-block;
}
._label_28vr6_6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #e0e0e0;
}
._binderSizeRow_28vr6_13 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
._binderSizeBtn_28vr6_19 {
  background-color: #262623;
  border: 3px solid #444;
  /* Neutral dark border, not blue */
  border-radius: 6px 12px 12px 6px;
  /* Top rounded, bottom less so */
  padding: 12px 20px 8px 20px;
  font-weight: bold;
  font-size: 16px;
  color: #e0e0e0;
  cursor: pointer;
  position: relative;
  min-width: 56px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}
._binderSizeBtn_28vr6_19:hover {
  background-color: #3273f6;
  color: #fff;
}
._active_28vr6_44 {
  background-color: #3273f6;
  color: #fff;
  border-color: #888;
}

._profileMenu_mmwgc_2 {
  position: absolute;
  top: 12px;
  right: 16px;
}
._profileBtn_mmwgc_8 {
  background: #333;
  color: white;
  font-size: 20px;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
._profileBtn_mmwgc_8:hover {
  background: #555;
}
._dropdown_mmwgc_23 {
  position: absolute;
  top: 48px;
  right: 0;
  background: rgba(0, 0, 0, 1);
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  min-width: 160px;
  z-index: 100;
}
._dropdown_mmwgc_23 button {
  width: 100%;
  background: #222;
  color: #fff;
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 6px;
}
._dropdown_mmwgc_23 button:hover {
  background: #444;
}
._userEmail_mmwgc_51 {
  font-size: 0.9em;
  margin-bottom: 4px;
  color: #fff;
}

._pickerRow_l8dho_2 {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}
._label_l8dho_10 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #e0e0e0;
}

._pickerRow_l8dho_2 {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}
._label_l8dho_10 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #e0e0e0;
}

._pickerRow_l8dho_2 {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}
._label_l8dho_10 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #e0e0e0;
}

._pickerRow_l8dho_2 {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}
._label_l8dho_10 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #e0e0e0;
}

._pickerRow_l8dho_2 {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}
._label_l8dho_10 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #e0e0e0;
}

._pickerRow_19rf2_2 {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}
._label_19rf2_10 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #e0e0e0;
}
._pickerRow_19rf2_2 label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #e0e0e0;
    cursor: pointer;
    transition: color 0.2s;
}
._pickerRow_19rf2_2 label:hover {
    color: #fff;
}
._pickerRow_19rf2_2 input[type="radio"] {
    margin: 0;
    accent-color: #3273f6;
}
._icon_19rf2_36 {
    width: 14px;
    height: 14px;
    opacity: 0.8;
}
._pickerRow_19rf2_2 label:hover ._icon_19rf2_36 {
    opacity: 1;
}

._inputRow_1kytw_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin-bottom: 8px;
  border: 1px solid #333;
  border-radius: 0 0 16px 16px;
  background: #333;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 16px 24px;
  align-items: top;
}

.list-card[data-v-b2364f44] {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 8px;
    border: 2px solid transparent;
    max-width: 250px;
    width: 100%;
}
.list-card[data-v-b2364f44]:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}
.list-card.selected[data-v-b2364f44] {
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
}
.list-card.collected[data-v-b2364f44] {
    border-color: #10b981;
}
.card-image-container[data-v-b2364f44] {
    position: relative;
    width: 100%;
    aspect-ratio: 63/88;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}
.stamp-container[data-v-b2364f44] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.card-image[data-v-b2364f44] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}
.list-card:hover .card-image[data-v-b2364f44] {
    transform: scale(1.02);
}
.collection-indicator[data-v-b2364f44] {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(16, 185, 129, 0.9);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}
.collection-controls[data-v-b2364f44] {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
    justify-content: center;
    z-index: 6;
    pointer-events: auto;
}
.add-button[data-v-b2364f44],
.remove-button[data-v-b2364f44] {
    background: #0057b8;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 18px;
    user-select: none;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    pointer-events: auto;
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.add-button[data-v-b2364f44] {
    background: #1bb700;
    box-shadow: 0 4px 16px 0 #1bb70033, 0 0 0 2px #1bb70099;
    border: 2px solid #158a00;
}
.add-button[data-v-b2364f44]:hover,
.add-button[data-v-b2364f44]:focus {
    background: #158a00;
    box-shadow: 0 6px 24px 0 #1bb70055, 0 0 0 3px #158a0099;
    border-color: #0e5c00;
}
.remove-button[data-v-b2364f44] {
    background: #d7263d;
    box-shadow: 0 4px 16px 0 #d7263d33, 0 0 0 2px #d7263d99;
    border: 2px solid #a81c2a;
}
.remove-button[data-v-b2364f44]:hover,
.remove-button[data-v-b2364f44]:focus {
    background: #a81c2a;
    box-shadow: 0 6px 24px 0 #d7263d55, 0 0 0 3px #a81c2a99;
    border-color: #6d101a;
}
.card-info[data-v-b2364f44] {
    padding: 8px 4px 4px 4px;
    text-align: center;
}
.card-name[data-v-b2364f44] {
    font-size: 12px;
    font-weight: 600;
    color: white;
    margin-bottom: 2px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-details[data-v-b2364f44] {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Desktop sizing */
@media (min-width: 1200px) {
.card-name[data-v-b2364f44] {
        font-size: 13px;
}
.card-details[data-v-b2364f44] {
        font-size: 11px;
}
}

/* Tablet sizing */
@media (768px <=width < 1200px) {
.card-name[data-v-b2364f44] {
        font-size: 12px;
}
.card-details[data-v-b2364f44] {
        font-size: 10px;
}
}

/* Mobile sizing - 3 cards per row */
@media (480px <=width < 768px) {
.list-card[data-v-b2364f44] {
        padding: 6px;
}
.card-name[data-v-b2364f44] {
        font-size: 11px;
}
.card-details[data-v-b2364f44] {
        font-size: 9px;
}
.collection-indicator[data-v-b2364f44] {
        width: 18px;
        height: 18px;
        top: 4px;
        right: 4px;
}
.collection-indicator svg[data-v-b2364f44] {
        width: 10px;
        height: 10px;
}
.add-button[data-v-b2364f44],
    .remove-button[data-v-b2364f44] {
        padding: 3px 10px;
        font-size: 14px;
        min-width: 32px;
}
}

/* Override ReverseHolo styles for better readability in list view */
.list-card .reverse-holo-icon {
    font-size: 1rem !important;
    padding: 2px 4px !important;
    margin: 2px !important;
}
@media (min-width: 768px) {
.list-card .reverse-holo-icon {
        font-size: 0.9rem !important;
        padding: 3px 5px !important;
        margin: 3px !important;
}
}

.list-wrapper[data-v-af4eb145] {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #0f1419 0%, #1a1a2e 100%);
    padding: 20px;
    box-sizing: border-box;
}
.list-container[data-v-af4eb145] {
    display: grid;
    gap: 16px;
    max-width: 1400px;
    margin: 0 auto;
    justify-items: center;
}

/* Desktop: 6 cards per row */
@media (min-width: 1200px) {
.list-container[data-v-af4eb145] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
}
}

/* Tablet: 4 cards per row */
@media (768px <=width < 1200px) {
.list-container[data-v-af4eb145] {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 16px;
}
}

/* Mobile: 3 cards per row */
@media (480px <=width < 768px) {
.list-wrapper[data-v-af4eb145] {
        padding: 12px;
}
.list-container[data-v-af4eb145] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 10px;
}
}

/* Small mobile: 2 cards per row */
@media (max-width: 479px) {
.list-wrapper[data-v-af4eb145] {
        padding: 8px;
}
.list-container[data-v-af4eb145] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 8px;
}
}

.set-selection-container[data-v-7dc76530] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 0 24px;
}
.set-selection-container[data-v-7dc76530] {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
}
.sets-container[data-v-7dc76530] {
    border-radius: 16px;
    background: #222;
    overflow: hidden;
}
.search-section[data-v-7dc76530] {
    padding-top: 24px;
}
.search-title[data-v-7dc76530] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #e0e0e0;
    margin: 0 0 16px 0;
    letter-spacing: 0.02em;
    text-align: center;
}
.search-wrapper[data-v-7dc76530] {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}
.search-input[data-v-7dc76530] {
    width: 100%;
    padding: 14px 20px 14px 48px;
    font-size: 1rem;
    font-weight: 500;
    background: rgba(25, 27, 28, 0.8);
    border: 1.5px solid rgba(50, 115, 246, 0.2);
    border-radius: 12px;
    color: #ffffff;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.search-input[data-v-7dc76530]::placeholder {
    color: rgba(224, 224, 224, 0.6);
    font-weight: 400;
}
.search-input[data-v-7dc76530]:focus {
    border-color: #3273f6;
    background: rgba(25, 27, 28, 1);
    box-shadow: 0 0 0 3px rgba(50, 115, 246, 0.1);
}
.search-icon[data-v-7dc76530] {
    position: absolute;
    left: 16px;
    width: 18px;
    height: 18px;
    color: rgba(224, 224, 224, 0.6);
    pointer-events: none;
    z-index: 2;
    transition: color 0.2s ease;
}
.search-input:focus~.search-icon[data-v-7dc76530] {
    color: #3273f6;
}
.clear-button[data-v-7dc76530] {
    position: absolute;
    right: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(224, 224, 224, 0.1);
    color: rgba(224, 224, 224, 0.6);
    transition: all 0.2s ease;
    z-index: 2;
}
.clear-button[data-v-7dc76530]:hover {
    background: rgba(224, 224, 224, 0.2);
    color: #ffffff;
}
.clear-button svg[data-v-7dc76530] {
    width: 12px;
    height: 12px;
}
.sets-content[data-v-7dc76530] {
    padding: 24px;
}
.set-section[data-v-7dc76530] {
    margin-bottom: 2.5rem;
}
.set-section[data-v-7dc76530]:last-child {
    margin-bottom: 0;
}
.section-title[data-v-7dc76530] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #e0e0e0;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.set-section-grid[data-v-7dc76530] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
    justify-content: start;
    align-items: start;
    position: relative;
}
.set-section-grid.has-fade[data-v-7dc76530] {
    max-height: calc(180px * 2 + 3rem);
    /* 3 rows + gaps */
    overflow: hidden;
}
.fade-overlay[data-v-7dc76530] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, #222 0%, rgba(34, 34, 34, 0.95) 40%, rgba(34, 34, 34, 0.7) 70%, transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.fade-overlay[data-v-7dc76530]:hover {
    background: linear-gradient(to top, #222 0%, rgba(34, 34, 34, 0.98) 40%, rgba(34, 34, 34, 0.8) 70%, transparent 100%);
}
.fade-content[data-v-7dc76530] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(50, 115, 246, 0.9);
    border: 1px solid rgba(50, 115, 246, 0.6);
    border-radius: 24px;
    backdrop-filter: blur(8px);
    transition: all 0.2s ease;
}
.fade-content[data-v-7dc76530]:hover {
    background: rgba(50, 115, 246, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(50, 115, 246, 0.3);
}
.show-more-text[data-v-7dc76530] {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}
.fade-arrow[data-v-7dc76530] {
    width: 16px;
    height: 16px;
    color: white;
}
.set-card[data-v-7dc76530] {
    max-width: 260px;
    height: 100%;
    background: linear-gradient(120deg, #232526 0%, #414345 100%);
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    border: 1.5px solid #232a3a;
    box-sizing: border-box;
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 180px;
    position: relative;
    overflow: hidden;
}
.set-card.locked-set[data-v-7dc76530] {
    filter: grayscale(0.7) brightness(0.7);
    position: relative;
}
.locked-overlay[data-v-7dc76530] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    z-index: 2;
}
.lock-icon[data-v-7dc76530] {
    font-size: 2.2rem;
    color: #fff;
    text-shadow: 0 2px 8px #232a3a;
}
.set-card[data-v-7dc76530]:hover {
    box-shadow: 0 8px 32px rgba(50, 115, 246, 0.18), 0 4px 16px rgba(0, 0, 0, 0.22);
    border-color: #3273f6;
    transform: translateY(-4px) scale(1.04);
}
.set-name[data-v-7dc76530] {
    font-size: 1rem;
    font-weight: 700;
    color: #e0e0e0;
    margin: 12px 0 12px 0;
    text-align: center;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}
.set-card img[data-v-7dc76530] {
    display: block;
    width: auto;
    max-height: 120px;
    aspect-ratio: 7 / 9.89;
    object-fit: contain;
    border-radius: 8px;
    margin: 0 auto 16px auto;
}
@media screen and (max-width: 600px) {
.set-selection-container[data-v-7dc76530] {
        padding: 0;
}
.sets-container[data-v-7dc76530] {
        border-radius: 12px;
}
.search-section[data-v-7dc76530] {
        padding: 16px 16px 14px 16px;
}
.search-title[data-v-7dc76530] {
        font-size: 1.1rem;
        margin-bottom: 12px;
}
.search-wrapper[data-v-7dc76530] {
        max-width: 100%;
}
.search-input[data-v-7dc76530] {
        font-size: 0.9rem;
        padding: 12px 16px 12px 40px;
}
.search-icon[data-v-7dc76530] {
        left: 14px;
        width: 16px;
        height: 16px;
}
.clear-button[data-v-7dc76530] {
        right: 10px;
        width: 18px;
        height: 18px;
}
.sets-content[data-v-7dc76530] {
        padding: 16px;
}
.set-section[data-v-7dc76530] {
        margin-bottom: 2rem;
}
.set-section-grid[data-v-7dc76530] {
        gap: 12px;
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.set-card[data-v-7dc76530] {
        max-width: 100%;
}
.set-section-grid.has-fade[data-v-7dc76530] {
        max-height: calc(180px * 3 + 2.4rem);
        /* 3 rows + smaller gaps on mobile */
}
.fade-content[data-v-7dc76530] {
        padding: 10px 20px;
}
.show-more-text[data-v-7dc76530] {
        font-size: 0.85rem;
}
.fade-arrow[data-v-7dc76530] {
        width: 14px;
        height: 14px;
}
}

._binderHeader_1tni0_2 {
    border-radius: 16px 16px 0 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    padding: 12px 32px 12px 32px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
._setTitle_1tni0_13 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #e0e0e0;
    margin: 0;
    letter-spacing: 0.02em;
}
._headerStats_1tni0_21 {
    display: flex;
    gap: 32px;
    font-size: 1.1rem;
    color: #e0e0e0;
    font-weight: 600;
}
@media screen and (max-width: 600px) {
._binderHeader_1tni0_2 {
        padding: 12px 10px 8px 10px;
        gap: 6px;
}
._headerStats_1tni0_21 {
        gap: 12px;
        font-size: 1rem;
        flex-wrap: wrap;
        justify-content: center;
}
._setTitle_1tni0_13 {
        font-size: 1.1rem;
}
}

._container_1kzz8_2 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #0f1419 0%, #1a1a2e 100%);
}
._binderWrapper_1kzz8_10 {
  flex: 1;
  padding: 0 0 1rem 0;
}
._setTitle_1kzz8_15 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #e0e0e0;
  margin: 0;
  letter-spacing: 0.02em;
}
._headerStats_1kzz8_23 {
  display: flex;
  gap: 32px;
  font-size: 1.1rem;
  color: #e0e0e0;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
._binderWrapper_1kzz8_10 {
    padding: 1rem 0;
}
._binderHeader_1kzz8_36 {
    padding: 12px 10px 8px 10px;
    gap: 6px;
}
._headerStats_1kzz8_23 {
    gap: 12px;
    font-size: 1rem;
    flex-wrap: wrap;
}
._setTitle_1kzz8_15 {
    font-size: 1.1rem;
}
}

._container_11d8r_2 {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f1419 0%, #1a1a2e 100%);
  padding: 2rem 0;
}
._content_11d8r_8 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  color: #e0e0e0;
}
._title_11d8r_15 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  text-align: center;
}
._lastUpdated_11d8r_23 {
  text-align: center;
  color: #a0a0a0;
  margin-bottom: 3rem;
  font-style: italic;
}
._section_11d8r_30 {
  margin-bottom: 2.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
._sectionTitle_11d8r_38 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  border-bottom: 2px solid #4285f4;
  padding-bottom: 0.5rem;
}
._text_11d8r_47 {
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #d0d0d0;
}
._list_11d8r_53 {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
._list_11d8r_53 li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #d0d0d0;
}
._contact_11d8r_64 {
  background: rgba(66, 133, 244, 0.1);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #4285f4;
}
._contact_11d8r_64 p {
  margin: 0.5rem 0;
  color: #e0e0e0;
}
@media screen and (max-width: 768px) {
._content_11d8r_8 {
    padding: 0 1rem;
}
._title_11d8r_15 {
    font-size: 2rem;
}
._section_11d8r_30 {
    padding: 1.5rem;
}
._sectionTitle_11d8r_38 {
    font-size: 1.3rem;
}
}

._container_11d8r_2 {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f1419 0%, #1a1a2e 100%);
  padding: 2rem 0;
}
._content_11d8r_8 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  color: #e0e0e0;
}
._title_11d8r_15 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  text-align: center;
}
._lastUpdated_11d8r_23 {
  text-align: center;
  color: #a0a0a0;
  margin-bottom: 3rem;
  font-style: italic;
}
._section_11d8r_30 {
  margin-bottom: 2.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
._sectionTitle_11d8r_38 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  border-bottom: 2px solid #4285f4;
  padding-bottom: 0.5rem;
}
._text_11d8r_47 {
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #d0d0d0;
}
._list_11d8r_53 {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
._list_11d8r_53 li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #d0d0d0;
}
._contact_11d8r_64 {
  background: rgba(66, 133, 244, 0.1);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #4285f4;
}
._contact_11d8r_64 p {
  margin: 0.5rem 0;
  color: #e0e0e0;
}
@media screen and (max-width: 768px) {
._content_11d8r_8 {
    padding: 0 1rem;
}
._title_11d8r_15 {
    font-size: 2rem;
}
._section_11d8r_30 {
    padding: 1.5rem;
}
._sectionTitle_11d8r_38 {
    font-size: 1.3rem;
}
}
