/* 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);
}
/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

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

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

  --section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
  :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);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
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;
}
#app{
  position: relative;
  min-height: 100vh;
  overflow:hidden;
}


.login-wrapper[data-v-e14d1e5f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}
button[data-v-e14d1e5f] {
  margin-top: 16px;
  padding: 8px 24px;
  font-size: 1.1em;
}

._stamp_1if4p_2 {
    position: absolute;
    bottom: 54.25%;
    right: 7%;
    height: 5%;
    object-fit: cover;
    z-index: 5;
    pointer-events: none;
}
._dragonFrontiersStamp_1if4p_12 {
    right: 6%;
    height: 6%;
}
._teamRocketReturnsStamp_1if4p_17 {
    height: 7%;
}
._legendMakerStamp_1if4p_21 {
    height: 6%;
}
._powerKeepersStamp_1if4p_25 {
    height: 8%;
}
._crystalGuardiansStamp_1if4p_29 {
    height: 9%;
}

._card_mtebm_2 {
  position: relative;
  max-width: 240px;
  max-height: 440px;
  aspect-ratio: 7 / 9.89;
  overflow: visible;
  /* allow the sleeve to extend beyond */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer
}
._card_mtebm_2 ._cardImage_mtebm_20 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  z-index: 2;
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
@media screen and (max-width: 800px) {
._card_mtebm_2 ._cardImage_mtebm_20 {
    border-radius: 1px;
}
}
._stampContainer_mtebm_38 {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._card_mtebm_2._notCollected_mtebm_47 ._cardImage_mtebm_20:not(img),
._card_mtebm_2._notCollected_mtebm_47 ._stampContainer_mtebm_38 {
  transform: scale(0.75);
}

/* Overlay sleeve */
._card_mtebm_2._overlay_mtebm_53::before,
._card_mtebm_2._overlay_mtebm_53._notCollected_mtebm_47::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_mtebm_2._overlay_mtebm_53::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_mtebm_72 ._card_mtebm_2._overlay_mtebm_53::before {
  z-index: 11 !important;
}
._card_mtebm_2._overlay_mtebm_53._notCollected_mtebm_47::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);
}
._card_mtebm_2 ._reverseHolo_mtebm_82 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  z-index: 12432;
  opacity: 1;
}


/* Glossy sheen */
._card_mtebm_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_mtebm_111 {
  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_mtebm_125 {
  display: flex;
  gap: 8px;
  justify-content: center;
  pointer-events: auto;
}
._controlButton_mtebm_132 {
  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_mtebm_132._add_mtebm_147 {
  background: #1bb700;
  box-shadow: 0 4px 16px 0 #1bb70033, 0 0 0 2px #1bb70099;
  border: 2px solid #158a00;
}
._controlButton_mtebm_132._add_mtebm_147:hover,
._controlButton_mtebm_132._add_mtebm_147:focus {
  background: #158a00;
  box-shadow: 0 6px 24px 0 #1bb70055, 0 0 0 3px #158a0099;
  border-color: #0e5c00;
}
._controlButton_mtebm_132._remove_mtebm_160 {
  background: #d7263d;
  box-shadow: 0 4px 16px 0 #d7263d33, 0 0 0 2px #d7263d99;
  border: 2px solid #a81c2a;
}
._controlButton_mtebm_132._remove_mtebm_160:hover,
._controlButton_mtebm_132._remove_mtebm_160:focus {
  background: #a81c2a;
  box-shadow: 0 6px 24px 0 #d7263d55, 0 0 0 3px #a81c2a99;
  border-color: #6d101a;
}
._title_mtebm_173 {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  /* Move title higher above button */
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  padding: 2px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  word-break: break-word;
  pointer-events: auto;
  line-height: 1.2;
  max-width: none;
  white-space: normal;
  overflow-wrap: break-word;
}
._variant_mtebm_196 {
  font-size: 0.875rem;
  color: #ffe082;
  margin-top: 2px;
}
@media screen and (max-width: 800px) {
._grid_mtebm_203 {
    gap: 12px;
}
._card_mtebm_2._overlay_mtebm_53::before,
  ._card_mtebm_2._overlay_mtebm_53._notCollected_mtebm_47::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_mtebm_196 {
    font-size: 11px;
}
._title_mtebm_173 {
    font-size: 10px;
    padding: 0.5px 2px;
    margin-bottom: 0;
    border-radius: 2px;
    line-height: 1.05;
    left: 50%;
    right: auto;
    max-width: none;
    width: 220%;
    transform: translateX(-50%);
    min-height: unset;
    height: auto;
    box-sizing: border-box;
    bottom: 32px;
}
._controlButton_mtebm_132 {
    font-size: 14px;
    padding: 2px 8px;
}
._buttonRow_mtebm_125 {
    gap: 4px;
}
}
._cardTransitioning_mtebm_72 div._cardImage_mtebm_20 {
  visibility: hidden;
}
._cardTransitioning_mtebm_72 {
  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_yqqih_2 {
  display: grid;
  position: relative;
  gap: 24px;
  width: fit-content;
}
._grid4_yqqih_9 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
._grid9_yqqih_14 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
._grid12_yqqih_19 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
._grid16_yqqih_24 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}


._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%);
}

._binderEdgeLeft_jip3y_2,
._binderEdgeRight_jip3y_3 {
  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_jip3y_2 {
  left: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
._binderEdgeRight_jip3y_3 {
  right: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
._binderEdgeLeft_jip3y_2:hover:not([aria-disabled="true"]),
._binderEdgeRight_jip3y_3:hover:not([aria-disabled="true"]) {
  background: rgba(255, 255, 255, 0.1);
}
._binderEdgeLeft_jip3y_2[aria-disabled="true"],
._binderEdgeRight_jip3y_3[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.2;
}

._blankPage_l2d4p_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
._signatureLogo_l2d4p_11 {
  font-family: "Pacifico", cursive;
  color: #ffe082;
  font-style: italic;
  letter-spacing: 2px;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.18), 0 1px 0 #fff8dc;
  width: auto;
  font-size: clamp(0.1rem, 5vw, 4rem);
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}


._blankPage_1uzku_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
._binderWrapper_1uzku_11 {
  max-width: 1060px;
  width: 98%;
  margin: 0 auto;
  padding-bottom: 24px;
  justify-content: center;
  align-items: center;
  gap: 0;
}
._grid4_1uzku_21 ._binderWrapper_1uzku_11 {
  max-width: 900px;
}
._leftPage_1uzku_25 {
  margin-right: 4px;
}
._rightPage_1uzku_29 {
  margin-left: 4px;
}
._leftPage_1uzku_25,
._rightPage_1uzku_29 {
  border-radius: 6px;
  padding: 20px;
  flex: 1;
  position: relative;
  z-index: 1;
  color: #f0f0f0;
}
._rightPage_1uzku_29:not(._blankPage_1uzku_2),
._leftPage_1uzku_25:not(._blankPage_1uzku_2) {
  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_1uzku_29 {
  padding-left: 16px;
}
._leftPage_1uzku_25._isStacked_1uzku_63:not(._blankPage_1uzku_2)::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_1uzku_29._isStacked_1uzku_63:not(._blankPage_1uzku_2)::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_1uzku_103 {
  display: block;
  width: 100%;
}
._binder_1uzku_11 {
  --binder-padding-horizontal: 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: flex;
  position: relative;
  margin-top: 16px;
  margin: 0 auto;
  width: 100%;
  perspective: 2500px;
  perspective-origin: center;
  overflow-y: hidden;
  height: auto;
  max-height: 800px;
  transform-style: preserve-3d;
  padding: 16px var(--binder-padding-horizontal);
}
._grid4_1uzku_21 ._binder_1uzku_11 {
  aspect-ratio: 2.99 / 2;
  max-height: 1000px !important;
}
._grid9_1uzku_132 ._binder_1uzku_11 {
  aspect-ratio: 3 / 2;
  max-height: 800px;
}
._grid12_1uzku_137 ._binder_1uzku_11 {
  aspect-ratio: 3.95 / 2;
  max-height: 540px;
}
._grid16_1uzku_142 ._binder_1uzku_11 {
  aspect-ratio: 3.05 / 2;
  max-height: 800px;
}
._binder_1uzku_11::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_1uzku_29:not(._blankPage_1uzku_2)::after,
._leftPage_1uzku_25:not(._blankPage_1uzku_2)::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_1uzku_11::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;
}
@media screen and (max-width: 600px) {
._binder_1uzku_11 {
    --binder-padding-horizontal: 12px;
    padding: 16px var(--binder-padding-horizontal);
}
._leftPage_1uzku_25,
  ._rightPage_1uzku_29 {
    padding: 16px;
}
._grid4_1uzku_21 ._binder_1uzku_11 {
    aspect-ratio: 2.9 / 2;
    max-height: 400px;
}
}
.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;
    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;
    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;
    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;
    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);
}
._inputRow_5tn5a_2 {
  margin-bottom: 16px;
}
._binderSizeRow_5tn5a_6 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
}
#_logout-btn_5tn5a_1 {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 10;
  padding: 8px 18px;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1em;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
  transition: background 0.15s;
}
#_logout-btn_5tn5a_1:hover {
  background: #444;
}

.set-selection-container[data-v-51bd03c2] {
    display: grid;
    padding: 0px 24px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}
@media screen and (max-width: 1000px) {
.set-selection-container[data-v-51bd03c2] {
        padding: 0 12px;
}
}
.set-card[data-v-51bd03c2] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
    padding: 1.2rem 2rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.set-card[data-v-51bd03c2]:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    transform: translateY(-2px) scale(1.03);
}
.set-name[data-v-51bd03c2] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

._container_d86f3_2 {
  width: 100%;
  height: 100%;
}
