* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
button,
input,
label {
  cursor: url("../icons/select.cur"), pointer;
}

body {
  height: 100vh;
  cursor: url("../icons/normal.cur"), default;
  background-image: url("../assets/background/background.jpg");
  background-size: 380px 380px;
  background-repeat: repeat;
  background-position: top left;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInAnimation 1s ease forwards;
}

body.portfolio-page {
  height: auto;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url("../assets/background/background.jpg");
  background-size: 380px 380px;
  background-repeat: repeat;
  background-position: top left;
}

@font-face {
  font-family: "fonte";
  src: url("../fonte/BLACEB__.TTF") format("truetype");
}

@font-face {
  font-family: "fonte2";
  src: url("../fonte/slkscr.ttf") format("truetype");
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  top: -25.5vh;
  padding: 3rem;
}

@media (max-width: 1920px) {
  .center-content {
    top: -15vh;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  scale: 0.75;
}

.logo {
  width: 130px;
  height: auto;
  animation: fadeIn 1s ease;
}

.cima,
.baixo {
  width: 300px;
}

.cima {
  padding-bottom: 18px;
}
.baixo {
  padding-top: 18px;
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.menu a {
  width: 150px;
  text-align: center;
  border: none;
  font-family: "fonte";
  color: white;
  text-decoration: none;
  font-size: 18px;
  line-height: 0.8em;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.menu a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #ffcce9;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.botao1::before {
  content: "♰Portfolio♰";
}
.botao2::before {
  content: "♰Patreon♰";
}
.botao3::before {
  content: "♰Commissions♰";
}
.botao4::before {
  content: "♰Gachapon♰";
}

.menu a:hover::before {
  opacity: 1;
  cursor: url("../icons/select.cur"), pointer;
}

.menu a:hover {
  color: rgba(255, 255, 255, 0);
}

.iframe-container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 90vh;
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px #ffcce9;
  background-color: white;
  border: 4px solid #ffcce9;
  display: flex;
  justify-content: center;
  align-items: center;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.top-bar {
  width: 100%;
  height: 62px;
  background: #333233;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: #696969;
  font-family: "fonte2", monospace;
  font-size: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.center-section {
  flex: 1;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.close-btn {
  font-family: "fonte";
  font-size: 22px;
  color: #696969;
  background: none;
  border: none;
  cursor: url("../icons/select.cur"), pointer;
  transition: all 0.2s ease;
}

.close-btn:hover {
  color: white;
  transform: scale(1.1);
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.short-text {
  display: none;
}

.box,
.box0 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.left {
  padding-right: 20px;
  float: left;
}

.right img {
  width: 900px;
}

.play {
  color: #ffcce9;
  font-family: "fonte";
  font-size: 30px;
}

.boxshape,
.boxshape1 {
  background-color: rgba(51, 51, 51, 0.5);
  width: 1200px;
  height: 420px;
  border-radius: 60px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.8s ease forwards;
}

.boxshape.delayed {
  animation-delay: 0.5s;
}

.button01,
.button02,
.button03 {
  font-family: "fonte";
  width: 150px;
  border: none;
  background: none;
  padding: 8px 21px;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.p {
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-family: "fonte";
}

.logo {
  width: 300px;
}

.left-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.window-title {
  font-family: "fonte2", monospace;
  font-size: 15px;
  color: #696969;
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #333233;
  color: rgb(242, 131, 195);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-family: "Silkscreen", monospace;
  font-size: 14px;
}

.bottom-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bottom-left span {
  cursor: url("../icons/select.cur"), pointer;
}

.bottom-right i {
  color: rgb(242, 131, 195);
  font-size: 24px;
  margin: 0 5px;
  vertical-align: middle;
  text-decoration: none;
}

.bottom-right a {
  color: rgb(242, 131, 195);
  text-decoration: none;
}

.bottom-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.bottom-bar i {
  font-size: 14px;
  vertical-align: middle;
}

.tos {
  font-family: "fonte2", monospace;
}

.bottom-bar .material-symbols-outlined {
  font-size: 16px;
  vertical-align: middle;
}

.clock {
  font-family: "fonte2", monospace;
  color: white;
}

.termos {
  text-decoration: none;
  color: rgb(242, 131, 195);
}

.gallery-container {
  position: relative;
  width: 100%;
  padding: 6vh 0 12vh;
  z-index: 1;
  display: block;
}

.gallery {
  column-count: 3;
  column-gap: 0.5vw;
  width: 100%;
}

.gallery img {
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0.5vw;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  break-inside: avoid;
  cursor: url("../icons/select.cur"), pointer;
}

.gallery img:hover {
  transform: scale(1.02);
  filter: brightness(1.05);
}

.background-logo {
  position: fixed;
  width: 350px;
  opacity: 0.9;
  pointer-events: none;
  z-index: 3;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(251, 63, 159, 0.4);
  backdrop-filter: blur(1px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.overlay-image {
  max-width: 90%;
  max-height: 90%;
  z-index: 10;
}

.page-header {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 5px;
  animation: fadeIn 1s ease;
}

.page-header h1 {
  font-family: "fonte2";
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.page-header .stars {
  color: #ff069e;
}

.page-header .featured {
  color: white;
}

.page-header .linktree {
  font-family: "fonte2", monospace;
  font-size: 14px;
  color: white;
  text-decoration: none;
  background: rgba(51, 51, 51, 0.6);
  border: 1px solid #ff069e;
  border-radius: 8px;
  padding: 6px 12px;
  transition: 0.3s ease;
}

.page-header .linktree:hover {
  background: rgb(242, 131, 195);
  color: #333;
}

.page-footer {
  text-align: center;
  margin: 60px 0 100px;
  animation: fadeIn 1s ease;
}

.page-footer .back-to-top {
  font-family: "fonte2", monospace;
  color: #ff069e;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
}

.page-footer .back-to-top:hover {
  color: white;
  text-shadow: 0 0 10px #ff069e;
}

.window {
  border: 4px solid #ff9bd5;
  border-radius: 6px;
  background: rgba(40, 40, 40, 0.85);
  box-shadow: 0 0 0 2px #ff69b4, 0 0 20px rgba(255, 204, 233, 0.3);
  overflow: hidden;
}

.menu-title {
  margin-top: 120px;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  font-family: "fonte2";
}

.menu-title .stars {
  color: rgb(242, 131, 195);
  font-size: 28px;
}

.menu-title .featured {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
}

.window.big {
  width: 85%;
  max-width: 1400px;
  margin: 40px auto 120px auto;
  background-image: url("../assets/background/background.jpg");
  background-size: 500px 500px;
  background-repeat: repeat;
  border: 2px solid #ff9bd5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: visible;
  box-sizing: border-box;
}

.window-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2c2b2c;
  border-bottom: 3px solid #ff9bd5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 8px 15px;
  font-family: "fonte2";
  color: #ff9bd5;
}

.market-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1f1f1f;
  border-bottom: 2px solid #ff9bd5;
  padding: 8px 20px;
  font-family: "fonte2";
  color: #ff9bd5;
}

.market-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.market-left .icon {
  width: 22px;
  height: 22px;
  image-rendering: pixelated;
}

.market-left .link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.market-left .link:hover {
  color: #ffbde3;
}

.cart-container {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-icon {
  color: #ff9bd5;
  font-size: 22px;
}

.shop-id {
  background: #ff4fa6;
  color: #fff;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-weight: 600;
  font-family: "fonte2";
  font-size: 11px;
  line-height: 1;
  min-width: 18px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.expand-btn,
.close-window {
  font-family: "fonte2";
  border: 2px solid #ff9bd5;
  background: transparent;
  color: #ff9bd5;
  padding: 2px 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.expand-btn:hover,
.close-window:hover {
  background: #ff9bd5;
  color: #2c2b2c;
}

.window-inner-border {
  border: 3px solid #ffbde3;
  height: calc(100% - 16px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.window-body {
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
  gap: 60px;
  color: white;
  font-family: "fonte2";
  overflow: visible;
}

.item-list {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.category h2 {
  color: #ffbde3;
  margin-bottom: 15px;
  border-bottom: 1px solid #ff9bd5;
  padding-bottom: 5px;
}

.item {
  border: 2px solid #ff9bd5;
  border-radius: 10px;
  padding: 12px 18px;
  background-color: #2c2b2c;
  transition: 0.2s;
  cursor: url("../icons/select.cur"), pointer;
}

.item:hover {
  background-color: #3a3a3a;
  transform: scale(1.02);
}

.item span {
  color: #ffbde3;
  font-size: 16px;
}

.item p {
  font-size: 14px;
  color: #ddd;
  margin-top: 5px;
}

.item-preview {
  flex: 1;
  border: 2px solid #ff9bd5;
  border-radius: 10px;
  padding: 20px 35px;
  background-color: #2c2b2c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  max-width: 450px;
  margin-right: 40px;
  margin-left: auto;
  height: auto;
  overflow: visible;
}

.item-preview img {
  width: 85%;
  max-height: 380px;
  object-fit: contain;
  border: none;
  border-radius: 8px;
  align-self: center;
}

.item-preview h3 {
  font-size: 22px;
  text-align: left;
  margin: 5px 0;
  width: 100%;
}

.item-preview p {
  text-align: left;
  width: 100%;
}

.item-preview .price {
  font-size: 20px;
  color: #ffbde3;
  margin-top: auto;
  text-align: left;
  width: 100%;
}

.item-preview h2 {
  text-align: left;
  width: 100%;
}

.item-details {
  display: none;
}

.item-details.active {
  display: block;
}

.item-details img {
  width: 100%;
  max-width: 90vw;
  border: none;
  border-radius: 4px;
  margin-bottom: 15px;
}

.button-separator {
  width: 2px;
  height: 24px;
  background-color: #ff9bd5;
}

body:has(.menu-title) {
  display: block;
}

.page-end-space {
  width: 100%;
  height: 10px;
}
.item-details .price {
  font-size: 1.3rem;
  color: #ffbde6;
  font-weight: bold;
  margin: 8px 0;
}




body.about-page {
  background-image: url("../assets/background/background1.png");
  background-size: 1000px 1000px;
  background-repeat: repeat;
  background-position: top left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

main.container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px; 
  margin-bottom: 70px; 
}

.profile {
  width: 85%;
  max-width: 1200px;
  margin: 40px auto 120px auto;
  border-radius: 10px;
  display: flex;
  flex-direction: row; 
  align-items: center; 
  gap: 40px; 
  height: auto;
  overflow: visible;
  box-sizing: border-box;
}


.text-section h1{
  display: inline;
  background: #ff069e;
  color: #fee4f2;
  font-family: "fonte2";
  font-size: 14px;
  line-height: 1.3;
  padding: 1px 4px;
  border-radius: 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  word-break: break-word;

}
.text-section p {
   display: inline;
  background: white;
  color: black;
  font-family: "fonte2";
  font-size: 12px;
  line-height: 1.3;
  padding: 1px 4px;
  border-radius: 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  word-break: break-word;
}

.avatar {
  width: 40%;
  max-width: 180px;
 width: clamp(180px, 25vw, 280px); 
  margin-bottom: 20px;
  display: block;
  margin-left: 0;
}

.subtitle {
  display: inline;
  background: white;
  color: black;
  font-family: "fonte2";
  font-size: 14px;
  line-height: 1.3;
  padding: 1px 4px;
  border-radius: 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  word-break: break-word;
}

.bottom-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bottom-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.bottom-links .item {
  border: 2px solid #ff9bd5;
  border-radius: 8px;
  background-color: #2c2b2c;
  color: #ffbde3;
  text-decoration: none;
  font-family: "fonte2", monospace;
  font-size: 14px;
  padding: 10px 20px;
  transition: all 0.2s ease;
  cursor: url("../icons/select.cur"), pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  text-align: center;
}

.bottom-links .item:hover {
  background-color: #3a3a3a;
  transform: scale(1.05);
  border-color: #ffcce9;
  color: white;
}

@media (max-width: 600px) {
  .avatar {
    width: 50%;
    max-width: 120px;
  }

  .bottom-links {
    flex-direction: column;
    gap: 10px;
  }

  .bottom-links .item {
    width: 80%;
  }
}

.profile-title {
  font-family: "fonte2", monospace;
  color: #ff069e;
  font-size: 24px;
}
.typewriter {
  opacity: 0;
  white-space: pre-wrap;
  display: inline-block;
}
.decor {
  text-decoration: none;
  color: inherit;
}



@media only screen and (max-width: 820px) {
  .window-body {
    gap: 20px;
  }
  .background-logo {
    width: 290px;
  }
  .iframe-container {
  position: relative;
  width: 100%;
}
}

@media only screen and (max-width: 720px) {
  .window-body {
    gap: 20px;
  }
  .background-logo {
    width: 250px;
  }
}

@media (max-width: 720px) {
  .window-body {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px;
  }

  .item-preview {
    order: 1;
    width: 100%;
    max-width: 95%;
    padding: 15px 20px;
    margin: 0;
    height: auto;
  }

  .item-list {
    order: 2;
    width: 100%;
  }

  .item-preview img {
    max-width: 100%;
    height: auto;
  }

  .item-details img {
    width: 100%;
  }
}



@media (max-width: 1024px) {
    .item-preview {
        max-width: 80%;
        padding: 25px 40px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {

  body {
    padding-top: 150px; 
  }

  .item-preview {
    max-width: 95%;
    padding: 30px 45px;
    margin-left: auto;
    margin-right: auto;
  }


  .item-details img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  main.container {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 95%;
  }

  .text-section {
    align-items: center;
  }

  .avatar {
    width: clamp(140px, 50vw, 220px);
    max-width: 220px;
    margin: 0 auto 10px;
  }

  .text-section h1,
  .text-section p,
  .subtitle,
  .profile-title {
    font-size: 14px;
    line-height: 1.4;
  }


  .bottom-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding-top: 30px;
  }

  .bottom-links .item {
    width: 90%;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
  }

.bottom-right {
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}
  .bottom-right i {
    font-size: 20px;
  }

  .window-title {
    font-size: 13px;
  }

    .center-content {
        top: -25vh;
    }


}



