/*
Theme Name: Beybe Babe Polka Pocket
Theme URI: https://beybe-babe.com
Author: beybe-babe
Description: Standalone Polka Pocket. All pages, smileys, pixel scenes, juju.gif. Upload this ONE zip. No parent theme.
Version: 4.0
Text Domain: beybe-babe-polka
*/

/* ========== GOOGLE FONTS (handwritten + clean) ========== */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Pacifico&family=Caveat:wght@400;500;600;700&family=Nunito:wght@400;500;600;700;800&family=Baloo+2:wght@700&family=Plus+Jakarta+Sans:wght@400;600&display=swap');

:root {
  --pink: #ff5ca8;
  --pink-dark: #e03d8a;
  --pink-soft: #ffd0e6;
  --pink-lighter: #fff0f6;
  --pink-border: #ff9ec9;
  --tape: #ff8ec5;
  --black: #1a1a1a;
  --gray: #444444;
  --line: #f0b8d0;
  --paper: #fffdfb;
  --vanilla: #FFF8F0;
  --strawberry: #FFB5D8;
  --blueberry: #A2D2FF;
  --mint: #B5EAD7;
  --hot: #ff1493;
}

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

html, body {
  cursor: url("images/cursor/cur31a.png") 0 0, url("images/cursor/cur31a.cur") 0 0, auto;
}
a, button, .tut-deal-btn, input[type="submit"] {
  cursor: url("images/cursor/cur31a.png") 0 0, url("images/cursor/cur31a.cur") 0 0, pointer;
}
body {
  font-family: 'Nunito', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background: var(--vanilla);
  color: var(--black);
  line-height: 1.7;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--pink);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.15s ease;
}

a:hover {
  color: var(--pink-dark);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ========== TOP BAR ========== */
.top-bar {
  background: linear-gradient(90deg, #ffe0ef, #ffd0e6, #ffe0ef);
  text-align: center;
  padding: 9px 15px;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--pink-dark);
  font-weight: 700;
  border-bottom: 2px solid var(--pink-border);
}

/* ========== HEADER ========== */
.site-header {
  text-align: center;
  padding: 28px 16px 12px;
  background: transparent;
  position: relative;
}

.header-image-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  max-width: 720px;
  border-radius: 32px;
  overflow: visible;
  background: #fff;
  border: 8px solid #fff;
  box-shadow: 0 0 0 4px var(--strawberry), 0 18px 60px rgba(255,181,216,.4);
}

.header-image {
  max-width: 700px;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: none;
  border: 0;
  outline: 0;
}
.header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.55), rgba(255,181,216,.22));
  pointer-events: none;
}
.header-logo {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.header-logo .site-logo {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  color: var(--hot);
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
  text-shadow: 0 6px 0 #fff, 0 10px 18px rgba(255,20,147,.25);
  transform: rotate(-2deg);
  margin: 0;
}
.cloud-pill {
  background: #fff;
  border: 2px solid #ff69b4;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 800;
  color: #ff1493;
  letter-spacing: .12em;
  margin-top: 8px;
}

.est-badge {
  position: absolute;
  top: 18px;
  right: 28px;
  z-index: 5;
  background: var(--black);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 24px;
  letter-spacing: 0.6px;
  transform: rotate(4deg);
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  border: 2px solid var(--pink);
  white-space: nowrap;
}

.site-logo {
  font-family: 'Caveat', cursive !important;
  font-size: 4.4rem;
  font-weight: 700;
  color: var(--pink);
  letter-spacing: -0.5px;
  margin-bottom: 2px;
  text-shadow: 3px 3px 0 var(--pink-soft);
  line-height: 1.15;
}

.site-tagline {
  font-family: 'Caveat', cursive;
  font-size: 1.35rem;
  color: var(--gray);
  margin-bottom: 18px;
}

.site-tagline span {
  color: var(--pink);
}

/* ========== NAV ========== */
.main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 12px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin: 0 auto 16px;
  max-width: 780px;
}

.main-nav a {
  color: var(--black);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 4px 4px;
  border-bottom: 3px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.main-nav a::before {
  content: "♥ ";
  color: var(--pink);
  font-size: 12px;
  margin-right: 2px;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.25s ease, color 0.2s ease;
}

.main-nav a:hover::before,
.main-nav .current-menu-item a::before,
.main-nav .current_page_item a::before {
  content: "♥ ";
  animation: heart-pop 0.55s ease;
  color: var(--pink-dark);
}

@keyframes heart-pop {
  0%   { transform: scale(1) rotate(0deg); }
  25%  { transform: scale(1.45) rotate(-12deg); }
  50%  { transform: scale(1.2) rotate(10deg); }
  75%  { transform: scale(1.35) rotate(-6deg); }
  100% { transform: scale(1.15) rotate(0deg); }
}

.main-nav a:hover,
.main-nav .current-menu-item a,
.main-nav .current_page_item a {
  color: var(--pink);
  border-bottom-color: var(--pink);
  background: var(--pink-lighter);
}

/* ========== LAYOUT ========== */
.site-content {
  max-width: 1080px;
  margin: 32px auto 50px;
  padding: 0 18px;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 20px;
  align-items: start;
}

.main-col {
  min-width: 0;
}

/* ========== NOTEBOOK POST CARD (scrapbook feel) ========== */
.post-card {
  background: #fff7fb;
  border: 3px solid #2b2b2b;
  border-radius: 18px;
  padding: 36px 28px 28px;
  margin-bottom: 44px;
  position: relative;
  box-shadow:
    0 0 0 6px #fff,
    0 0 0 8px #f3c6d8,
    4px 8px 0 rgba(43,43,43,.06);
  background-image: repeating-linear-gradient(
    transparent,
    transparent 31px,
    #f3c6d8 32px
  );
  background-size: 100% 32px;
  line-height: 32px;
}

/* pale washi tape like the sketchbook mock */
.post-card::before,
.post-card::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 22px;
  background: #f8cfe0;
  opacity: 0.95;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.post-card::before {
  top: -11px;
  left: 32px;
  transform: rotate(-9deg);
}

.post-card::after {
  top: -11px;
  right: 32px;
  transform: rotate(7deg);
}

.post-meta-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 12.5px;
  color: var(--gray);
  letter-spacing: 0.3px;
  font-weight: 600;
}

.new-badge {
  background: var(--black);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 14px;
  letter-spacing: 0.5px;
  border: 1.5px solid var(--pink);
}

.post-title {
  font-family: 'Caveat', cursive;
  font-size: 2rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 4px;
  line-height: 1.25;
}

.post-title a {
  color: var(--black);
}

.post-title a:hover {
  color: var(--pink);
}

.post-listening {
  font-size: 13.5px;
  color: var(--gray);
  margin-bottom: 14px;
  font-weight: 500;
}

.post-listening strong {
  color: var(--pink-dark);
}

.post-thumbnail {
  margin: 16px 0;
  border-radius: 16px;
  overflow: hidden;
  border: 3px dashed var(--pink);
  display: inline-block;
  max-width: 100%;
  box-shadow: 0 4px 14px rgba(255, 92, 168, 0.15);
}

.post-thumbnail img {
  border-radius: 13px;
}

.entry-content {
  margin-top: 6px;
  color: var(--black);
}

.entry-content p {
  margin-bottom: 0.95em;
}

.read-more {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 800;
  color: #ff5ca8 !important;
  background: #fff;
  border: 3px dotted #ff5ca8;
  border-radius: 999px;
  padding: 6px 18px;
  box-shadow: 2px 3px 0 #ffd0e6;
  text-decoration: none !important;
  line-height: 1.2;
}
.read-more:hover {
  background: #ff5ca8;
  color: #fff !important;
  border-style: dotted;
  border-color: #e03d8a;
}

/* Character notes */
.character-notes {
  margin-top: 22px;
  padding: 16px 18px;
  background: var(--pink-lighter);
  border-radius: 14px;
  border-left: 5px solid var(--pink);
  font-size: 14.5px;
  border: 1.5px solid var(--pink-soft);
}

.character-notes h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--pink-dark);
  margin-bottom: 6px;
  font-weight: 800;
}

/* ========== DRAWING GRID ========== */
.drawing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 22px;
  margin-bottom: 40px;
}

.drawing-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 2.5px solid var(--pink-border);
  box-shadow: 0 6px 18px rgba(255, 92, 168, 0.14);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.drawing-card:hover {
  transform: translateY(-6px) rotate(-1.5deg);
  box-shadow: 0 14px 30px rgba(255, 92, 168, 0.25);
  border-color: var(--pink);
}

.drawing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.drawing-card .caption {
  padding: 11px 13px;
  font-size: 13.5px;
  text-align: center;
  color: var(--gray);
  background: var(--pink-lighter);
  font-weight: 600;
}

/* ========== SIDEBAR ========== */
.sidebar {
  margin-top: 0;
  font-size: 14.5px;
}

.sidebar-card,
.sidebar .widget {
  background: #fff;
  border: 3px solid #FFE4EE;
  border-radius: 20px;
  padding: 16px 16px 14px;
  margin-bottom: 16px;
  box-shadow: 0 3px 12px rgba(255,181,216,.15);
}

.sidebar h3,
.sidebar .widget h3 {
  font-family: 'Caveat', cursive;
  font-size: 1.45rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--pink-dark);
  margin: 0 0 8px;
  font-weight: 700;
  line-height: 1.2;
}

.sidebar p {
  margin: 0 0 8px;
  line-height: 1.45;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar li {
  margin: 0 0 6px;
  padding: 0 0 6px 1.15em;
  border-bottom: 1px dashed var(--pink-soft);
  list-style: none;
  position: relative;
}
.sidebar li::before {
  content: "♥";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #e56b96;
  font-size: 12px;
  line-height: 1.4;
}

.sidebar li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar a {
  color: var(--ink);
  font-weight: 700;
}

.sidebar a:hover {
  color: var(--pink);
}

.sidebar-donate {
  text-align: center;
  background: var(--pink-lighter);
}

.sidebar-donate-btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  margin-top: 4px;
}

.sidebar input[type="search"],
.sidebar input[type="text"] {
  width: 100%;
  padding: 8px 10px;
  border: 2px solid var(--pink-border);
  border-radius: 10px;
  font-size: 14px;
}

.sidebar input[type="submit"],
.sidebar .search-submit {
  margin-top: 8px;
  background: var(--pink);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 7px 14px;
  font-weight: 700;
  cursor: pointer;
}

/* ========== FOOTER ========== */
.site-footer {
  text-align: center;
  padding: 34px 20px 45px;
  font-size: 13.5px;
  color: var(--gray);
  border-top: 3px dashed var(--pink-border);
  margin-top: 20px;
  font-weight: 500;
}

.site-footer a {
  color: var(--pink);
  font-weight: 700;
}

.site-footer a:hover {
  color: var(--pink-dark);
}

.site-footer .heart {
  color: var(--pink);
  font-size: 1.1em;
}

/* ========== PAGINATION ========== */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 24px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-size: 13.5px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.pagination a:hover {
  background: var(--pink);
  color: #fff;
  border-color: var(--pink-dark);
}

/* ========== SINGLE ========== */
.single .post-title {
  font-size: 2.35rem;
}

/* ========== MOBILE IMPROVEMENTS ========== */
@media (max-width: 700px) {
  .site-content {
    padding: 0 14px;
    margin-top: 22px;
  }

  .site-logo {
    font-size: 3.8rem;
  }

  .site-tagline {
    font-size: 1.15rem;
  }

  .header-image {
    border-radius: 16px;
  }

  .est-badge {
    font-size: 10px;
    padding: 4px 9px;
    right: 0;
  }

  .main-nav {
    gap: 6px 14px;
    padding: 10px 0 16px;
  }

  .main-nav a {
    font-size: 13px;
    padding: 3px 2px;
  }

  .post-card {
    padding: 26px 18px 20px;
    border-radius: 16px;
    margin-bottom: 30px;
    line-height: 28px;
    background-size: 100% 28px;
  }

  .post-card::before,
  .post-card::after {
    width: 72px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 6px;
  }

  .post-title {
    font-size: 1.7rem;
  }

  .drawing-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 14px;
  }

  .drawing-card img {
    height: 160px;
  }

  .top-bar {
    font-size: 10.5px;
    letter-spacing: 1px;
    padding: 8px 10px;
  }
}

@media (max-width: 420px) {
  .site-logo {
    font-size: 3.2rem;
  }

  .post-card {
    padding: 22px 15px 18px;
  }

  .main-nav {
    gap: 5px 10px;
  }
}

/* ========== VISITOR COUNTER (nostalgic) ========== */
.visitor-counter {
  text-align: center;
  margin: 0 auto 18px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.visitor-label {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #999;
  margin-bottom: 6px;
}

.visitor-digits {
  display: inline-flex;
  gap: 3px;
  margin-bottom: 8px;
}

.visitor-digits .digit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 22px;
  background: #fffaf3;
  color: #e03d8a;
  font-size: 13px;
  font-weight: 800;
  border-radius: 4px;
  border: 1px solid #f0d9c6;
  box-shadow: none;
  font-family: 'Nunito', system-ui, sans-serif;
}

.visitor-links {
  font-size: 13px;
}

.visitor-links a {
  color: #ff5ca8;
  text-decoration: none;
  font-weight: 700;
}

.visitor-links a:hover {
  color: #e03d8a;
}

.visitor-dot {
  margin: 0 8px;
  color: #ff9ec9;
}

@media (max-width: 500px) {
  .visitor-digits .digit {
    width: 16px;
    height: 20px;
    font-size: 12px;
  }
}

.guestbook-page {
  max-width: 720px;
  margin: 0 auto 40px;
}

.guestbook-title {
  font-size: 2.3rem;
  margin-bottom: 4px;
}

.guestbook-intro {
  font-family: 'Caveat', cursive;
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 16px;
}

.guestbook-blurb {
  margin-bottom: 24px;
}

.guestbook-heading {
  font-family: 'Caveat', cursive;
  font-size: 1.6rem;
  color: #e03d8a;
  margin-bottom: 14px;
}

.guestbook-empty {
  color: #777;
  margin-bottom: 22px;
  background: #fff0f6;
  border: 1.5px dashed #ff9ec9;
  border-radius: 14px;
  padding: 14px 16px;
}

.guestbook-entries {
  margin-bottom: 30px;
}

.guestbook-entry {
  background: #fff0f6;
  border: 1.5px solid #ffd0e6;
  border-radius: 16px;
  padding: 14px 16px 12px;
  margin-bottom: 12px;
  box-shadow: 0 3px 10px rgba(255, 92, 168, 0.08);
}

.guestbook-entry-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.guestbook-author {
  font-weight: 800;
  color: #e03d8a;
}

.guestbook-date {
  font-size: 12px;
  color: #999;
  font-weight: 600;
}

.guestbook-entry-text {
  font-size: 15px;
  line-height: 1.55;
  color: #1a1a1a;
}

.guestbook-form-wrap {
  background: #fff8fb;
  border: 2px dashed #ff9ec9;
  border-radius: 16px;
  padding: 18px 16px 10px;
}

.guestbook-form-wrap .comment-reply-title {
  display: none;
}

.guestbook-form-wrap #comments {
  box-shadow: none;
  border: none;
  padding: 0;
  margin-top: 6px;
  background: transparent;
}

.guestbook-form-wrap #comments::before,
.guestbook-form-wrap #comments::after {
  display: none;
}

.guestbook-closed {
  padding: 16px;
  background: #fff0f6;
  border: 2px dashed #ff9ec9;
  border-radius: 12px;
}

.guestbook-closed-title {
  margin: 0 0 8px;
  font-weight: 800;
  color: #e03d8a;
}

@media (max-width: 600px) {
  .guestbook-title {
    font-size: 1.8rem;
  }
  .guestbook-form-wrap {
    padding: 14px 12px 8px;
  }
}

img.beybe-smiley,
img.wp-smiley {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  vertical-align: middle;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

/* ========== COPYRIGHT PAGE ========== */
.copyright-page {
  max-width: 720px;
  margin: 0 auto 40px;
}

.copyright-title {
  font-size: 2.3rem;
  margin-bottom: 4px;
  color: var(--pink);
}

.copyright-intro {
  font-family: 'Caveat', cursive;
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 8px;
}

.about-gang {
  text-align: center;
  color: #e03d8a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
  line-height: 1.5;
}

.about-gang span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #c45b8a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jalk-legend {
  margin: 0 0 16px;
  padding: 10px 12px;
  background: rgba(255,255,255,.55);
  border: 2px dashed #ffb7d5;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #4a3040;
}
.jalk-legend p { margin: 4px 0; }
.jalk-legend b { color: #e03d8a; }

.copyright-heading {
  font-family: 'Caveat', cursive;
  font-size: 1.45rem;
  color: #e03d8a;
  margin: 20px 0 8px;
}

.copyright-list {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}

.copyright-list li {
  margin-bottom: 8px;
  padding-left: 1.4em;
  position: relative;
}

.copyright-list li::before {
  content: "♥";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pink);
  font-size: 0.95em;
}

.copyright-body p {
  margin-bottom: 12px;
}

/* ========== DONATE ========== */
.donate-box {
  margin-top: 26px;
  padding: 18px 16px;
  background: #fff0f6;
  border: 2px dashed #ff9ec9;
  border-radius: 16px;
  text-align: center;
}

.donate-button {
  display: inline-block;
  background: #ff5ca8;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-decoration: none;
  border: 2px solid #ff5ca8;
  box-shadow: 0 5px 0 #e03d8a, 0 8px 16px rgba(255, 92, 168, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.donate-button:hover {
  background: #ff79b8;
  color: #fff !important;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 7px 0 #e03d8a, 0 12px 20px rgba(255, 92, 168, 0.28);
}

.donate-button:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: 0 2px 0 #e03d8a;
}

.donate-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.donate-buttons .donate-button {
  margin: 0;
}

.donate-note {
  font-size: 13px;
  color: #888;
  margin-top: 10px;
}

.footer-donate a {
  color: #ff5ca8;
  font-weight: 700;
}

/* Hide guestbook/comment numbering */
.comment-list,
.comment-list ol,
.comment-list ul,
.comment-list .children {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.comment-list li,
.comment-list .comment {
  list-style: none !important;
}

.guestbook-page .comments-title {
  font-family: 'Caveat', cursive;
  font-size: 1.6rem;
  color: #e03d8a;
}

.est-under-logo {
  margin: 0 0 12px;
}

.est-under-logo a {
  color: var(--pink);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  padding: 4px 2px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.est-under-logo a::before {
  content: none;
}

.est-under-logo .est-heart {
  color: var(--pink);
  font-size: 12px;
  margin-right: 2px;
  display: inline-block;
  transform-origin: center;
}

.est-under-logo a:hover .est-heart {
  animation: heart-pop 0.55s ease;
  color: var(--pink-dark);
}

.est-under-logo a:hover {
  color: var(--pink-dark);
  border-bottom-color: var(--pink);
  background: var(--pink-lighter);
}

.est-dot {
  margin: 0 8px;
  color: #ff9ec9;
  font-weight: 700;
}

@media (max-width: 700px) {
  .est-under-logo a {
    font-size: 13px;
  }
}


@media (max-width: 860px) {
  .layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .sidebar {
    margin-top: 8px;
  }
}






/* ========== ABOUT ========== */
.about-wrap {
  overflow: auto;
}

.about-page img.about-avatar,
.image-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 8px;
  display: block !important;
  width: 200px !important;
  height: auto !important;
  object-fit: cover;
  border: 3px solid #111;
  border-radius: 4px;
}

.about-wrap p {
  margin: 0 0 12px;
}



/* ========== MAILING LIST ========== */
.mailing-list {
  background: #fff;
  border: 2px dashed #ff9ec9;
  text-align: center;
}

.mailing-list h3 {
  font-family: 'Caveat', cursive;
  color: #e03d8a;
  font-size: 1.5rem;
}

.mailing-list p {
  color: #444;
}

.mail-form input[type="email"] {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #ff9ec9;
  border-radius: 16px;
  margin: 8px 0 10px;
  font-size: 14px;
  background: #fffaf3;
  color: #333;
}

.mail-form input[type="email"]:focus {
  outline: none;
  border-color: #ff5ca8;
  background: #fff;
}

.mail-form button {
  display: inline-block;
  background: #ff5ca8;
  color: #fff;
  border: 2px solid #ff5ca8;
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 0 #e03d8a;
}

.mail-form button:hover {
  background: #ff79b8;
  transform: translateY(-1px);
}

.mail-thanks {
  color: #e03d8a;
  font-weight: 700;
  font-size: 13px;
}

.contact-form {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-family: 'Caveat', cursive;
  font-size: 1.35rem;
  color: #e03d8a;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 2px dashed #ff9ec9;
  border-radius: 14px;
  font-size: 14px;
  font-family: inherit;
  background: #fffaf3;
  color: #333;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-style: solid;
  border-color: #ff5ca8;
  background: #fff;
}
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-form button {
  justify-self: start;
  background: #ff5ca8;
  color: #fff;
  border: 2px solid #ff5ca8;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 0 #e03d8a;
}
.contact-form button:hover {
  background: #ff79b8;
}


/* ========== SIDEBAR PIXELS ========== */
.pixel-box {
  text-align: center;
}

.pixel-caption {
  font-size: 13px;
  color: #888;
  margin: 0 0 8px;
}

.pixel-gif {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  width: auto !important;
  height: auto !important;
  max-width: none;
  display: inline-block;
  margin: 0 auto;
}


.pixel-shelf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 6px 4px;
}

.pixel-item {
  width: auto;
  text-align: center;
  line-height: 1;
}

.pixel-item span {
  display: block;
}

.pixel-box .pixel-gif {
  margin: 0;
  vertical-align: bottom;
}


/* ========== VECTOR PAGE ========== */
.vector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 100px);
  justify-content: start;
  gap: 16px;
  margin: 10px 0 8px;
}

.vector-card {
  display: block;
  background: #fff;
  border: 2.5px solid var(--pink-border);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 16px rgba(255, 92, 168, 0.12);
}

.vector-card:hover {
  transform: translateY(-4px) rotate(-1deg);
  border-color: var(--pink);
}

.vector-frame {
  display: block;
  background: #fff7fb;
  width: 100px;
  height: 100px;
}

.vector-frame img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}

.vector-card .caption {
  display: none;
}

@media (max-width: 500px) {
  .vector-grid {
    grid-template-columns: repeat(auto-fill, 100px);
    justify-content: center;
    gap: 10px;
  }
}


/* ========== ONLINE ========== */
.online-box {
  text-align: center;
}

.online-number {
  font-family: 'Caveat', cursive;
  font-size: 2.4rem;
  color: #ff5ca8;
  line-height: 1;
  margin: 4px 0 2px;
  font-weight: 700;
}

.online-label {
  font-size: 12px;
  color: #888;
  margin: 0;
}



/* ========== MEET THE CUTIES ========== */
.cuties-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.cutie-card {
  background: #fff7fb;
  border: 2px dashed #ff9ec9;
  border-radius: 16px;
  padding: 12px 12px 14px;
  text-align: center;
}

.cutie-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  image-rendering: auto;
  margin: 0 auto 10px;
  display: block;
  border-radius: 16px;
  padding: 0;
  background: #fff0f6;
  border: 2px solid #ffc1dc;
}

.cutie-card h3 {
  font-family: 'Caveat', cursive;
  color: #e03d8a;
  font-size: 1.7rem;
  margin: 4px 0 6px;
}

.cutie-tag {
  color: #ff9ec9 !important;
  font-weight: 700;
  font-size: 13px !important;
  margin-bottom: 8px !important;
}
.cutie-card p {
  color: #444;
  font-size: 14px;
  margin: 0;
  text-align: left;
}

@media (max-width: 600px) {
  .cuties-list {
    grid-template-columns: 1fr;
  }
}

.online-girl {
  margin: 6px auto 4px;
  display: block;
}

.online-status {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  margin: 4px 0 6px;
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

.status-you { background: #7dcc7d; box-shadow: 0 0 0 3px rgba(125,204,125,.25); }
.status-few { background: #ff5ca8; box-shadow: 0 0 0 3px rgba(255,92,168,.25); }
.status-busy { background: #ffb347; box-shadow: 0 0 0 3px rgba(255,179,71,.25); }


/* ========== CUTIE ANIMATIONS ========== */
@keyframes cutie-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes cutie-wiggle {
  0%, 100% { transform: rotate(-2deg); }
  50% { transform: rotate(3deg); }
}

.cutie-card:nth-child(1) .cutie-img { animation: cutie-float 3s ease-in-out infinite; }
.cutie-card:nth-child(2) .cutie-img { animation: cutie-wiggle 2.6s ease-in-out infinite; }
.cutie-card:nth-child(3) .cutie-img { animation: cutie-float 3.4s ease-in-out infinite; animation-delay: .4s; }
.cutie-card:nth-child(4) .cutie-img { animation: cutie-wiggle 3s ease-in-out infinite; animation-delay: .2s; }

.cutie-card:hover .cutie-img {
  animation: none;
  transform: scale(1.08) rotate(-3deg);
}

.cutie-card {
  transition: transform .25s ease, box-shadow .25s ease;
}

.cutie-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(255, 92, 168, 0.2);
}


.drawings-back {
  margin: 8px 0 14px;
  font-family: 'Caveat', cursive;
  font-size: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}
.drawings-back a {
  color: #e03d8a;
  text-decoration: none;
}
.drawings-back a:hover {
  color: #ff5ca8;
}
.drawings-back .draw-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.drawings-back .draw-nav-off {
  color: #ffc1dc;
}

/* ========== DRAWINGS INDEX ========== */
.drawings-list {
  list-style: none !important;
  margin: 8px 0 0;
  padding: 0;
}
.drawings-list li {
  list-style: none !important;
}
.drawings-list li::marker,
.drawings-list li::before {
  content: none !important;
}

.drawings-list li {
  margin: 0 0 10px;
}

.drawings-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fff7fb;
  border: 2px dashed #ff9ec9;
  border-radius: 16px;
  text-decoration: none;
  color: #333;
}

.drawings-list a:hover {
  background: #ffe6f3;
  border-color: #ff5ca8;
  color: #e03d8a;
}

.draw-heart {
  color: #ff5ca8;
  font-size: 18px;
  line-height: 1;
}

.draw-name {
  font-weight: 800;
}

.draw-note {
  color: #888;
  font-size: 13px;
  margin-left: auto;
}


.click-hint {
  text-align: center;
  color: #e03d8a;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px;
}


#beybe-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(40, 10, 24, 0.82);
  align-items: center;
  justify-content: center;
  padding: 24px;
}
#beybe-lightbox.is-open { display: flex; }
#beybe-lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border: 4px solid #ffc1dc;
  border-radius: 16px;
  background: #fff;
}
#beybe-lightbox .lb-close,
#beybe-lightbox .lb-prev,
#beybe-lightbox .lb-next {
  position: absolute;
  background: #ff5ca8;
  color: #fff;
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}
#beybe-lightbox .lb-close { top: 12px; right: 16px; }
#beybe-lightbox .lb-prev { left: 12px; top: 50%; transform: translateY(-50%); font-size: 28px; }
#beybe-lightbox .lb-next { right: 12px; top: 50%; transform: translateY(-50%); font-size: 28px; }
#beybe-lightbox .lb-count {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 0;
}



.smiley-grid,
.pixel-page-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.smiley-frame,
.pixel-page-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #fff7fb;
  border: 2px dashed #ff9ec9;
  border-radius: 12px;
}
.smiley-frame img,
.pixel-page-frame img {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}
.pixel-page-frame {
  width: 72px;
  height: 72px;
}
.pixel-page-frame img {
  max-width: 56px;
  max-height: 56px;
}
.flag-frame {
  width: 56px;
  height: 56px;
}
.flag-frame img {
  max-width: 49px;
  max-height: 27px;
  width: auto;
  height: auto;
}
.pixel-group-title {
  font-family: 'Caveat', cursive;
  font-size: 1.6rem;
  color: #c2185b;
  margin: 22px 0 6px;
}
.atm-frame {
  width: 96px;
  height: 72px;
}
.atm-frame img {
  max-width: 80px;
  max-height: 48px;
}

.fan-grid {
  align-items: flex-start;
}
.fan-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 140px;
  text-decoration: none;
}
.fan-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: #fff7fb;
  border: 2px dashed #ff9ec9;
  border-radius: 12px;
}
.fan-frame img {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 72px;
}
.fan-tall {
  width: 120px;
  height: 180px;
}
.fan-tall img {
  max-width: 110px;
  max-height: 168px;
}
.fan-cap {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #7a3a55;
  text-align: center;
}

.fan-legal {
  margin-top: 28px;
  padding: 14px 16px;
  border: 2px dashed #ff9ec9;
  border-radius: 16px;
  background: #fff7fb;
}
.fan-legal p {
  margin: 0 0 8px;
  color: #4a2a38;
  font-size: 15px;
}
.fan-legal p:last-child { margin-bottom: 0; }

.contact-thanks {
  margin: 16px 0 8px;
  padding: 18px 16px;
  border: 2px dashed #ff9ec9;
  border-radius: 16px;
  background: #fff7fb;
  text-align: center;
}
.contact-thanks-big {
  font-family: 'Caveat', cursive;
  font-size: 2.2rem;
  color: #e03d8a;
  margin: 0 0 8px;
}
.contact-thanks p { margin: 0 0 8px; color: #4a2a38; }

.blinkie-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 8px 12px;
  margin-top: 8px;
}
a.vector-card.blinkie-card {
  display: inline-flex;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}
a.vector-card.blinkie-card:hover {
  transform: none;
}
.blinkie-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 36px;
  background: #fff7fb;
  border: 2px dashed #ff9ec9;
  border-radius: 10px;
}
.blinkie-frame img {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  width: 150px !important;
  height: 20px !important;
  max-width: none;
}

.banner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
a.banner-card {
  display: inline-flex !important;
  width: auto !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.banner-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: auto;
  overflow: visible;
  padding: 6px 8px;
  background: #fff7fb;
  border: 2px dashed #ff9ec9;
  border-radius: 10px;
}
.banner-frame img {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  height: auto;
  width: auto;
  max-height: none;
  max-width: 120px;
}

.horoscope-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
a.horoscope-card {
  display: inline-flex !important;
  width: auto !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.horoscope-frame {
  display: block;
  width: 136px;
  height: 227px;
  background: #fff7fb;
  border: 2px dashed #ff9ec9;
  border-radius: 12px;
  overflow: hidden;
}
.horoscope-frame img {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  width: 136px;
  height: 227px;
}
.banner-grid .banner-frame img {
  height: auto;
  max-height: none;
}

.cutie-nav {
  font-size: 14px;
  margin: 8px 0 16px;
  color: #4a2a38;
}
.cutie-nav a { color: #e03d8a; }
.cutie-nav a:hover { color: #ff5ca8; }
.cutie-open { margin-top: 8px; }
.cutie-open a { color: #e03d8a; font-weight: 700; }
.cutie-poses {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0 20px;
}
.cutie-pose {
  display: block;
  width: 160px;
  height: 160px;
  border: 2px dashed #ff9ec9;
  border-radius: 16px;
  background: #fff7fb;
  overflow: visible;
  position: relative;
}
.cutie-pose img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  transform-origin: 50% 80%;
}
.cutie-pose.is-jumping img {
  animation: cutie-jump-out 0.7s ease-out;
}
@keyframes cutie-jump-out {
  0%   { transform: translateY(0) scale(1) rotate(0deg); }
  35%  { transform: translateY(-70px) scale(1.18) rotate(-6deg); }
  55%  { transform: translateY(-40px) scale(1.08) rotate(4deg); }
  75%  { transform: translateY(-58px) scale(1.14) rotate(-2deg); }
  100% { transform: translateY(0) scale(1) rotate(0deg); }
}
.cutie-card h3 a {
  color: inherit;
  text-decoration: none;
}
.cutie-card h3 a:hover { color: #e03d8a; }

.cutie-gang {
  display: block;
  margin: 8px 0 10px;
  border: 2px dashed #ff9ec9;
  border-radius: 16px;
  overflow: hidden;
  background: #fff7fb;
}
.cutie-gang img {
  display: block;
  width: 100%;
  height: auto;
}

.mood-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mood-box img,
.mood-gif {
  display: block !important;
  float: none !important;
  margin: 8px auto !important;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
.mood-text {
  font-family: "Caveat", cursive;
  font-size: 1.25rem;
  color: #4a2a38;
  margin: 6px 0 4px;
}
.mood-hint {
  font-size: 11px;
  color: #bb8899;
  margin: 0;
}
.gb-prompt {
  margin: 16px 0;
  padding: 14px 16px;
  background: #fff0f6;
  border: 2px dashed #ff9ec9;
  border-radius: 14px;
}
.gb-prompt-label {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #e03d8a;
  margin: 0 0 4px;
}
.gb-prompt-q {
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  color: #3a2230;
  margin: 0 0 6px;
}
.gb-prompt-note {
  font-size: 13px;
  color: #7a5566;
  margin: 0;
}

.post-card.sticky {
  border-color: #ff5ca8;
  box-shadow: 0 6px 0 #ffd0e4;
}
.pin-badge {
  background: #ff5ca8 !important;
}

.cutie-gang-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 8px 0 10px;
}
@media (min-width: 700px) {
  .cutie-gang-row {
    grid-template-columns: 1fr 1fr;
  }
  .cutie-gang-row .cutie-gang:first-child {
    grid-column: 1 / -1;
  }
}

/* ========== HELLO GARCI PINK NEWSPAPER ========== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Caveat:wght@600&display=swap');

body.garci-file {
  margin: 0;
  background: #ffd6e7;
  background-image:
    radial-gradient(#ffb6d4 0.7px, transparent 0.7px);
  background-size: 10px 10px;
  color: #3b1024;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
}
body.garci-file .top-bar,
body.garci-file .site-header,
body.garci-file .sidebar,
body.garci-file .site-footer,
body.garci-file .layout,
body.garci-file .visitor-counter,
body.garci-file .site-content { display: none !important; }

.paper-page {
  max-width: 860px;
  margin: 24px auto 48px;
  padding: 22px 26px 16px;
  background: #fff7fb;
  border: 2px solid #ff8fbf;
  box-shadow: 8px 10px 0 #f48fb8;
}

.paper-crumb {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 8px;
  font-family: "Caveat", cursive;
  font-size: 18px;
  color: #e03d8a;
}
.paper-crumb a { color: #e03d8a; text-decoration: none; }
.paper-crumb a:hover { text-decoration: underline; }

.paper-mast { text-align: center; border-top: 3px double #e03d8a; border-bottom: 3px double #e03d8a; padding: 10px 8px 8px; }
.paper-flag {
  margin: 0;
  font-family: "Caveat", cursive;
  font-size: 22px;
  color: #e03d8a;
}
.paper-name {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: clamp(2.6rem, 8vw, 4.4rem);
  letter-spacing: 0.02em;
  line-height: 0.95;
  color: #c2185b;
}
.paper-folio {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 8px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9a3a66;
}

.paper-banner {
  margin: 12px 0;
  padding: 8px 10px;
  background: #ff5ca8;
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.paper-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 22px;
  padding-bottom: 8px;
}
.paper-hed {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  line-height: 1.15;
  margin: 0 0 8px;
  color: #ad1457;
}
.paper-deck { font-style: italic; color: #7a3a58; margin: 0 0 14px; }
.paper-lede { font-size: 1.05rem; }

.paper-box {
  background: #ffe6f2;
  border: 1px solid #ffb3d4;
  padding: 12px 14px;
  margin-bottom: 12px;
}
.paper-box h3, .paper-time h3, .paper-class h3, .paper-letters h3 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #c2185b;
  border-bottom: 2px solid #ff9ec9;
  padding-bottom: 4px;
}
.paper-box p { margin: 0 0 8px; }
.paper-box b { color: #e03d8a; }
.paper-clip blockquote {
  margin: 8px 0;
  padding: 8px 10px;
  background: #c2185b;
  color: #fff7fb;
  font-size: 13px;
}
.paper-clip a, .paper-end a { color: #e03d8a; font-weight: 700; }
.tiny { font-size: 12px; color: #9a3a66; }

.paper-time { border-top: 2px solid #ffb3d4; padding-top: 12px; margin-top: 8px; }
.paper-time ol { margin: 0; padding-left: 18px; }
.paper-time b { color: #e03d8a; }

.paper-class { margin-top: 16px; padding-top: 12px; border-top: 2px solid #ffb3d4; }
.paper-ads { display: grid; gap: 6px; }
.paper-ads div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 10px;
  background: #fff;
  border: 1px dashed #ff9ec9;
  font-size: 14px;
}
.paper-ads span { color: #e03d8a; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }

.paper-letters { margin-top: 18px; padding-top: 12px; border-top: 3px double #e03d8a; }
.paper-end {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
  padding-top: 10px;
  border-top: 3px double #e03d8a;
  font-family: "Caveat", cursive;
  font-size: 18px;
  color: #e03d8a;
}

body.garci-file .paper-letters .post-card,
body.garci-file .comments-area {
  background: #ffe6f2 !important;
  border: 1px solid #ffb3d4 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.garci-file .smiley-bar {
  background: #fff7fb !important;
  border-color: #ff9ec9 !important;
}
body.garci-file textarea,
body.garci-file input[type="text"],
body.garci-file input[type="email"] {
  border-color: #ff9ec9 !important;
  background: #fff !important;
  border-radius: 0 !important;
}
body.garci-file .submit-button,
body.garci-file input[type="submit"] {
  background: #ff5ca8 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

@media (max-width: 720px) {
  .paper-page { margin: 10px; padding: 14px; }
  .paper-grid, .paper-folio, .paper-crumb, .paper-end { display: block; }
  .paper-name { font-size: 2.6rem; }
}

.tut-note {
  display: block;
  overflow: hidden;
  margin: 4px 0 16px;
  font-size: 14px;
}
.tut-deal-btn {
  float: left;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 12px 4px 0;
  cursor: pointer;
}
.tut-deal-btn img,
.tut-deal-pop img,
.post-card .tut-deal-btn img {
  display: block;
  image-rendering: pixelated;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: none !important;
}
.tut-note-text p { margin: 0 0 6px; }
.tut-note-text ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.tut-note-text li {
  margin: 3px 0;
  padding-left: 1.15em;
  position: relative;
}
.tut-note-text li::before {
  content: "♥";
  position: absolute;
  left: 0;
  color: #e56b96;
  font-size: 12px;
}
.tut-deal-pop {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
  background: #fff7fb;
  border: 3px dashed #f0b3cb;
  padding: 18px 20px 14px;
  text-align: center;
  box-shadow: 6px 8px 0 #f7c2d6;
}
.tut-deal-pop[hidden] { display: none; }
.tut-deal-x {
  position: absolute;
  right: 6px;
  top: 2px;
  border: 0;
  background: none;
  font-size: 22px;
  cursor: pointer;
  color: #d44d7a;
}
.tut-hold {
  display: inline-block;
  min-width: 88px;
  padding: 10px 12px;
  margin: 4px 6px 4px 0;
  border: 2px dashed var(--pink-border);
  background: var(--pink-lighter);
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  vertical-align: middle;
}
.link-btn-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 12px auto 24px;
  max-width: 280px;
}
.link-btn-item {
  width: 100%;
  text-align: center;
}
.link-btn-item img {
  display: block;
  width: 88px !important;
  height: 31px !important;
  max-width: 88px;
  margin: 0 auto 8px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: none !important;
  image-rendering: pixelated;
}
.link-code-box {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
  color: #e03d8a;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: anywhere;
  cursor: pointer;
}

.heart-sky {
  pointer-events: none !important;
  position: fixed !important;
  inset: 0 !important;
  overflow: hidden;
  z-index: 40 !important;
}
.site-header,
.site-content,
.site-footer,
.top-bar {
  position: relative;
  z-index: 1;
}
.heart-float {
  position: absolute;
  bottom: -2em;
  font-size: 22px;
  line-height: 1;
  animation-name: heartFloat;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes heartFloat {
  0% { transform: translateY(0) translateX(0) rotate(0deg) scale(0.8); opacity: 0; }
  10% { opacity: 0.85; }
  90% { opacity: 0.85; }
  100% { transform: translateY(-110vh) translateX(20px) rotate(20deg) scale(1.2); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .heart-float { animation-duration: 24s !important; }
}

.music-player-box audio.beybe-audio {
  width: 100%;
  height: 32px;
  margin-top: 6px;
}
.music-player-box .sc_player,
.music-player-box .mce-content-body {
  margin-top: 6px;
}

.toy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 18px 0;
}
@media (max-width: 700px) {
  .toy-grid { grid-template-columns: 1fr; }
}
a.toy-card {
  display: block;
  background: #fff7fb;
  border: 2px dashed #ff9ec9;
  border-radius: 16px;
  padding: 16px;
  color: inherit;
}
a.toy-card h2 { color: #ff4fa3; font-size: 1.05rem; margin-bottom: 6px; }
a.toy-card-wide { grid-column: 1 / -1; }
.toy-mood {
  background: #A2D2FF;
  padding: 8px 14px;
  border-radius: 999px;
  text-align: center;
  font-weight: 800;
  font-size: 12px;
}
.toy-typing { font-size: 13px; margin: 8px 0; opacity: .7; }
.toy-meta { display: flex; gap: 6px; flex-wrap: wrap; font-size: 11px; margin: 10px 0; }
.toy-hits { background: #111; color: #a8e61d; padding: 2px 6px; font-family: monospace; }
.toy-chip { padding: 2px 8px; border-radius: 999px; color: #fff; }
.toy-chip.pink { background: #FFB5D8; }
.toy-chip.blue { background: #A2D2FF; }
.toy-stamps span {
  display: inline-block;
  background: #fff;
  border: 2px solid #FFB5D8;
  border-radius: 8px;
  padding: 4px 6px;
  margin: 2px;
}
.toy-stage {
  position: relative;
  min-height: 220px;
  border: 2px dashed #ff9ec9;
  border-radius: 16px;
  background: #fff8fb;
  padding: 16px;
  overflow: hidden;
}
.trail-star { position: fixed; pointer-events: none; font-size: 16px; z-index: 80; animation: popfade .7s linear forwards; }
@keyframes popfade { to { opacity: 0; transform: translateY(-18px) scale(1.3); } }
.planted { position: absolute; font-size: 18px; pointer-events: none; }
.toy-cta, .toy-mini {
  background: #ff4fa3;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 800;
}
.swatch { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px #ccc; }
#doodle { width: 100%; max-width: 520px; border: 2px dashed #ff9ec9; border-radius: 12px; background: #fff; touch-action: none; }
.tama-shell { max-width: 360px; margin: 12px auto; background: #ffb5d8; border-radius: 40px 40px 48px 48px; padding: 16px; border: 4px solid #e56b96; }
.tama-screen { background: #d7f5c4; border-radius: 8px; min-height: 140px; text-align: center; padding: 16px; position: relative; }
.tama-face { font-size: 42px; }
.tama-poop { position: absolute; right: 12px; bottom: 8px; }
.tama-bars label { display: block; font-size: 12px; margin: 4px 0; }
.tama-bars progress { width: 100%; }
.tama-btns { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.tama-btns button { border: 0; border-radius: 999px; background: #fff; padding: 6px 8px; font-size: 12px; font-weight: 700; }
.cookie { font-size: 72px; background: none; border: 0; }
.cookie-paper { background: #fff7e0; border: 1px dashed #c9a; padding: 8px 12px; display: inline-block; }
.mess { position: absolute; font-size: 28px; cursor: pointer; }
.dress-stage { display: flex; gap: 20px; align-items: center; }
#doll { font-size: 42px; line-height: 1.1; text-align: center; }
.swatch-txt { font-size: 22px; background: #fff; border: 2px dashed #ff9ec9; border-radius: 8px; margin: 3px; }
.mini-btn { width: 88px; height: 31px; background: #ff4fa3; color: #fff; font-size: 9px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
#code { width: 100%; font-family: monospace; font-size: 12px; }

.egg-kicker { text-align: center; font-weight: 800; color: #ff4fa3; }
.egg-sub { text-align: center; letter-spacing: 3px; font-size: 11px; opacity: .5; }
.egg-wrap { display: flex; justify-content: center; margin: 16px 0 28px; }
.egg-device {
  width: 280px;
  background: linear-gradient(#ffb7d5, #ff8eb8);
  border-radius: 140px 140px 150px 150px;
  padding: 28px 18px 22px;
  box-shadow: 0 18px 40px rgba(255,105,180,.35);
  text-align: center;
}
.egg-dots { color: #fff; letter-spacing: 6px; font-size: 8px; margin-bottom: 8px; }
.egg-card {
  background: #fff;
  border-radius: 22px;
  padding: 12px;
  text-align: left;
}
.egg-os { font-size: 10px; letter-spacing: 2px; color: #ff8eb8; margin-bottom: 6px; }
.egg-bubble {
  background: #ffe6f2;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 12px;
  margin-bottom: 8px;
}
.egg-screen { background: #fff7fb; border-radius: 14px; padding: 16px 8px; text-align: center; position: relative; }
.egg-face { font-size: 52px; line-height: 1; }
.egg-kao { opacity: .55; font-size: 12px; }
.egg-stage { display: inline-block; background: #ffd0e6; border-radius: 999px; padding: 2px 8px; font-size: 11px; }
.egg-poop { position: absolute; right: 10px; bottom: 8px; }
.egg-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; margin-top: 10px; font-size: 10px; text-align: center; }
.egg-stats b { display: block; }
.egg-bar { display: block; height: 5px; background: #ffe6f2; border-radius: 99px; overflow: hidden; margin-top: 3px; }
.egg-bar i { display: block; height: 100%; width: 70%; background: #ff7eb9; }
.egg-evo { font-size: 10px; margin-top: 8px; }
.egg-secret { background: #111; color: #a8e61d; font-family: monospace; padding: 6px; font-size: 11px; }
.egg-keys { display: flex; justify-content: space-between; margin-top: 12px; }
.egg-keys button, .egg-mini-keys button {
  width: 52px; height: 52px; border: 0; border-radius: 16px; background: #fff;
  box-shadow: 0 4px 0 #f3a; font-size: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.egg-keys small { font-size: 8px; font-weight: 800; }
.egg-mini-keys { display: flex; justify-content: center; gap: 4px; }
.egg-mini-keys button { width: 36px; height: 36px; }
.tama-howto { margin: 8px 0 16px 18px; }

.cute-hits {
  text-align: center;
  background:
    radial-gradient(circle at 12% 20%, #fff 0 6px, transparent 7px),
    radial-gradient(circle at 88% 80%, #fff 0 5px, transparent 6px),
    linear-gradient(#fff7fb, #ffe0ef) !important;
  border: 3px dashed #ff9ec9 !important;
  border-radius: 18px !important;
}
.cute-hits-sparkle {
  margin: 0 0 2px;
  color: #ff8fbf;
  letter-spacing: 3px;
  font-size: 11px;
}
.cute-hits-num {
  font-family: 'Baloo 2', 'Caveat', cursive;
  font-size: 2rem;
  font-weight: 800;
  color: #ff4fa3;
  letter-spacing: 1px;
  margin: 2px 0 0;
  text-shadow: 2px 2px 0 #fff;
}
.cute-hits-label {
  font-size: 12px;
  color: #c45b8a;
  margin: 0;
}
.cute-hits-meta {
  font-size: 11px;
  color: #a07088;
  margin: 6px 0 0;
}
.cute-clock-wrap {
  text-align: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 4px 0 !important;
}
.cute-clock {
  width: 136px;
  height: 49px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 136px 49px;
  text-align: center;
  font-family: Tahoma, Verdana, sans-serif;
  position: relative;
}
.cute-clock-date,
.cute-clock-time {
  position: absolute;
  left: 28px;
  right: 8px;
  font-size: 9px;
  color: #D70138;
  line-height: 1;
  text-align: center;
}
.cute-clock-date { top: 20px; }
.cute-clock-time { top: 32px; }
.cute-player {
  background: linear-gradient(#fff, #fff0f7) !important;
  border: 3px solid #ffb5d8 !important;
}
.cute-player-track {
  font-size: 12px;
  color: #c45b8a;
  margin: 0 0 8px;
}
.cute-player-deck {
  background: #ffe6f2;
  border-radius: 16px;
  padding: 8px;
}
.cute-player-deck audio {
  width: 100%;
  height: 36px;
  border-radius: 999px;
}
.cute-player .sc_player,
.cute-player .mejs-container {
  width: 100% !important;
}
.start-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0 20px; }
.start-card {
  display: block; background: #fff7fb; border: 2px dashed #ff9ec9; border-radius: 16px;
  padding: 14px; text-decoration: none; color: inherit;
}
.start-card h3 { color: #ff4fa3; margin: 0 0 6px; font-size: 16px; }
.start-card span { color: #ff4fa3; font-weight: 800; font-size: 12px; }
.start-quote {
  background: #ffe6f2; border-left: 4px solid #ff4fa3; padding: 10px 14px; border-radius: 0 12px 12px 0;
}
.start-sign { text-align: right; font-family: Caveat, cursive; font-size: 22px; }
@media (max-width: 700px) { .start-cards { grid-template-columns: 1fr; } }
.currently-title {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  white-space: nowrap;
  gap: 8px;
}
.currently-title img {
  display: inline-block !important;
  width: 32px !important;
  height: 18px !important;
  max-width: 32px !important;
  flex-shrink: 0;
  image-rendering: pixelated;
}
.currently-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.currently-list li {
  display: flex !important;
  align-items: center !important;
  gap: 8px;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: none !important;
  list-style: none !important;
}
.currently-list li::before { content: none !important; }
.currently-list li:last-child { margin-bottom: 0 !important; }
.currently-list img {
  display: inline-block !important;
  max-width: none !important;
  max-height: none !important;
  flex-shrink: 0 !important;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
.shout-title {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  white-space: nowrap;
  gap: 8px;
}
.shout-title img {
  display: inline-block !important;
  width: 30px !important;
  height: 36px !important;
  max-width: 30px !important;
  max-height: 36px !important;
  flex-shrink: 0;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
.dare-title {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  white-space: nowrap;
  gap: 8px;
}
.dare-title img {
  display: inline-block !important;
  width: 45px !important;
  height: 32px !important;
  max-width: 45px !important;
  max-height: 32px !important;
  flex-shrink: 0;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.currently-list {
  line-height: 2.1;
  font-size: 13px;
}
.egg-wrap { display:flex; justify-content:center; margin:10px 0 24px; }
.egg-device {
  width: 300px;
  background: #FFB5D8;
  border-radius: 50% 50% 44% 44% / 58% 58% 42% 42%;
  padding: 18px 18px 22px;
  border: 3px solid #FF9ACB;
  box-shadow: 0 7px 0 #FF8FC0, 0 16px 30px rgba(255,120,176,.28), inset 0 2px 0 rgba(255,255,255,.7);
  text-align: center;
}
.egg-leds { display:flex; justify-content:center; gap:6px; margin-bottom:8px; }
.egg-leds i { width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.55); }
.egg-card {
  background:#fff; border-radius:32px; border:4px solid #FFE2EE;
  box-shadow: inset 0 3px 8px rgba(255,181,216,.25);
  padding:12px 12px 10px; text-align:left;
}
.egg-osrow { display:flex; justify-content:space-between; font-size:9px; font-weight:800; letter-spacing:2px; color:#FFB5D8; }
.egg-lights b { display:inline-block; width:8px; height:8px; border-radius:50%; margin-left:3px; }
.egg-lights b:nth-child(1){background:#FFF0C0;}
.egg-lights b:nth-child(2){background:#C0FFD6;}
.egg-lights b:nth-child(3){background:#FFC0C0;}
.egg-bubble {
  background:#FFF6FA; border:2px solid #FFE0EC; border-radius:18px 18px 18px 6px;
  padding:8px 10px; font-size:12px; font-weight:600; color:#5A3A4A; margin:8px 0;
}
.egg-screen { background:#FFFEFB; border:2px solid #FFF0F5; border-radius:22px; padding:16px 8px; text-align:center; position:relative; }
.egg-face { font-size:58px; line-height:1; display:block; }
.egg-face-wrap { position:relative; display:inline-block; }
.egg-face-wrap.bounce { animation: eggBounce .6s ease; }
.egg-face-wrap.sparkle { animation: eggWiggle .5s ease; }
.egg-extra { position:absolute; top:-4px; right:-10px; font-size:18px; }
.egg-poop { position:absolute; right:-8px; bottom:-6px; font-size:22px; }
.egg-kao { font-weight:800; color:#5A3A4A; margin:4px 0; }
.egg-stage { background:#FFF0F5; border:1px solid #FFE0EC; border-radius:999px; padding:2px 8px; font-size:9px; color:#FF8FBB; font-weight:800; }
.egg-tiny { font-size:8px; color:#FFB5D8; }
.egg-poop-badge { font-size:10px; color:#FF6B8A; background:#FFF0F3; border-radius:999px; display:inline-block; padding:2px 8px; }
.egg-stats { display:grid; grid-template-columns:1fr 1fr 1fr; gap:6px; margin-top:10px; font-size:8px; text-align:center; font-weight:800; color:#FF9ACB; }
.egg-stats b { display:block; color:#E8A0B8; }
.egg-bar { display:block; height:7px; background:#fff; border:1px solid #FFE6EF; border-radius:99px; overflow:hidden; }
.egg-bar i { display:block; height:100%; width:70%; background:#FFB5D8; }
.egg-evo { font-size:8px; font-weight:800; color:#FFB5D8; letter-spacing:1px; margin-top:8px; text-align:center; }
.egg-dot { display:inline-block; width:18px; height:6px; border-radius:99px; background:#FFE6EF; margin:0 2px; vertical-align:middle; }
.egg-dot.on { background:#FFB5D8; }
.egg-dot.now { transform:scaleY(1.3); }
.egg-keys { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin-top:14px; }
.egg-keys button {
  background:#FFF0F5; border:2px solid #fff; border-radius:16px;
  box-shadow:0 4px 0 #FFB5D8; font-size:18px; padding:8px 0;
  display:flex; flex-direction:column; align-items:center;
}
.egg-keys button:nth-child(3){ background:#EEF2FF; box-shadow:0 4px 0 #9AB6FF; }
.egg-keys button:nth-child(4){ background:#E8FFF4; box-shadow:0 4px 0 #7ED8B0; }
.egg-keys button:active { transform:translateY(3px); box-shadow:none; }
.egg-keys small { font-size:8px; font-weight:800; letter-spacing:1px; color:#7A4A5E; }
.egg-help, .egg-path, .egg-secret-note { text-align:center; }
.egg-help { background:#fff; border:2px solid #FFE6EF; border-radius:18px; padding:12px; max-width:320px; margin:0 auto 8px; }
@keyframes eggBounce {
  0%,100%{transform:translateY(0)}
  25%{transform:translateY(-10px)}
  50%{transform:translateY(-4px)}
}
@keyframes eggWiggle {
  0%,100%{transform:rotate(-1deg)}
  50%{transform:rotate(1deg)}
}
.egg-kicker { text-align:center; font-weight:800; color:#FF7EB8; font-size:22px; }
.egg-sub { text-align:center; letter-spacing:3px; font-size:12px; color:#FFB5D8; font-weight:700; }
.tama-page .egg-device {
  width: min(320px, 92vw);
  padding: 16px 16px 40px;
  border-radius: 50% 50% 46% 46% / 54% 54% 46% 46%;
}
.tama-page .egg-keys {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
  padding: 0 4px 6px;
}
.tama-page .egg-keys button {
  width: auto;
  height: auto;
  min-height: 52px;
}

/* force no menu capsule */
nav.main-nav,
.main-nav,
.nav-pills {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.about-tabs {
  display: none !important;
}
.about-tab {
  display: inline-block;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 7px 14px;
  border-radius: 999px;
  border: 2px solid #111;
}
.about-tab:hover {
  background: #ff5ca8;
  border-color: #ff5ca8;
  color: #fff !important;
}
.about-tab.is-on {
  background: #111;
  box-shadow: 0 0 0 3px #ffd0e6;
}
.history-banner {
  font-weight: 700;
  color: #e03d8a;
  margin: 22px 0 10px;
}
.history-spark {
  color: #ff8ec5;
  letter-spacing: 2px;
}
.history-domains,
.history-find {
  list-style: none;
  padding: 0;
  margin: 8px 0 16px;
}
.history-domains li,
.history-find li {
  padding-left: 0;
}
.history-domains li::before {
  content: "♡ ";
  color: #ff5ca8;
}

.fortune-title { margin-bottom: 8px !important; }
.fortune-pixel { text-align: center; margin: 0 0 6px !important; }
.fortune-pixel img {
  display: inline-block !important;
  width: 72px !important;
  height: 55px !important;
  max-width: 72px !important;
  max-height: 55px !important;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.about-me-blurb {
  font-size: 12px;
  line-height: 1.45;
  margin: 0 !important;
  overflow: hidden;
}
.about-me-ava {
  float: left;
  margin: 0 10px 4px 0;
}
.about-me-ava img {
  display: block !important;
  width: 80px !important;
  height: 92px !important;
  max-width: 80px !important;
  max-height: 92px !important;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  border: 2px solid var(--pink-border);
}
.about-me-blurb a.about-more {
  font-weight: 700;
  color: var(--pink);
  white-space: nowrap;
}
.about-me-blurb a.about-more:hover { color: var(--pink-dark); }
.tagboard-box h3 { color: var(--pink) !important; }
.tag-window {
  background: #fff0f6 !important;
  border: 1.5px dashed var(--pink-border) !important;
}
.tag-form button {
  background: var(--pink) !important;
  border-color: var(--pink-dark) !important;
  color: #fff !important;
}
.tag-form button:hover {
  background: var(--pink-dark) !important;
}

.tag-window {
  height: 165px;
  overflow-y: auto;
  background: var(--pink-lighter);
  border: 1.5px dashed var(--pink-border);
  padding: 6px 8px;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--ink, #3a1522);
}
.tag-line { margin: 0 0 6px !important; }
.tag-line b { color: var(--pink-dark); }
.tag-line a { color: var(--pink); }
.tag-line a:hover { color: var(--pink-dark); }
.tag-smi { display: inline !important; width: auto !important; height: 12px !important; vertical-align: middle; image-rendering: pixelated; }
.tag-form input[type=text] {
  width: 100%;
  box-sizing: border-box;
  font-size: 11px;
  margin-bottom: 4px;
  padding: 4px 6px;
  border: 1.5px solid var(--pink-border);
  background: #fff;
  color: var(--ink, #3a1522);
  font-family: inherit;
}
.tag-form input[type=text]:focus {
  outline: none;
  border-color: var(--pink);
  background: #fff;
}
.tag-row { display: flex; gap: 4px; }
.tag-row input { flex: 1; }
.tag-form button {
  font-size: 11px;
  background: var(--pink);
  border: 1.5px solid var(--pink-dark);
  color: #fff;
  padding: 4px 8px;
  cursor: pointer;
  font-family: inherit;
}
.tag-form button:hover {
  background: var(--pink-dark);
}

.tag-smilies {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0 0 6px !important;
}
.tag-smi-btn {
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 2px 2px 0 !important;
  cursor: pointer;
  line-height: 0;
}
.tag-smi-btn img,
.tag-window .tag-smi,
.tag-smilies img {
  display: inline-block !important;
  width: auto !important;
  height: 16px !important;
  max-width: none !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.about-tag-hint {
  font-size: 14px;
  color: var(--pink-dark);
  margin: 0 0 14px !important;
}

@media (max-width: 700px) {
  .tag-form input[type=text] {
    font-size: 16px !important;
    min-height: 44px;
    width: 100% !important;
  }
  .tag-form button {
    width: 100%;
    min-height: 44px;
    font-size: 16px !important;
  }
  .tag-smi-btn {
    min-width: 36px;
    min-height: 36px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
  .tag-smi-btn img,
  .tag-smilies img {
    height: 22px !important;
  }
  .tag-window { height: 180px; }
}

.tag-form button,
.tag-form button[type=submit],
.tag-form input[type=submit],
.tag-row button {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #ff5ca8 !important;
  background-color: #ff5ca8 !important;
  border: 2px solid #e03d8a !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 18px !important;
  min-height: 40px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  cursor: pointer !important;
}
.tag-form button:hover,
.tag-form button:active {
  background: #e03d8a !important;
  color: #fff !important;
}
@media (max-width: 700px) {
  .tag-form button,
  .tag-form button[type=submit] {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 16px !important;
  }
}

.tag-smi-btn img,
.tag-smilies img,
.tag-window .tag-smi {
  width: 26px !important;
  height: 19px !important;
  max-width: 26px !important;
  max-height: 19px !important;
}

.tagboard-box .tag-smi-btn,
.tagboard-box .tag-smilies span {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.tagboard-box .tag-smi-btn img,
.tagboard-box .tag-smilies img,
.tagboard-box .tag-smi {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.about-me-box .about-me-blurb {
  overflow: hidden !important;
  display: block !important;
}
.about-me-box .about-me-ava {
  float: left !important;
  display: block !important;
  width: 80px !important;
  margin: 0 10px 6px 0 !important;
}
.about-me-box .about-me-ava img {
  display: block !important;
  width: 80px !important;
  height: 92px !important;
  max-width: 80px !important;
  max-height: 92px !important;
  border: 3px solid #ff5ca8 !important;
  box-sizing: border-box !important;
  image-rendering: pixelated;
}

.tagboard-box .tag-smilies {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
}
.tagboard-box .tag-smi-btn {
  display: inline-block !important;
  float: none !important;
  width: auto !important;
  line-height: 0 !important;
}
.tagboard-box .tag-smi-btn img,
.tagboard-box .tag-smilies img {
  display: inline-block !important;
  width: 26px !important;
  height: 19px !important;
  vertical-align: middle !important;
}

.tagboard-box {
  border: 3px dashed #ff5ca8 !important;
  box-shadow: 4px 4px 0 #ffd0e6 !important;
  background: #fff8fb !important;
}
.tagboard-box h3 {
  color: #ff5ca8 !important;
}
.tag-window {
  background: #fff !important;
  border: 2px solid #ffb3d4 !important;
  border-radius: 8px;
}
.tag-window .tag-line {
  padding: 5px 6px !important;
  margin: 0 0 3px !important;
  border-radius: 6px;
}
.tag-window .tag-line:nth-child(odd) {
  background: #ffe4f0;
}
.tag-window .tag-line:nth-child(even) {
  background: #fff6fa;
}
.tag-form button,
.tag-form button[type=submit],
.tag-row button {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: linear-gradient(#ff9ec9, #ff5ca8) !important;
  border: 2px dotted #fff !important;
  outline: 2px solid #e03d8a !important;
  outline-offset: -4px;
  color: #fff !important;
  text-shadow: 0 1px 0 #c44880;
  box-shadow: 2px 2px 0 #e03d8a, inset 0 1px 0 #ffd0e6 !important;
  border-radius: 999px !important;
  padding: 8px 20px !important;
  font-weight: 800 !important;
}
.tag-form button:hover {
  background: linear-gradient(#ff5ca8, #e03d8a) !important;
}

.tag-window {
  scrollbar-width: thin;
  scrollbar-color: #ff5ca8 #ffe4f0;
}
.tag-window::-webkit-scrollbar {
  width: 10px;
}
.tag-window::-webkit-scrollbar-track {
  background: #ffe4f0;
  border-radius: 999px;
}
.tag-window::-webkit-scrollbar-thumb {
  background: #ff5ca8;
  border-radius: 999px;
  border: 2px solid #ffe4f0;
}
.tag-window::-webkit-scrollbar-thumb:hover {
  background: #e03d8a;
}

.lost-page {
  text-align: center;
  max-width: 520px;
  margin: 30px auto 50px;
  padding: 10px 16px 30px;
}
.lost-art {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
.lost-art img {
  width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
  image-rendering: auto;
}
.lost-bubble {
  position: absolute;
  top: 8px;
  right: -8px;
  background: #fff;
  border: 2px solid #ffd0e6;
  border-radius: 16px;
  padding: 6px 10px;
  font-size: 12px;
  color: #c45a84;
  font-weight: 700;
  box-shadow: 2px 2px 0 #ffd0e6;
}
.lost-num {
  font-family: 'Nunito', 'Baloo 2', sans-serif;
  font-size: 5.2rem;
  font-weight: 900;
  color: #ff5ca8;
  line-height: 1;
  margin: 6px 0 8px;
}
.lost-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #2b2b2b;
  margin: 0 0 6px;
}
.lost-sub {
  font-size: 14px;
  color: #777;
  margin: 0 0 22px;
}
.lost-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.lost-btn {
  display: inline-block;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none !important;
}
.lost-home {
  background: #ff5ca8;
  color: #fff !important;
}
.lost-back {
  background: #fff;
  color: #ff5ca8 !important;
  border: 2px solid #ff5ca8;
}
.lost-hint {
  margin-top: 22px;
  font-size: 12px;
  color: #c45a84;
}

/* titledots */

.post-title,
.post-title a {
  color: #e84b86 !important;
  font-weight: 800 !important;
}
.post-title a {
  border-bottom: 3px dotted #ff9ec0;
  padding-bottom: 2px;
}
.post-title a:hover {
  color: #ff6b9d !important;
  border-bottom-style: solid;
}

/* titlebg */

.post-title {
  display: inline-block;
  background: #ffe4ef !important;
  border-radius: 12px;
  padding: 6px 12px !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.post-title a {
  border-bottom: none !important;
}

/* pixel scenes thumbs */

.scene-grid {
  grid-template-columns: repeat(auto-fill, 200px) !important;
  gap: 18px;
}
.scene-frame,
.scene-frame img {
  width: 200px !important;
  height: 200px !important;
  object-fit: contain !important;
  image-rendering: pixelated;
}
.scene-card .caption {
  display: block !important;
  font-size: 11px;
  padding: 6px 8px 8px;
  text-align: center;
}


/* ===== POLKA POCKET LOOK ===== */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap');

:root {
  --pink: #ff6b9d;
  --pink-dark: #e84b86;
  --pink-soft: #ffd3e4;
  --pink-lighter: #fff0f6;
  --dot: #ffe4ef;
  --cream: #fff8f1;
  --ink: #3a2430;
}

html, body, button, input, textarea, select,
.site-logo, .post-title, .main-nav, .sidebar h3 {
  font-family: 'Nunito', sans-serif !important;
}

body {
  background: var(--cream) !important;
  color: var(--ink);
}

.top-bar { display: none !important; }

.site-header {
  background:
    radial-gradient(circle, #fff 2px, transparent 3px) 0 0 / 22px 22px,
    linear-gradient(#ffe4ef, #ffd6e8) !important;
  border-bottom: 3px dashed #ff9ec0;
  padding: 22px 18px 16px !important;
  border-radius: 0 0 28px 28px;
  box-shadow: 0 10px 30px rgba(255,107,157,.15);
}

.header-image-wrap {
  max-width: 640px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 8px !important;
}
.header-image {
  max-width: 560px !important;
  border-radius: 18px !important;
}
.est-badge { display: none !important; }

.site-logo {
  font-weight: 900 !important;
  font-size: 2.1rem !important;
  letter-spacing: -0.5px;
  color: #3a2430 !important;
  text-shadow: none !important;
}
.site-tagline {
  font-weight: 800 !important;
  font-size: 12px !important;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #c45a84 !important;
}

.main-nav {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  padding: 12px 0 0 !important;
}
.main-nav a,
.main-nav li a {
  display: inline-block !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #3a2430 !important;
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px !important;
  border: 0 !important;
  box-shadow: 0 3px 0 rgba(0,0,0,.08);
}
.main-nav li:nth-child(1) a { background: #ffe56b; }
.main-nav li:nth-child(2) a { background: #ff9ec0; color: #fff !important; }
.main-nav li:nth-child(3) a { background: #b8f0c8; }
.main-nav li:nth-child(4) a { background: #9fd7ff; }
.main-nav li:nth-child(5) a { background: #ffd4a8; }
.main-nav li:nth-child(6) a { background: #e4c6ff; }
.main-nav li:nth-child(7) a { background: #fff; }
.main-nav a:hover { transform: translateY(-1px); }

.post-card,
.sidebar-card,
.sidebar .widget {
  background: #fff !important;
  border: 2px dashed #ffb7d0 !important;
  border-radius: 22px !important;
  box-shadow: 0 8px 24px rgba(255,107,157,.08) !important;
  background-image: none !important;
}
.post-card::before,
.post-card::after { display: none !important; }

.post-title {
  font-weight: 800 !important;
  color: #3a2430 !important;
}

.read-more {
  background: #fff !important;
  color: #ff6b9d !important;
  border: 3px dotted #ff6b9d !important;
  border-radius: 999px !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 800 !important;
}

.sidebar h3,
.sidebar .widget h3 {
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 13px !important;
}

.tag-window {
  scrollbar-width: thin;
  scrollbar-color: #ff6b9d #ffe4ef;
}
.tag-window::-webkit-scrollbar { width: 10px; }
.tag-window::-webkit-scrollbar-track { background: #ffe4ef; border-radius: 999px; }
.tag-window::-webkit-scrollbar-thumb { background: #ff6b9d; border-radius: 999px; border: 2px solid #ffe4ef; }

/* titledots */

.post-title,
.post-title a {
  color: #e84b86 !important;
  font-weight: 800 !important;
}
.post-title a {
  border-bottom: 3px dotted #ff9ec0;
  padding-bottom: 2px;
}
.post-title a:hover {
  color: #ff6b9d !important;
  border-bottom-style: solid;
}

/* titlebg */

.post-title {
  display: inline-block;
  background: #ffe4ef !important;
  border-radius: 12px;
  padding: 6px 12px !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.post-title a {
  border-bottom: none !important;
}


.scene-grid {
  grid-template-columns: repeat(auto-fill, 200px) !important;
  gap: 18px;
}
.scene-frame,
.scene-frame img {
  width: 200px !important;
  height: 200px !important;
  object-fit: contain !important;
  image-rendering: pixelated;
}
.scene-card .caption {
  display: block !important;
  font-size: 11px;
  padding: 6px 8px 8px;
  text-align: center;
}


/* tutorial + deal: keep original pixel size */
.tutorial-page img,
.tut-deal-btn img,
.tut-deal-pop img,
img.tut-native {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  image-rendering: pixelated;
}
