/* === Auto-generated Anyan CSS === */
/* Theme: Black Light | Built: 2025-12-09 20:26:46 UTC */

@font-face {
  font-family: "Doll";
  src:
    url("/static/font/Doll.woff2") format("woff2"),
    url("/static/font/Doll.ttf") format("truetype"),
    url("/static/font/Doll.otf") format("opentype");
  font-display: swap;
}

body {
  background-image: url("/static/bg/bg-deep-blue.jpg");
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
  margin: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  justify-items: center;
  align-items: start;
  margin: 30px 0;
}

.button {
  width: 200px;
  height: 240px;
  border-radius: 9px;
  border: 4px solid rgba(0,0,0,1);
  background: transparent;
  position: relative;
  box-shadow: 13px 6px 6px 4px rgba(0,0,0,0.7);
  transition: all 0.35s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  overflow: hidden;
  text-decoration: none;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: linear-gradient(123deg, rgba(255,0,204,1) 0%, rgba(51,0,255,1) 100%);
  opacity: 0.60;
  z-index: 0;
  pointer-events: none;
}

.button > * { position: relative; z-index: 1; }

.button:hover {
  transform: translateY(-3px);
  border-color: rgba(253,255,140,1);
  box-shadow: 13px 6px 6px 4px rgba(0,0,0,0.7), 0 0 58px 28px rgba(220,130,255,0.47);
}

.button:hover::before { background: linear-gradient(160deg, rgba(245,245,255,1) 0%, rgba(221,221,255,1) 100%); }

.button img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #f6f6f6;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.label-title {
  position: absolute;
  left: 50%;
  top: calc(87%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  font-family: "Doll", "Segoe UI", Arial, sans-serif;
  margin-top: 10px;
  color: #0a0633;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  text-shadow: 5px 5px 2px rgba(0,0,0,0.3);
  transition: all 0.35s ease-in-out;
}

.button:hover .label-title {
  font-size: 29px;
  font-weight: 600;
  color: #6a40ff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  text-shadow: 5px 5px 2px rgba(0,0,0,0.3), 0 0 6px rgba(255,255,255,0.8);
  transition: all 0.35s ease-in-out;
}

/* === Gallery Overrides === */
.button.anyan {
  border-radius: 30px;
  border: 4px solid rgba(0,0,0,1);
  box-shadow: 14px 15px 0px -1px rgba(0,0,0,0.7);
  transition: all 0.1s ease-in-out;
}

.button.anyan::before {
  background: linear-gradient(209deg, rgba(255,0,204,1) 0%, rgba(51,0,255,1) 100%);
  opacity: 0.60;
}

.button.anyan:hover::before {
  background: linear-gradient(160deg, rgba(71,71,255,1) 0%, rgba(255,15,255,1) 100%);
}

.button.anyan:hover {
  transform: translateY(-13px);
  border-color: rgba(253,255,140,1);
  box-shadow: 14px 15px 0px -1px rgba(0,0,0,0.7), 0 0 87px 60px rgba(184,255,130,1);
}

.button.anyan .label-title {
  font-size: 47px;
  font-weight: 400;
  color: rgba(26,255,0,1);
  text-shadow: 5px 5px 2px rgba(0,0,0,0.3);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}

.button.anyan:hover .label-title {
  font-size: 50px;
  font-weight: 600;
  color: rgba(255,34,0,1);
  text-shadow: 0 0 6px rgba(255,0,0,0.8);
  transition: all 0.1s ease-in-out;
}

.button.star {
  border-radius: 0px;
  border: 4px solid rgba(0,0,0,1);
  box-shadow: 13px 6px 6px 4px rgba(0,0,0,0.7);
  transition: all 0.35s ease-in-out;
}

.button.star::before {
  background: linear-gradient(123deg, rgba(255,0,204,1) 0%, rgba(51,0,255,1) 100%);
  opacity: 0.60;
}

.button.star:hover::before {
  background: linear-gradient(160deg, rgba(255,48,176,1) 0%, rgba(0,255,55,1) 100%);
}

.button.star:hover {
  transform: translateY(-3px);
  border-color: rgba(253,255,140,1);
  box-shadow: 13px 6px 6px 4px rgba(0,0,0,0.7), 0 0 55px 28px rgba(220,130,255,0.47);
}

.button.star .label-title {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,242,0,1);
  text-shadow: 0px 0px 20px rgba(8,214,255,1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(77,255,216,1);
}

.button.star:hover .label-title {
  font-size: 44px;
  font-weight: 600;
  color: #6a40ff;
  text-shadow: 0 0 6px rgba(255,255,255,0.8);
  transition: all 0.35s ease-in-out;
}

@media (max-width: 720px) {
  .button {
    width: clamp(130px, 42vw, 160px);
    height: calc((240 / 200) * clamp(130px, 42vw, 160px));
    padding: 8px;
  }
}

@media (max-width: 760px) {
  body {
    justify-content: flex-start;
  }

  .button-grid {
    width: max-content;
    margin-left: 10px;
    margin-right: 0;
    padding-right: 20px;
  }

  .button {
    width: clamp(130px, 28vw, 200px);
    height: calc((240 / 200) * clamp(130px, 28vw, 200px));
    padding: 8px;
  }
}
