/* 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_akiut_2 {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #e0e0e0;
  padding: 3rem 0 1rem;
  border-top: 1px solid #333;
}
._container_akiut_9 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}
._badgesContainer_akiut_18 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
._section_akiut_27 {
  display: flex;
  flex-direction: column;
}
._brand_akiut_32 {
  margin-bottom: 1rem;
}
._logo_akiut_36 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
._logoIcon_akiut_43 {
  font-size: 2rem;
}
._logoText_akiut_47 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
._copyright_akiut_53 {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin: 0;
}
._sectionTitle_akiut_59 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
._linkList_akiut_66 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._link_akiut_66 {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
._link_akiut_66:hover {
  color: #fff;
}
._socialLinks_akiut_86 {
  display: flex;
  gap: 1rem;
}
._socialLink_akiut_86 {
  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_akiut_86:hover {
  background: #4285f4;
  color: #fff;
  transform: translateY(-2px);
}
._socialIcon_akiut_110 {
  width: 20px;
  height: 20px;
}
._trustSection_akiut_115 {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #333;
}
._trustBadges_akiut_122 {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
._trustBadge_akiut_122 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #a0a0a0;
  font-size: 0.9rem;
}
._trustIcon_akiut_137 {
  font-size: 1.2rem;
}
._trustText_akiut_141 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
._container_akiut_9 {
    grid-template-columns: 1fr;
    padding: 0 1rem;
    gap: 1.5rem;
}
._trustBadges_akiut_122 {
    gap: 1rem;
}
._trustBadge_akiut_122 {
    font-size: 0.8rem;
}
._socialLinks_akiut_86 {
    justify-content: center;
}
}

h1[data-v-6f12de69],
h2[data-v-6f12de69],
p[data-v-6f12de69] {
  color: #e0e0e0;
}
.product[data-v-6f12de69] {
  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-6f12de69]:hover {
  background: rgba(255, 255, 255, 0.15);
}
.upgrade-product[data-v-6f12de69] {
  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-6f12de69]:hover {
  background: #27ae60 !important;
}
.modal-backdrop[data-v-6f12de69] {
  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-6f12de69] {
  background: #181818;
  padding: 24px;
  border-radius: 10px;
  max-width: 90vw;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.after-trial[data-v-6f12de69] {
  font-size: 0.9rem;
  margin-bottom: 4px;
  margin-top: 4px;
}
.free-trial-price[data-v-6f12de69] {
  color: white !important;
}
.product-cards[data-v-6f12de69] {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 24px 0;
  flex-wrap: wrap;
}
.product-cards.compact[data-v-6f12de69] {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 12px 0 8px 0;
}
.product-card[data-v-6f12de69] {
  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-6f12de69] * {
  font-family: inherit;
  color: inherit;
}
.product-card[data-v-6f12de69]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(0.2);
}
.product-card[data-v-6f12de69]:focus {
  box-shadow: 0 0 0 3px #2ecc40;
}
.product-card .card-cta[data-v-6f12de69] {
  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-6f12de69] {
  background: #3498db;
}
.product-card.primary[data-v-6f12de69] {
  border-color: #2ecc40;
  background: #23272f;
  box-shadow: 0 2px 12px rgba(46, 204, 64, 0.10);
}
.product-card.secondary[data-v-6f12de69] {
  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-6f12de69],
.product-card.secondary .product-price[data-v-6f12de69],
.product-card.secondary .product-benefit[data-v-6f12de69] {
  color: #b8d8f6;
}
.product-card[data-v-6f12de69]:hover:not(:disabled),
.product-card[data-v-6f12de69]: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-6f12de69] {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 4px;
  font-weight: 600;
  text-align: center;
}
.product-price[data-v-6f12de69] {
  font-size: 1.1rem;
  color: #2ecc40;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.price-amount[data-v-6f12de69] {
  font-weight: bold;
  font-size: 1.3rem;
}
.price-currency[data-v-6f12de69] {
  font-size: 0.9rem;
  color: #fff;
}
.lifetime-label[data-v-6f12de69] {
  background: #2980b9;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 1px 6px;
  margin-left: 4px;
}
.product-benefit[data-v-6f12de69] {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-align: center;
}
.subscribe-btn[data-v-6f12de69] {
  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-6f12de69] {
  background: #888;
  color: #fff;
}
.subscribe-btn[data-v-6f12de69]:hover {
  background: #27ae60;
}
.product-card.secondary .subscribe-btn[data-v-6f12de69]:hover {
  background: #aaa;
}
.modal-title[data-v-6f12de69] {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 8px;
  text-align: center;
}
.modal-desc[data-v-6f12de69] {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 16px;
  text-align: center;
}
.product button[data-v-6f12de69] {
  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-6f12de69]:hover {
  background: #27ae60;
}
.close-btn[data-v-6f12de69] {
  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-6f12de69]:hover {
  background: #666;
  opacity: 1;
}
.spinner[data-v-6f12de69] {
  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-6f12de69 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 8px;
}
@keyframes spin-6f12de69 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

._banner_9qmid_2 {
  background: linear-gradient(135deg, #5865F2 0%, #7289DA 100%);
  color: white;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
._content_9qmid_14 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
._icon_9qmid_22 {
  font-size: 1.2rem;
}
._message_9qmid_26 {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
._joinButton_9qmid_32 {
  background: white;
  color: #5865F2;
  padding: 6px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
._joinButton_9qmid_32:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
._closeButton_9qmid_50 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  line-height: 1;
}
._closeButton_9qmid_50:hover {
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 600px) {
._banner_9qmid_2 {
    padding: 10px 48px 10px 16px;
}
._content_9qmid_14 {
    gap: 8px;
}
._message_9qmid_26 {
    font-size: 0.85rem;
}
._joinButton_9qmid_32 {
    padding: 5px 12px;
    font-size: 0.85rem;
}
._icon_9qmid_22 {
    font-size: 1rem;
}
._closeButton_9qmid_50 {
    right: 12px;
    font-size: 1.6rem;
    width: 24px;
    height: 24px;
}
}

._header_pcaah_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);
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
._header_pcaah_2._hidden_pcaah_14 {
  transform: translateY(-100%);
}
._container_pcaah_18 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}
._brand_pcaah_28 {
  cursor: pointer;
  transition: opacity 0.2s;
}
._brand_pcaah_28:hover {
  opacity: 0.8;
}
._logo_pcaah_37 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
._logoIcon_pcaah_44 {
  display: flex;
  font-size: 2rem;
}
._logoText_pcaah_49 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
._nav_pcaah_55 {
  display: flex;
  align-items: center;
  gap: 2rem;
}
._navLink_pcaah_61 {
  color: #b0b0b0;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  padding: 0.5rem 0;
}
._navLink_pcaah_61:hover {
  color: #fff;
}
._userActions_pcaah_73 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._loginButton_pcaah_79 {
  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_pcaah_79:hover {
  background: #3367d6;
}
._userMenu_pcaah_95 {
  position: relative;
}
._userButton_pcaah_99 {
  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_pcaah_99:hover {
  background: rgba(255, 255, 255, 0.15);
}
._userIcon_pcaah_116 {
  font-size: 1.2rem;
}
._userName_pcaah_120 {
  font-weight: 500;
}
._dropdownIcon_pcaah_124 {
  font-size: 0.8rem;
  transition: transform 0.2s;
}
._dropdownIcon_pcaah_124._open_pcaah_129 {
  transform: rotate(180deg);
}
._userDropdown_pcaah_133 {
  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_pcaah_146 {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
}
._userEmail_pcaah_151 {
  font-size: 0.9rem;
  color: #b0b0b0;
  margin-bottom: 0.3rem;
}
._subscriptionStatus_pcaah_157 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #4285f4;
}
._divider_pcaah_163 {
  border: none;
  border-top: 1px solid #333;
  margin: 0;
}
._dropdownItem_pcaah_169 {
  width: 100%;
  padding: 0.8rem 1rem;
  background: none;
  border: none;
  color: #e0e0e0;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s;
}
._dropdownItem_pcaah_169:hover {
  background: rgba(255, 255, 255, 0.1);
}
._upgradeItem_pcaah_184 {
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  color: white;
  font-weight: 600;
}
._upgradeItem_pcaah_184:hover {
  background: linear-gradient(45deg, #ff5252, #ff6b6b);
}
._menuButton_pcaah_194 {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
._menuLine_pcaah_204 {
  width: 24px;
  height: 2px;
  background: #e0e0e0;
  transition: all 0.3s;
  border-radius: 1px;
}
._menuButton_pcaah_194._active_pcaah_212 ._menuLine_pcaah_204:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
._menuButton_pcaah_194._active_pcaah_212 ._menuLine_pcaah_204:nth-child(2) {
  opacity: 0;
}
._menuButton_pcaah_194._active_pcaah_212 ._menuLine_pcaah_204:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media screen and (max-width: 768px) {
._container_pcaah_18 {
    padding: 0 1rem;
}
._nav_pcaah_55 {
    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_pcaah_246 {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
._menuButton_pcaah_194 {
    display: flex;
}
._logoText_pcaah_49 {
    font-size: 1.2rem;
}
._userDropdown_pcaah_133 {
    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-98f6aa98] {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 24px;
  text-align: center;
}
.modal-backdrop[data-v-98f6aa98] {
  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-98f6aa98] {
  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-98f6aa98] {
  margin-top: 20px;
  background: #222;
  border: none;
  color: #fff;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 6px;
}
.close-btn[data-v-98f6aa98]: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_6cs5l_2 {
    transform: scale(1) !important;
}
._stamp_6cs5l_2 {
    position: absolute;
    bottom: 54.25%;
    right: 7%;
    height: 5%;
    object-fit: cover;
    z-index: 5;

    pointer-events: none;
}
._dragonFrontiersStamp_6cs5l_17 {
    right: 6%;
    height: 6%;
}
._teamRocketReturnsStamp_6cs5l_22 {
    height: 7%;
}
._legendMakerStamp_6cs5l_26 {
    height: 6%;
}
._powerKeepersStamp_6cs5l_30 {
    height: 8%;
}
._crystalGuardiansStamp_6cs5l_34 {
    height: 9%;
}
._energyStamp_6cs5l_38 {
    bottom: 32% !important;
    right: 3%;
}

._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_ufvbz_2._card_ufvbz_2 {
  width: min(calc(100vw / 4 - 52px), calc(97dvh / 2 * 0.7 - 60px));
}
._grid9_ufvbz_6._card_ufvbz_2 {
  width: min(calc(100vw / 6 - 48px), calc(97dvh / 3 * 0.71 - 40px));
}
._grid12_ufvbz_10._card_ufvbz_2 {
  width: min(calc(100vw / 8 - 44px), calc(97dvh / 3 * 0.71 - 40px));
}
._grid16_ufvbz_14._card_ufvbz_2 {
  width: min(calc(100vw / 8 - 44px), calc(97dvh / 4 * 0.71 - 40px));
}
@media screen and (max-height: 600px) {
._grid4_ufvbz_2._card_ufvbz_2 {
    width: calc(100vw / 4 - 52px);
}
._grid9_ufvbz_6._card_ufvbz_2 {
    width: calc(100vw / 6 - 44px);
}
._grid12_ufvbz_10._card_ufvbz_2 {
    width: calc(100vw / 8 - 44px);
}
._grid16_ufvbz_14._card_ufvbz_2 {
    width: calc(100vw / 8 - 44px);
}
}
@media screen and (max-width: 600px) {
._grid4_ufvbz_2._card_ufvbz_2 {
    width: calc(100vw / 4 - 26px);
}
._grid9_ufvbz_6._card_ufvbz_2 {
    width: calc(100vw / 6 - 22px);
}
._grid12_ufvbz_10._card_ufvbz_2 {
    width: calc(100vw / 8 - 20px);
}
._grid16_ufvbz_14._card_ufvbz_2 {
    width: calc(100vw / 8 - 20px);
}
}
._card_ufvbz_2 {
  max-width: 320px !important;
}
._card_ufvbz_2._selected_ufvbz_60 {
  z-index: 2;
}
._card_ufvbz_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_ufvbz_2 ._cardImage_ufvbz_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;
}
._cardImageImg_ufvbz_90 {
  width: 100%;
  height: 100%;
}
._stampContainer_ufvbz_95 {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._card_ufvbz_2._notCollected_ufvbz_104 ._cardImage_ufvbz_78:not(img),
._card_ufvbz_2._notCollected_ufvbz_104 ._stampContainer_ufvbz_95 {
  transform: scale(0.75);
}

/* Overlay sleeve */
._card_ufvbz_2._overlay_ufvbz_110::before,
._card_ufvbz_2._overlay_ufvbz_110._notCollected_ufvbz_104::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_ufvbz_2._overlay_ufvbz_110::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_ufvbz_129 ._card_ufvbz_2._overlay_ufvbz_110::before {
  z-index: 11 !important;
}
._card_ufvbz_2._overlay_ufvbz_110._notCollected_ufvbz_104::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_ufvbz_139 {
  width: 100%;
  aspect-ratio: 7 / 9.89;
  /* Same as your card */
  background: transparent;
  /* Or a subtle color/skeleton shimmer */
  display: block;
}


/* Glossy sheen */
._card_ufvbz_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_ufvbz_166 {
  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_ufvbz_180 {
  display: flex;
  gap: 8px;
  justify-content: center;
  pointer-events: auto;
}
._controlButton_ufvbz_187 {
  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_ufvbz_187._add_ufvbz_202 {
  background: #1bb700;
  box-shadow: 0 4px 16px 0 #1bb70033, 0 0 0 2px #1bb70099;
  border: 2px solid #158a00;
}
._controlButton_ufvbz_187._add_ufvbz_202:hover,
._controlButton_ufvbz_187._add_ufvbz_202:focus {
  background: #158a00;
  box-shadow: 0 6px 24px 0 #1bb70055, 0 0 0 3px #158a0099;
  border-color: #0e5c00;
}
._controlButton_ufvbz_187._remove_ufvbz_215 {
  background: #d7263d;
  box-shadow: 0 4px 16px 0 #d7263d33, 0 0 0 2px #d7263d99;
  border: 2px solid #a81c2a;
}
._controlButton_ufvbz_187._remove_ufvbz_215:hover,
._controlButton_ufvbz_187._remove_ufvbz_215:focus {
  background: #a81c2a;
  box-shadow: 0 6px 24px 0 #d7263d55, 0 0 0 3px #a81c2a99;
  border-color: #6d101a;
}
._title_ufvbz_228 {
  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: 4px 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_ufvbz_251 {
  font-size: 0.875rem;
  color: #ffe082;
  margin-top: 2px;
}
@media screen and (max-width: 800px) {
._card_ufvbz_2._overlay_ufvbz_110::before,
  ._card_ufvbz_2._overlay_ufvbz_110._notCollected_ufvbz_104::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_ufvbz_251 {
    font-size: 11px;
}
._title_ufvbz_228 {
    font-size: 10px;
    padding: 4px 4px;
    margin-bottom: 0;
    border-radius: 2px;
    line-height: 1.05;
    left: 50%;
    right: auto;
    max-width: none;
    width: 125%;
    transform: translateX(-50%);
    min-height: unset;
    height: auto;
    box-sizing: border-box;
    bottom: 32px;
}
._controlButton_ufvbz_187 {
    font-size: 14px;
    padding: 2px 8px;
}
._buttonRow_ufvbz_180 {
    gap: 4px;
}
}
._cardTransitioning_ufvbz_129 div._cardImage_ufvbz_78 {
  visibility: hidden;
}
._cardTransitioning_ufvbz_129 {
  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;
}

.fullsize-overlay[data-v-501432c0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100001;
    backdrop-filter: blur(8px);
    padding: 20px;
    box-sizing: border-box;
}
.fullsize-container[data-v-501432c0] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
}
.fullsize-image[data-v-501432c0] {
    max-width: min(90vw, 500px);
    max-height: min(85vh, 700px);
    width: auto;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    object-fit: contain;
}
.fullsize-title[data-v-501432c0] {
    margin-top: 16px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    max-width: 90vw;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.fullsize-close-btn[data-v-501432c0] {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(30, 30, 30, 0.9);
    border: 2px solid #444;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.fullsize-close-btn[data-v-501432c0]:hover {
    background: rgba(50, 50, 50, 0.95);
    border-color: #666;
    transform: scale(1.1);
}

/* Mobile optimizations */
@media (max-width: 768px) {
.fullsize-overlay[data-v-501432c0] {
        padding: 12px;
}
.fullsize-image[data-v-501432c0] {
        max-width: 95vw;
        max-height: 80vh;
        border-radius: 8px;
}
.fullsize-title[data-v-501432c0] {
        font-size: 1rem;
        margin-top: 12px;
}
.fullsize-close-btn[data-v-501432c0] {
        width: 44px;
        height: 44px;
        font-size: 2rem;
        top: 12px;
        right: 12px;
}
}

.modal-overlay[data-v-ba73afd1] {
    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-ba73afd1] {
    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-ba73afd1] {
    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-ba73afd1] {
    color: #e0e0e0;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.02em;
}
.close-btn[data-v-ba73afd1] {
    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-ba73afd1]:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
.cards-container[data-v-ba73afd1] {
    flex: 1;
    padding: 24px 16px 120px 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    align-content: start;
    overflow-y: auto;
    justify-items: center;
}
.variant-card[data-v-ba73afd1] {
    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-ba73afd1]: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-ba73afd1] {
    border-color: #1bb700;
    box-shadow: 0 0 15px rgba(27, 183, 0, 0.25);
}
.variant-card.current-card[data-v-ba73afd1] {
    border-color: #3273f6;
    box-shadow: 0 0 15px rgba(50, 115, 246, 0.3);
}
.card-image-container[data-v-ba73afd1] {
    position: relative;
    aspect-ratio: 7 / 9.89;
    flex-shrink: 0;
    cursor: pointer;
}
.stamp-container[data-v-ba73afd1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.card-image[data-v-ba73afd1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}
.variant-card:hover .card-image[data-v-ba73afd1] {
    transform: scale(1.05);
}
.collection-indicator[data-v-ba73afd1] {
    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-ba73afd1] {
    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-ba73afd1] {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.primary-info[data-v-ba73afd1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.name[data-v-ba73afd1] {
    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;
}
.expansion[data-v-ba73afd1] {
    color: #ffd700;
    font-size: 0.7rem;
    font-weight: 500;
    background: rgba(0, 8, 255, 0.15);
    padding: 2px 6px;
    border-radius: 6px;
    width: fit-content;
}
.variant-type[data-v-ba73afd1] {
    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-ba73afd1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.language[data-v-ba73afd1] {
    color: #bbb;
    font-size: 0.7rem;
    font-weight: 500;
    background: #444;
    padding: 2px 6px;
    border-radius: 4px;
}
.card-number[data-v-ba73afd1] {
    color: #888;
    font-size: 0.65rem;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
}
.card-actions[data-v-ba73afd1] {
    padding: 8px 10px 10px;
}
.action-btn[data-v-ba73afd1] {
    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-ba73afd1] {
    background: #1bb700;
    color: white;
}
.add-btn[data-v-ba73afd1]:hover {
    background: #158a00;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(27, 183, 0, 0.3);
}
.remove-btn[data-v-ba73afd1] {
    background: #d7263d;
    color: white;
}
.remove-btn[data-v-ba73afd1]: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-ba73afd1] {
        padding: 8px;
}
.modal-content[data-v-ba73afd1] {
        border-radius: 16px;
        max-height: 95vh;
}
.modal-header[data-v-ba73afd1] {
        padding: 16px 20px;
}
.modal-title[data-v-ba73afd1] {
        font-size: 1.1rem;
}
.close-btn[data-v-ba73afd1] {
        font-size: 1.6rem;
}
.cards-container[data-v-ba73afd1] {
        padding: 24px 8px 120px 8px;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 12px;
}
.collection-indicator[data-v-ba73afd1] {
        width: 20px;
        height: 20px;
        font-size: 12px;
        top: 6px;
        right: 6px;
}
.current-indicator[data-v-ba73afd1] {
        top: 6px;
        left: 6px;
        font-size: 10px;
        padding: 2px 8px;
}
.card-info[data-v-ba73afd1] {
        padding: 10px;
}
.expansion[data-v-ba73afd1] {
        font-size: 0.8rem;
}
.variant-type[data-v-ba73afd1] {
        font-size: 0.7rem;
}
.language[data-v-ba73afd1] {
        font-size: 0.7rem;
}
.card-number[data-v-ba73afd1] {
        font-size: 0.65rem;
}
.action-btn[data-v-ba73afd1] {
        padding: 8px;
        font-size: 15px;
}
}

._wrapper_dewja_2 {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
._label_dewja_8 {
    font-size: 11px;
    font-weight: 500;
    color: #e0e0e0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 4px;
}
._segmentedControl_dewja_17 {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    background: #1a1a1a;
    border-radius: 10px;
    padding: 4px;
    gap: 4px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
._segment_dewja_17 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: none;
    background: transparent;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
    border-radius: 8px;
    min-width: 72px;
    justify-content: center;
}
._segment_dewja_17:hover {
    color: #ccc;
}
._segment_dewja_17._active_dewja_52 {
    color: #fff;
}
._pill_dewja_56 {
    position: absolute;
    z-index: 1;
    top: 4px;
    height: calc(100% - 8px);
    background: linear-gradient(135deg, #3273f6 0%, #2563eb 100%);
    border-radius: 8px;
    transition: left 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), width 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 2px 8px rgba(50, 115, 246, 0.4);
}
._icon_dewja_67 {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
._icon_dewja_67 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

._noCameoMessage_97s7h_2 {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
._label_97s7h_8 {
    font-size: 11px;
    font-weight: 500;
    color: #e0e0e0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 4px;
}
._message_97s7h_17 {
    font-size: 13px;
    color: #777;
    font-style: italic;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.modal-overlay[data-v-f5bdab6d] {
    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-f5bdab6d] {
    background: linear-gradient(135deg, #222 0%, #1a1a1a 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    padding: 0;
    max-width: 95vw;
    max-height: 95vh;
    width: 100%;
    height: 95vh;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.close-btn[data-v-f5bdab6d] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    z-index: 10;
}
.close-btn[data-v-f5bdab6d]:hover {
    background: rgba(0, 0, 0, 0.95);
    transform: scale(1.05);
}
.scrollable-content[data-v-f5bdab6d] {
    overflow-y: auto;
    flex: 1;
    padding: 24px 32px;
    padding-top: 60px;
}
.filter-controls[data-v-f5bdab6d] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}
.cards-grid[data-v-f5bdab6d] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    align-content: start;
}
.loading-container[data-v-f5bdab6d] {
    padding: 60px 32px;
    text-align: center;
    color: #999;
    font-size: 16px;
}
.variant-card[data-v-f5bdab6d] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.variant-card[data-v-f5bdab6d]:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.variant-card.selected-card[data-v-f5bdab6d] {
    border-color: rgba(255, 215, 0, 0.8);
    background: rgba(255, 215, 0, 0.1);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}
.card-image-container[data-v-f5bdab6d] {
    position: relative;
    aspect-ratio: 5/7;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.card-image-container[data-v-f5bdab6d]:hover {
    transform: scale(1.02);
}
.card-image[data-v-f5bdab6d] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.stamp-container[data-v-f5bdab6d] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}
.selected-badge[data-v-f5bdab6d] {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255, 215, 0, 0.95);
    color: #000;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.card-info[data-v-f5bdab6d] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.primary-info[data-v-f5bdab6d] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.name[data-v-f5bdab6d] {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}
.variant-type[data-v-f5bdab6d] {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}
.secondary-info[data-v-f5bdab6d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #888;
}
.select-btn[data-v-f5bdab6d] {
    width: 100%;
    padding: 10px 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.1);
    color: white;
}
.select-btn[data-v-f5bdab6d]:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.02);
}
.select-btn.selected[data-v-f5bdab6d] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.8) 0%, rgba(255, 215, 0, 0.6) 100%);
    border-color: rgba(255, 215, 0, 0.8);
    color: #000;
    font-weight: bold;
}
.select-btn.selected[data-v-f5bdab6d]:hover {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.9) 0%, rgba(255, 215, 0, 0.7) 100%);
}
@media (max-width: 768px) {
.scrollable-content[data-v-f5bdab6d] {
        padding: 16px;
        padding-top: 56px;
}
.filter-controls[data-v-f5bdab6d] {
        gap: 12px;
}
.cards-grid[data-v-f5bdab6d] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 16px;
}
.modal-header[data-v-f5bdab6d] {
        padding: 16px 20px;
}
.modal-title[data-v-f5bdab6d] {
        font-size: 20px;
}
}

._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);
}
._wrapper_9wqbs_2 {
    display: block;
    width: auto;
    margin: 0 auto;
}
._binderWrapper_9wqbs_8 {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
._binder_9wqbs_8 {
    --binder-padding: 20px;
    --binder-padding-horizontal: 20px;
    --binder-padding-vertical: 20px;
    --page-flip-duration: 0.3s;
    --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);
    display: flex;
    flex-direction: row;
    align-items: stretch;

    position: relative;
    perspective: 2500px;
    perspective-origin: center center;
    transition: transform calc(var(--page-flip-duration)*2) cubic-bezier(0.55, 0.45, 0.3, 1);
}
._showingLeft_9wqbs_35 {
    transform: translateX(25%);
}
._showingRight_9wqbs_39 {
    transform: translateX(-25%);
}

/* First page - no left half, no translation needed */
._firstPage_9wqbs_44._showingRight_9wqbs_39 {
    transform: translateX(0);
}

/* Each half of the binder */
._binderHalf_9wqbs_49 {
    flex: 1 1 50%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform calc(var(--page-flip-duration)*2) cubic-bezier(0.4, 0, 0.2, 1),
        filter var(--page-flip-duration) ease;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, #222 0%, #1a1a1a 100%);
    border: #333 dotted 2px;
    box-shadow:
        inset 0 2px 12px 2px rgba(0, 0, 0, 0.25),
        inset 0 -2px 24px 8px rgba(0, 0, 0, 0.18),
        0 4px 20px rgba(0, 0, 0, 0.4);
}
._leftHalf_9wqbs_66 {
    border-radius: 24px 0 0 24px;
    transform-origin: right center;
}
._rightHalf_9wqbs_71 {
    border-radius: 0 24px 24px 0;
    transform-origin: left center;
}

/* Page inside each half */
._page_9wqbs_77 {
    padding: var(--binder-padding);
    border-radius: 6px;
    position: relative;
    flex: 1;
    box-sizing: border-box;
    color: #f0f0f0;
    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%);
    margin: 8px;
}

/* Tilted states */
._tiltedLeft_9wqbs_93 {
    transform: perspective(800px) rotateY(45deg) scale(0.45, 1);
    filter: brightness(0.9);
    cursor: pointer;
    z-index: 0;
}
._tiltedRight_9wqbs_100 {
    transform: perspective(800px) rotateY(-45deg) scale(0.45, 1);
    filter: brightness(0.9);
    cursor: pointer;
    z-index: 0;
}
._tiltedLeft_9wqbs_93:hover,
._tiltedRight_9wqbs_100:hover {
    filter: brightness(0.7);
}

/* Page content in tilted state - visible but not interactive */
._tiltedLeft_9wqbs_93 ._page_9wqbs_77,
._tiltedRight_9wqbs_100 ._page_9wqbs_77 {
    pointer-events: none;
}

/* Overlay for tilted side */
._tiltedOverlay_9wqbs_119 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 10;
    border-radius: inherit;
    pointer-events: none;
}
._tiltedLeft_9wqbs_93:hover ._tiltedOverlay_9wqbs_119,
._tiltedRight_9wqbs_100:hover ._tiltedOverlay_9wqbs_119 {
    opacity: 1;
}
._flipHint_9wqbs_139 {
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

/* Top edge - shows the "thickness" of the tilted binder half */
._topEdge_9wqbs_147 {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(to bottom, #555, #333);
    transform: rotateX(-90deg) translateZ(3px);
    transform-origin: bottom center;
    opacity: 0;
    transition: opacity var(--page-flip-duration) ease;
    border-radius: 2px 2px 0 0;
}
._tiltedLeft_9wqbs_93 ._topEdge_9wqbs_147,
._tiltedRight_9wqbs_100 ._topEdge_9wqbs_147 {
    opacity: 1;
}
@media screen and (max-width: 768px) {
._binder_9wqbs_8 {
        --binder-padding: 12px;
}
._flipHint_9wqbs_139 {
        font-size: 18px;
}
}

/* Single page mode - cards can be bigger since we only show one page */
/* Account for tilted side (~60px) + spine (~20px) = ~80px on desktop */
.single-page-binder [class*="_grid4_"][class*="_card_"] {
    width: min(calc((100vw - 100px) / 2 - 40px), calc(97dvh / 2 * 0.7 - 60px)) !important;
}
.single-page-binder [class*="_grid9_"][class*="_card_"] {
    width: min(calc((100vw - 100px) / 3 - 32px), calc(97dvh / 3 * 0.71 - 40px)) !important;
}
.single-page-binder [class*="_grid12_"][class*="_card_"] {
    width: min(calc((100vw - 100px) / 4 - 28px), calc(97dvh / 3 * 0.71 - 40px)) !important;
}
.single-page-binder [class*="_grid16_"][class*="_card_"] {
    width: min(calc((100vw - 100px) / 4 - 28px), calc(97dvh / 4 * 0.71 - 40px)) !important;
}
@media screen and (max-height: 600px) {
.single-page-binder [class*="_grid4_"][class*="_card_"] {
        width: calc((100vw - 100px) / 2 - 40px) !important;
}
.single-page-binder [class*="_grid9_"][class*="_card_"] {
        width: calc((100vw - 100px) / 3 - 32px) !important;
}
.single-page-binder [class*="_grid12_"][class*="_card_"] {
        width: calc((100vw - 100px) / 4 - 28px) !important;
}
.single-page-binder [class*="_grid16_"][class*="_card_"] {
        width: calc((100vw - 100px) / 4 - 28px) !important;
}
}

/* Mobile: tilted side (~40px) + spine (~14px) = ~54px */
@media screen and (max-width: 600px) {
.single-page-binder [class*="_grid4_"][class*="_card_"] {
        width: calc((100vw - 60px) / 2 - 22px) !important;
}
.single-page-binder [class*="_grid9_"][class*="_card_"] {
        width: calc((100vw - 60px) / 3 - 20px) !important;
}
.single-page-binder [class*="_grid12_"][class*="_card_"] {
        width: calc((100vw - 60px) / 4 - 16px) !important;
}
.single-page-binder [class*="_grid16_"][class*="_card_"] {
        width: calc((100vw - 60px) / 4 - 16px) !important;
}
}

/** Transition previous */
.single-transition-next-right-leave-to {
    transform: rotateY(-45deg) skewY(-2deg) skewX(2deg) scaleY(0.97);
}
.single-transition-previous-left-leave-to {
    transform: rotateY(45deg) skewY(-2deg) skewX(2deg) scaleY(0.97);
}
.single-transition-next-left-leave-to {
    filter: brightness(0.5) drop-shadow(0 4px 16px rgba(0, 0, 0, 0.5));
    z-index: 1;
}
.single-transition-previous-right-leave-to {
    filter: brightness(0.5) drop-shadow(0 4px 16px rgba(0, 0, 0, 0.5));
    z-index: 1;
}
.single-transition-previous-right-leave-active {
    transition: filter calc(var(--page-flip-duration)*1.8) ease;
    position: absolute;
    top: 0;
    width: 50%;
    right: calc(50% - var(--binder-padding-horizontal));
}
.single-transition-next-left-leave-active {
    transition: filter calc(var(--page-flip-duration)*1.8) ease;
    position: absolute;
    top: 0;
    width: 100%;
    left: var(--binder-padding-horizontal);
}
.single-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: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.single-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: 100%;
    top: 0;
    right: -(var(--binder-padding-horizontal));
    position: absolute;
}
.single-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;
}
.single-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);
    transform-style: preserve-3d;
    transform-origin: left;
    visibility: hidden;
    z-index: 1;
    right: 0;
}
.single-transition-next-left-enter-from {
    visibility: hidden;
    transform: rotateY(90deg);
}
.single-transition-previous-right-enter-from {
    visibility: hidden;
    transform: rotateY(-90deg);
}
.single-transition-previous-right-enter-to {
    visibility: visible;
    transform: rotateY(0deg) skewY(0deg) skewX(0deg) scaleY(1);
}
.single-transition-next-left-enter-to {
    visibility: visible;
    transform: rotateY(0deg) skewY(0deg) skewX(0deg) scaleY(1);
}

._segmentedWrapper_1mp79_2 {
  display: contents;
}
._dropdown_1mp79_6 {
  position: relative;
  display: inline-block;
}
._labelGroup_1mp79_11 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
._label_1mp79_11 {
  font-size: 11px;
  font-weight: 500;
  color: #e0e0e0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-left: 4px;
}
._trigger_1mp79_26 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 16px;
  background: #1a1a1a;
  border: none;
  border-radius: 8px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 90px;
}
._trigger_1mp79_26:hover {
  background: #222;
  color: #ccc;
}
._value_1mp79_48 {
  display: inline-block;
}
._arrow_1mp79_52 {
  transition: transform 0.2s ease;
  opacity: 0.7;
  flex-shrink: 0;
}
._menu_1mp79_58 {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #222;
  border: 1px solid #444;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 10;
  min-width: 120px;
  overflow: hidden;
}
._option_1mp79_71 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  background: none;
  border: none;
  color: #888;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
  justify-content: center;
}
._option_1mp79_71:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ccc;
}
._option_1mp79_71._active_1mp79_90 {
  background: rgba(50, 115, 246, 0.2);
  color: #fff;
  font-weight: 600;
}

._noCollectedMessage_1cga8_2 {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
._label_1cga8_8 {
    font-size: 11px;
    font-weight: 500;
    color: #e0e0e0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 4px;
}
._message_1cga8_17 {
    font-size: 13px;
    color: #777;
    font-style: italic;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

._wrapper_1timb_2 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
._labelRow_1timb_9 {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-left: 4px;
}
._label_1timb_9 {
    font-size: 11px;
    font-weight: 500;
    color: #e0e0e0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
._infoButton_1timb_24 {
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 0.2s, background 0.2s;
}
._infoButton_1timb_24:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
._tooltip_1timb_42 {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: #1a1a2e;
    border: 1px solid #333;
    border-radius: 10px;
    z-index: 100;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    min-width: 240px;
}
._tooltipHeader_1timb_55 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #333;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}
._closeButton_1timb_66 {
    background: none;
    border: none;
    color: #888;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}
._closeButton_1timb_66:hover {
    color: #fff;
}
._tooltipContent_1timb_80 {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
._modeExplanation_1timb_87 {
    color: #ccc;
    font-size: 12px;
    line-height: 1.4;
}
._modeExplanation_1timb_87 strong {
    color: #fff;
    display: block;
    margin-bottom: 4px;
}
._modeExplanation_1timb_87 p {
    margin: 0;
}
._migrationNote_1timb_103 {
    color: #999;
    font-size: 11px;
    line-height: 1.4;
    padding-top: 8px;
    border-top: 1px solid #333;
}
._migrationNote_1timb_103 strong {
    color: #ccc;
}

._inputRow_hqijl_2 {
  margin-bottom: 8px;
  border: 1px solid #333;
  border-radius: 0 0 12px 12px;
  background: #333;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 0;
  transition: all 0.3s ease;
}
._collapseButton_hqijl_12 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 24px;
  padding: 0px 0px 4px 0px;
  background: inherit;
  border: none;
  border-radius: 0 0 15px 15px;
  color: #FFF;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 2px;
}
._collapseButton_hqijl_12:hover {
  color: #888;
}
._collapseArrow_hqijl_33 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: transform 0.2s ease;
}
._contentWrapper_hqijl_41 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 2rem 20px 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
}
._controlsWrapper_hqijl_51 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
._setDisplay_hqijl_57 {
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
._setDisplay_hqijl_57:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
._setLabel_hqijl_71 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
._controlGroup_hqijl_77 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
._controlLabel_hqijl_83 {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #e0e0e0;
  letter-spacing: 0.5px;
  padding-left: 4px;
}
._activeSetBadge_hqijl_92 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  background: #1a1a1a;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: auto;
  min-height: 36px;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
._activeSetBadge_hqijl_92:hover {
  background: #222;
}
._activeSetBadgeImage_hqijl_112 {
  width: 15px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
._activeSetBadgeText_hqijl_120 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
._moreOptionsWrapper_hqijl_129 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
}
._moreOptionsWrapper_hqijl_129._expanded_hqijl_136 {
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
._moreOptionsButton_hqijl_144 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #1a1a1a;
  border: none;
  border-radius: 10px;
  color: #ccc;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
._moreOptionsWrapper_hqijl_129._expanded_hqijl_136 ._moreOptionsButton_hqijl_144 {
  align-self: stretch;
  background: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #888;
  margin-bottom: 4px;
}
._moreOptionsButton_hqijl_144:hover {
  background: #222;
  color: #fff;
}
._moreOptionsWrapper_hqijl_129._expanded_hqijl_136 ._moreOptionsButton_hqijl_144:hover {
  background: transparent;
  color: #aaa;
}
._toggleIcon_hqijl_182 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  transition: all 0.2s ease;
  color: #999;
}
._moreOptionsButton_hqijl_144:hover ._toggleIcon_hqijl_182 {
  background: rgba(255, 255, 255, 0.12);
  color: #ccc;
}
._advancedControls_hqijl_201 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
._inputRow_hqijl_2 {
    border-radius: 0 0 12px 12px;
}
._collapseButton_hqijl_12 {
    display: flex;
}
._contentWrapper_hqijl_41 {
    padding: 16px 1rem 8px 1rem;
    flex-direction: column;
    gap: 12px;
}
._controlsWrapper_hqijl_51,
  ._moreOptionsWrapper_hqijl_129,
  ._advancedControls_hqijl_201 {
    width: 100%;
    flex-direction: column;
    gap: 12px;
}
._activeSetBadge_hqijl_92 {
    padding: 12px 16px;
    min-height: 44px;
    font-size: 15px;
}
._activeSetBadgeImage_hqijl_112 {
    width: 18px;
    height: 25px;
}
._activeSetBadgeText_hqijl_120 {
    font-size: 15px;
}
}

.list-card[data-v-31e9d9a9] {
    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-31e9d9a9]:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}
.list-card.selected[data-v-31e9d9a9] {
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
}
.list-card.collected[data-v-31e9d9a9] {
    border-color: #10b981;
}
.card-image-container[data-v-31e9d9a9] {
    position: relative;
    width: 100%;
    aspect-ratio: 63/88;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}
.stamp-container[data-v-31e9d9a9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.card-image[data-v-31e9d9a9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}
.list-card:hover .card-image[data-v-31e9d9a9] {
    transform: scale(1.02);
}
.collection-indicator[data-v-31e9d9a9] {
    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-31e9d9a9] {
    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-31e9d9a9],
.remove-button[data-v-31e9d9a9] {
    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-31e9d9a9] {
    background: #1bb700;
    box-shadow: 0 4px 16px 0 #1bb70033, 0 0 0 2px #1bb70099;
    border: 2px solid #158a00;
}
.add-button[data-v-31e9d9a9]:hover,
.add-button[data-v-31e9d9a9]:focus {
    background: #158a00;
    box-shadow: 0 6px 24px 0 #1bb70055, 0 0 0 3px #158a0099;
    border-color: #0e5c00;
}
.remove-button[data-v-31e9d9a9] {
    background: #d7263d;
    box-shadow: 0 4px 16px 0 #d7263d33, 0 0 0 2px #d7263d99;
    border: 2px solid #a81c2a;
}
.remove-button[data-v-31e9d9a9]:hover,
.remove-button[data-v-31e9d9a9]:focus {
    background: #a81c2a;
    box-shadow: 0 6px 24px 0 #d7263d55, 0 0 0 3px #a81c2a99;
    border-color: #6d101a;
}
.card-info[data-v-31e9d9a9] {
    padding: 8px 4px 4px 4px;
    text-align: center;
}
.card-name[data-v-31e9d9a9] {
    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-31e9d9a9] {
    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-31e9d9a9] {
        font-size: 13px;
}
.card-details[data-v-31e9d9a9] {
        font-size: 11px;
}
}

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

/* Mobile sizing - 3 cards per row */
@media (480px <=width < 768px) {
.list-card[data-v-31e9d9a9] {
        padding: 6px;
}
.card-name[data-v-31e9d9a9] {
        font-size: 11px;
}
.card-details[data-v-31e9d9a9] {
        font-size: 9px;
}
.collection-indicator[data-v-31e9d9a9] {
        width: 18px;
        height: 18px;
        top: 4px;
        right: 4px;
}
.collection-indicator svg[data-v-31e9d9a9] {
        width: 10px;
        height: 10px;
}
.add-button[data-v-31e9d9a9],
    .remove-button[data-v-31e9d9a9] {
        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-bad42039] {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #0f1419 0%, #1a1a2e 100%);
    padding: 20px;
    box-sizing: border-box;
}
.list-container[data-v-bad42039] {
    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-bad42039] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
}
}

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

/* Mobile: 3 cards per row */
@media (480px <=width < 768px) {
.list-wrapper[data-v-bad42039] {
        padding: 12px;
}
.list-container[data-v-bad42039] {
        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-bad42039] {
        padding: 8px;
}
.list-container[data-v-bad42039] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 8px;
}
}

svg.filled[data-v-20ba957f] {
    color: #ffd700;
}

.sidebar-overlay[data-v-8e51d3e8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
}
.set-sidebar-container[data-v-8e51d3e8] {
    position: fixed;
    left: 0;
    top: var(--0ade7d77);
    bottom: 0;
    width: 280px;
    background: #1a1a1a;
    border-right: 1px solid #333;
    overflow: hidden;
    z-index: 99;
    margin: 0;
    padding: 0;
    transition: top 0.2s ease-out;
    display: block;
}
.sidebar-nav[data-v-8e51d3e8] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
}
.sidebar-header[data-v-8e51d3e8] {
    padding: 24px 20px 16px;
    border-bottom: 1px solid #333;
    flex-shrink: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar-header h2[data-v-8e51d3e8] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #f0f0f0;
    padding: 0;
}
.close-button[data-v-8e51d3e8] {
    background: transparent;
    border: none;
    color: #f0f0f0;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
    min-width: 36px;
    min-height: 36px;
}
.close-button[data-v-8e51d3e8]:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}
.close-button svg[data-v-8e51d3e8] {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}
.search-section[data-v-8e51d3e8] {
    padding: 16px 12px;
    border-bottom: 1px solid #333;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.search-icon[data-v-8e51d3e8] {
    width: 18px;
    height: 18px;
    color: #999;
    flex-shrink: 0;
}
.search-input[data-v-8e51d3e8] {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    border-radius: 6px;
    padding: 10px 12px;
    color: #f0f0f0;
    font-size: 16px;
    outline: none;
    transition: all 0.2s ease;
}
.search-input[data-v-8e51d3e8]::placeholder {
    color: #999;
}
.search-input[data-v-8e51d3e8]:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #444;
}
.clear-button[data-v-8e51d3e8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #999;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.clear-button[data-v-8e51d3e8]:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #e0e0e0;
}
.clear-button svg[data-v-8e51d3e8] {
    width: 14px;
    height: 14px;
}

/* Categories View */
.categories-view[data-v-8e51d3e8] {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.categories-content[data-v-8e51d3e8] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 140px;
}
.categories-list[data-v-8e51d3e8] {
    padding: 8px 0;
}
.favorites-section[data-v-8e51d3e8] {
    border-top: 1px solid #333;
    padding: 12px 0;
}
.favorites-title[data-v-8e51d3e8] {
    margin: 0;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b0b0b0;
    letter-spacing: 0.5px;
}
.favorites-list[data-v-8e51d3e8] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}
.category-button[data-v-8e51d3e8] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: none;
    border: none;
    color: #d0d0d0;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
    gap: 10px;
    border-left: 3px solid transparent;
}
.category-button[data-v-8e51d3e8]:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #e0e0e0;
}
.category-button-label[data-v-8e51d3e8] {
    flex: 1;
    text-align: left;
    font-weight: 500;
}
.category-button-count[data-v-8e51d3e8] {
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #888;
    padding: 2px 8px;
    border-radius: 10px;
    min-width: 24px;
    text-align: center;
}
.category-button-chevron[data-v-8e51d3e8] {
    width: 16px;
    height: 16px;
    color: #999;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

/* Sets View */
.sets-view[data-v-8e51d3e8] {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sets-header[data-v-8e51d3e8] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #333;
    flex-shrink: 0;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.1s ease;
    color: inherit;
    font-family: inherit;
}
.sets-header[data-v-8e51d3e8]:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.back-button-icon[data-v-8e51d3e8] {
    width: 20px;
    height: 20px;
    color: #888;
    flex-shrink: 0;
    transition: color 0.1s ease;
}
.sets-header:hover .back-button-icon[data-v-8e51d3e8] {
    color: #e0e0e0;
}
.sets-title[data-v-8e51d3e8] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #f0f0f0;
}
.sets-list[data-v-8e51d3e8] {
    flex: 1;
    overflow-y: auto;
    padding: 8px;
    padding-bottom: 140px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.set-item[data-v-8e51d3e8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.1s ease;
    border-radius: 6px;
    border-left: 3px solid transparent;
    position: relative;
}
.set-item[data-v-8e51d3e8]:hover {
    background-color: rgba(255, 255, 255, 0.08);
}
.set-item.selected-set[data-v-8e51d3e8] {
    background-color: rgba(99, 102, 241, 0.15);
    border-left-color: #6366f1;
}
.set-item.locked-set[data-v-8e51d3e8] {
    opacity: 0.9;
    cursor: pointer;
}
.set-image[data-v-8e51d3e8] {
    width: 40px;
    height: 56px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}
.set-info[data-v-8e51d3e8] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}
.set-name[data-v-8e51d3e8] {
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pokedex-number[data-v-8e51d3e8] {
    color: #888;
    font-size: 12px;
}
.favorite-button[data-v-8e51d3e8] {
    background: none;
    border: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.1s ease;
    flex-shrink: 0;
}
.favorite-button[data-v-8e51d3e8]:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #e0e0e0;
}
.star-icon[data-v-8e51d3e8] {
    width: 20px;
    height: 20px;
}
.locked-overlay[data-v-8e51d3e8] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.3);
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 20px;
    border-radius: 3px;
    pointer-events: none;
}
.lock-icon[data-v-8e51d3e8] {
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.empty-state[data-v-8e51d3e8] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #666;
    font-size: 14px;
}

/* Scrollbar styling */
.categories-list[data-v-8e51d3e8]::-webkit-scrollbar,
.sets-list[data-v-8e51d3e8]::-webkit-scrollbar {
    width: 6px;
}
.categories-list[data-v-8e51d3e8]::-webkit-scrollbar-track,
.sets-list[data-v-8e51d3e8]::-webkit-scrollbar-track {
    background: transparent;
}
.categories-list[data-v-8e51d3e8]::-webkit-scrollbar-thumb,
.sets-list[data-v-8e51d3e8]::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 3px;
}
.categories-list[data-v-8e51d3e8]::-webkit-scrollbar-thumb:hover,
.sets-list[data-v-8e51d3e8]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Slide animation */
.slide-right-enter-active[data-v-8e51d3e8],
.slide-right-leave-active[data-v-8e51d3e8] {
    transition: all 0.15s ease;
}
.slide-right-enter-from[data-v-8e51d3e8] {
    opacity: 0;
    transform: translateX(100%);
}
.slide-right-leave-to[data-v-8e51d3e8] {
    opacity: 0;
    transform: translateX(-100%);
}

/* Sidebar slide transition for desktop/mobile */
.sidebar-slide-enter-active[data-v-8e51d3e8],
.sidebar-slide-leave-active[data-v-8e51d3e8] {
    transition: all 0.3s ease;
}
.sidebar-slide-enter-from[data-v-8e51d3e8] {
    transform: translateX(-100%);
    opacity: 0;
}
.sidebar-slide-leave-to[data-v-8e51d3e8] {
    transform: translateX(-100%);
    opacity: 0;
}
@media (max-width: 768px) {
.set-sidebar-container[data-v-8e51d3e8] {
        width: 100%;
        z-index: 1000;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
}
.sidebar-header[data-v-8e51d3e8] {
        padding: 16px 16px 12px;
}
.sidebar-header h2[data-v-8e51d3e8] {
        font-size: 18px;
}
.search-section[data-v-8e51d3e8] {
        padding: 12px;
}
.category-button[data-v-8e51d3e8] {
        padding: 12px 16px;
        font-size: 15px;
}
.set-image[data-v-8e51d3e8] {
        width: 36px;
        height: 50px;
}
.set-name[data-v-8e51d3e8] {
        font-size: 13px;
}
.pokedex-number[data-v-8e51d3e8] {
        font-size: 12px;
}
.back-button[data-v-8e51d3e8] {
        width: 32px;
        height: 32px;
}
.sets-title[data-v-8e51d3e8] {
        font-size: 16px;
}
}

._binderHeader_r17op_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;
}
._titleRow_r17op_13 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
._setTitle_r17op_20 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #e0e0e0;
    margin: 0;
    letter-spacing: 0.02em;
    position: relative;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
    user-select: none;
}
._setTitle_r17op_20:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
._favoriteButton_r17op_38 {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
}
._favoriteButton_r17op_38:hover {
    transform: translateY(-50%) scale(1.1);
}
._heartIcon_r17op_57 {
    width: 24px;
    height: 24px;
    color: #fbbf24;
    transition: all 0.2s ease;
}
._headerStats_r17op_64 {
    display: flex;
    gap: 32px;
    font-size: 1.1rem;
    color: #e0e0e0;
    font-weight: 600;
}
@media screen and (max-width: 600px) {
._binderHeader_r17op_2 {
        padding: 12px 10px 8px 10px;
        gap: 6px;
}
._headerStats_r17op_64 {
        gap: 12px;
        font-size: 1rem;
        flex-wrap: wrap;
        justify-content: center;
}
._setTitle_r17op_20 {
        font-size: 1.1rem;
}
}

._container_4h8c9_2 {
    margin-top: 32px;
    width: 100%;
    padding: 12px 2rem 20px 2rem;
    display: flex;
    justify-content: center;
}
._suggestionsSection_4h8c9_10 {
    width: 100%;
    max-width: 1400px;
}
._sectionTitle_4h8c9_16 {
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary, #1a202c);
}
._setsGrid_4h8c9_23 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}
._setCard_4h8c9_30 {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--card-border, #e0e3e8);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
._setCard_4h8c9_30:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: var(--card-border-hover, #cbd5e0);
}
._setImageContainer_4h8c9_48 {
    width: 100%;
    aspect-ratio: 7 / 9.89;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f2f5 0%, #e8eaef 100%);
}
._setImage_4h8c9_48 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
._setCard_4h8c9_30:hover ._setImage_4h8c9_48 {
    transform: scale(1.05);
}
._setDetails_4h8c9_66 {
    padding: 0.5rem;
    display: flex;
    min-height: 2.5rem;
    flex-direction: column;
    gap: 0.25rem;
}
._setName_4h8c9_74 {
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--text-primary, #1a202c);
    line-height: 1.1;
}
._pokedexNumber_4h8c9_81 {
    font-size: 0.7rem;
    color: var(--text-secondary, #4a5568);
}
._viewAllButton_4h8c9_86 {
    width: 100%;
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    margin-top: 8px;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}
._viewAllButton_4h8c9_86:hover {
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

/* Mobile responsive */
@media (max-width: 768px) {
._setsGrid_4h8c9_23 {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
        margin-bottom: 0.75rem;
}
._setCard_4h8c9_30 {
        border-radius: 8px;
}
}
._sectionTitle_4h8c9_16 {
    color: #f7fafc;
}
._setCard_4h8c9_30 {
    background: #2d3748;
    border-color: #4a5568;
}
._setImageContainer_4h8c9_48 {
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
}
._setName_4h8c9_74 {
    color: #f7fafc;
}
._pokedexNumber_4h8c9_81 {
    color: #cbd5e0;
}
._setCard_4h8c9_30:hover {
    border-color: #718096;
}

._container_1rkpr_2 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #0f1419 0%, #1a1a2e 100%);
}
._binderWrapper_1rkpr_10 {
  flex: 1;
  padding: 0 0 1rem 0;
}
._setTitle_1rkpr_15 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #e0e0e0;
  margin: 0;
  letter-spacing: 0.02em;
}
._headerStats_1rkpr_23 {
  display: flex;
  gap: 32px;
  font-size: 1.1rem;
  color: #e0e0e0;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
._binderWrapper_1rkpr_10 {
    margin-left: 0;
    padding: 1rem 0;
}
._binderHeader_1rkpr_37 {
    padding: 12px 10px 8px 10px;
    gap: 6px;
}
._headerStats_1rkpr_23 {
    gap: 12px;
    font-size: 1rem;
    flex-wrap: wrap;
}
._setTitle_1rkpr_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;
}
}
