/* Fonts */
@font-face {
  font-family: "basiic";
  src: url("https://files.catbox.moe/jtvuhg.ttf");
}

@font-face {
  font-family: "rainy";
  src: url("https://files.catbox.moe/r4oudq.ttf");
}

@font-face {
  font-family: "pixel";
  src: url("https://files.catbox.moe/i1y2x0.woff");
}

/* Cursors */
body, html {
  cursor: url('https://poempuppy.neocities.org/resources/pixels/fp1k3r.gif'), auto !important;
}

a, a:hover, button, .btn, .card, [role="button"] {
  cursor: url('https://poempuppy.neocities.org/resources/pixels/fp1k3r.gif'), pointer !important;
}

/* Basics */

body {
  margin: 0;
  padding: 20px;
  background: #fdf1f6;
  font-family: "basiic", "rainy", calibri, verdana, arial;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
  text-shadow: 0 0 1px lavenderblush;
  color: #b79c8b;
}

* {
  box-sizing: border-box;
}
}

a {
  color: #ffbbd7;
  text-decoration: none;
  transition: 0.2s ease;
}

a:hover {
  color: #b79c8b;
  text-shadow: 0 0 4px lavenderblush;
}

a:active {
  color: #ffbbd7;
}

b {
  font-weight: bold;
  color: #ffbbd7;
}

i {
  color: #b79c8b;
}

/* Scrollbar (Oculto como no outro modelo) */
::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

* {
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

/* Container */
.layout {
  max-width: 722px;
  margin: 40px auto;
  overflow: hidden;
  background: snow;
  border: 1px dotted #ffbbd7;
  border-radius: 10px;
}

/* Top decoration */
.lace {
  height: 36px;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.45), lavenderblush),
    snow;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

/* Navigation */
.navigation {
  padding: 7px 7px 0;
  background: linear-gradient(to bottom, snow, #fdf1f6);
  border-top: 1px dotted #ffbbd7;
  border-bottom: 1px solid #ffbbd7;
  box-shadow:
    inset 0 1px 0 #ffffff,
    inset 0 -1px 0 lavenderblush;
}

.navi-link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
}

.navi-link a {
  flex: 1 1 0;
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  padding: 4px 7px 2px;
  background: linear-gradient(to bottom, #ffffff 0%, #FDF6F9 48%, #fdf1f6 100%);
  border: 1px dotted #ffbbd7;
  border-bottom: 1px solid snow;
  border-radius: 9px 9px 0 0;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,0.95),
    inset -1px 0 0 lavenderblush,
    1px 0 0 rgba(255,255,255,0.5);
  font-family: "basiic", monospace;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;
  color: #ffbbd7;
  text-shadow: 0 1px 0 #ffffff;
  transition: 0.22s ease;
}

.navi-link a::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 3px;
  height: 1px;
  background: rgba(255,255,255,0.95);
}

.navi-link a:hover {
  border-color: #ffbbd7;
  border-bottom-color: lavenderblush;
  transform: translateY(-2px);
  z-index: 3;
}

/* Aba Ativa (Página atual) */
.navi-link a.active {
  background: #ffffff;
  border-color: #ffbbd7;
  border-bottom-color: #ffffff;
  color: #b79c8b;
  font-weight: bold;
}

.nav-icon {
  margin-right: 4px;
  opacity: 0.55;
  transition: 0.22s ease;
}

.navi-link a:hover .nav-icon,
.navi-link a.active .nav-icon {
  opacity: 1;
  transform: rotate(-8deg);
}

/* Banner */
.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  background: url("https://i.pinimg.com/736x/da/55/b1/da55b13449ed000d687d43d96eaf576b.jpg") center;
  background-size: cover;
  border-bottom: 1px dotted #ffbbd7;
}

.banner::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
  border: 1px dotted #ffbbd7;
  border-radius: 18px;
  pointer-events: none;
  box-shadow:
    inset 0 0 15px rgba(255,255,255,0.65),
    inset 0 0 20px lavenderblush;
}

.banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to top, snow, transparent);
  pointer-events: none;
}

/* Site name */
.site-name {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 45px 12px;
  font-family: "garamond", "basiic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  text-transform: lowercase;
  color: #ffbbd7;
  text-shadow:
    0 1px 0 #ffffff,
    0 0 8px rgba(255,255,255,0.9),
    0 0 12px lavenderblush;
}

.site-name::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0),
    rgba(255,255,255,0.65) 18%,
    #FDF6F9 50%,
    rgba(255,255,255,0.65) 82%,
    rgba(255,255,255,0)
  );
  border-top: 1px solid rgba(255,255,255,0.65);
  border-bottom: 1px solid lavenderblush;
  filter: blur(0.2px);
}

.site-sparkle {
  opacity: 0.5;
}

/* Main columns */
.main {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 1px;
  background: #fdf1f6;
  border-bottom: 1px solid #ffbbd7;
}

.column {
  min-width: 0;
  padding: 8px;
  background: linear-gradient(to bottom, snow, #fdf1f6);
}

.column:first-child {
  background: linear-gradient(to bottom, #ffffff, #FDF6F9);
}

.column:last-child {
  background: linear-gradient(to bottom, snow, #FDF6F9);
  border-left: 1px dotted #ffbbd7;
}

/* Sections */
.box {
  margin-bottom: 8px;
  padding: 6px;
  background: linear-gradient(to bottom, #ffffff, #FDF6F9);
  border: 1px solid lavenderblush;
  border-radius: 8px;
}

.box:last-child {
  margin-bottom: 0;
}

.box p {
  margin: 0 0 7px;
}

.box p:last-child {
  margin-bottom: 0;
}

.intro-pixel {
  float: left;
  margin: 10px;
  opacity: 0.8;
}

/* Titles */
.title {
  margin-bottom: 5px;
  padding: 3px 5px;
  background: linear-gradient(to right, #ffffff, #FDF6F9);
  border-top: 1px dotted #ffbbd7;
  border-right: 1px dotted #ffbbd7;
  border-bottom: 1px dotted #ffbbd7;
  border-left: 5px solid #ffbbd7;
  border-radius: 7px 7px 3px 3px;
  box-shadow: inset 0 0 6px lavenderblush;
  font-family: "garamond", "basiic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #ffbbd7;
}

.title-big {
  margin-bottom: 6px;
  padding: 4px 6px 3px;
  background: linear-gradient(to right, #FDF6F9, #ffffff, #FDF6F9);
  border-radius: 10px;
  font-family: "garamond", "basiic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: lowercase;
  color: #ffbbd7;
}

/* Notes and Lists */
.note {
  margin-top: 6px;
  padding: 5px;
  border-left: 3px solid #ffbbd7;
  border-radius: 0 6px 6px 0;
  font-size: 13px;
  line-height: 15px;
  color: #b79c8b;
  background: lavenderblush;
}

.tiny-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.tiny-list li {
  padding: 2px 0;
  border-bottom: 1px dotted #ffbbd7;
  color: #b79c8b;
}

.list-icon {
  opacity: 0.5;
}

/* Mini boxes */
.mini-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 7px;
}

.mini-box {
  padding: 5px;
  border: 1px dotted #ffbbd7;
  border-radius: 7px;
  font-size: 13px;
  text-align: center;
  color: #b79c8b;
  background: #FDF6F9;
}

/* Gallery Grid (Para a página gallery.html) */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.gallery-item {
  border: 1px dotted #ffbbd7;
  padding: 4px;
  background: snow;
  border-radius: 6px;
  text-align: center;
}

.gallery-item img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

/* Miniblog / updates */
.miniblog {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mini-post {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 7px;
  align-items: start;
  padding: 5px;
  background: snow;
  border: 1px dotted #ffbbd7;
  border-radius: 8px;
  box-shadow: inset 0 0 7px lavenderblush;
}

.mini-post img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border: 1px solid #ffbbd7;
  border-radius: 7px;
  opacity: 0.9;
}

.mini-post-content {
  min-width: 0;
}

.mini-post-title {
  display: block;
  margin-bottom: 2px;
  font-family: "garamond", "basiic", cursive;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 1px;
  color: #ffbbd7;
}

.mini-post-meta {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  color: #b79c8b;
  opacity: 0.85;
}

.mini-post-text {
  line-height: 14px;
  color: #b79c8b;
}

/* Footer */
.footer {
  padding: 8px;
  border-top: 1px dotted #ffbbd7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow:
    inset 0 1px 0 #ffffff,
    inset 0 0 8px lavenderblush;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  color: #b79c8b;
}

.footer a {
  color: #ffbbd7;
  border-bottom: 1px dotted #ffbbd7;
}

.footer a:hover {
  color: #b79c8b;
  text-shadow: 0 0 4px #ffffff;
}

/* Responsiveness */
@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .layout {
    margin: 20px auto;
  }

  .main {
    grid-template-columns: 1fr;
  }

  .column:last-child {
    border-left: 0;
    border-top: 1px dotted #ffbbd7;
  }

  .navigation {
    padding-bottom: 7px;
  }

  .navi-link {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .navi-link a {
    flex: 1 1 calc(50% - 6px);
    border: 1px dotted #ffbbd7;
    border-radius: 8px;
    padding: 5px 7px 4px;
  }

  .navi-link a::before {
    display: none;
  }

  .banner {
    height: 130px;
  }

  .site-name {
    padding: 8px 14px 10px;
    font-size: 18px;
    line-height: 20px;
  }
}