    ::selection {
  color: #D4BEC8;
  background: white;
}
    
    * {
      box-sizing: border-box;
      cursor: url('https://cdn.cursors-4u.net/previews/cinnamoroll-nod-wink-750705ef-preview-48.webp') 8 4, auto !important;
    }

    html, body {
      margin: 0;
      padding: 0;
      background-color: white;
  background-size: 20px 20px;
  background-image:
    linear-gradient(to right, #F5E9ED 1px, transparent 1px),
    linear-gradient(to bottom, #F5E9ED 1px, transparent 1px);
      color: #5a4b51;
      font-family: 'MS Pgothic', 'Nunito', sans-serif;
      font-size: 13px;
      line-height: 1.5;
      overflow-x: auto;
    }

    a {
      color: #8c6877;
      text-decoration: none;
      transition: color 0.2s ease;
    }
    a:hover {
      color: #b8869a;
      text-decoration: underline;
    }

    .wrapper {
      width: 1000px;
      margin: 20px auto;
      padding: 0;
    }

    .mainframe {
      width: 1000px;
      background: #ffffff;
      border-left: 1px solid #d4bec8;
      border-right: 1px solid #d4bec8;
      border-bottom: 1px solid #d4bec8;
      box-sizing: border-box;
      position: relative;
      box-shadow: 0 2px 12px rgba(180, 150, 160, 0.12);
    }

    .mainframe::before {
      content: '';
      position: absolute;
      top: 0; left: 3px; right: 3px; bottom: 3px;
      border: 1px dashed #ede2e6;
      pointer-events: none;
      z-index: 10;
    }

    /* banner */
    .header-banner {
      position: relative;
      width: 1000px;
      height: 220px;
      overflow: hidden;
      border-bottom: 1px solid #d4bec8;
      background-color: #f7eef2;
    }

    .banner-img {
      width: 1000px;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .banner-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(212, 190, 200, 0.35);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 15px;
    }

    .main-title {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 38px;
      font-weight: 700;
      color: #ffffff;
      margin: 0;
      letter-spacing: 2px;
      -webkit-text-stroke: 1px #8c6877;
      text-shadow: 1px 2px 4px rgba(115, 85, 98, 0.5);
    }

    .sub-title {
      font-family: 'Sacramento', cursive, sans-serif;
      font-size: 28px;
      color: #ffffff;
      margin: 4px 0 0 0;
      text-shadow: 1px 1px 3px rgba(115, 85, 98, 0.7);
    }

    .header-lace-trim {
      position: absolute;
      bottom: 10; left: 0; right: 0;
      height: 12px;
      background-image: url("https://64.media.tumblr.com/99d71b768be6d5f3c3f45852f2dccf91/f264b009c928081d-f5/s540x810/b5a9f2f02788e893e3e0ca6b8dc7634508f35472.pnj");
      background-repeat: repeat-x;
      z-index: 5;
    }

    /* moving bar */
    .ticker-bar {
      background: #fdfafb;
      border-bottom: 1px solid #d4bec8;
      padding: 6px 12px;
      font-size: 11px;
      color: #8c6f7b;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }

    .ticker-label {
      font-weight: bold;
      white-space: nowrap;
      color: #6b525d;
    }

    .ticker-content {
      flex-grow: 1;
      color: #8c6f7b;
    }

    .ticker-clock {
      font-family: monospace;
      font-size: 11px;
      font-weight: bold;
      color: #7a5d6a;
      white-space: nowrap;
      background: #f5e9ed;
      padding: 2px 6px;
      border-radius: 3px;
      border: 1px solid #d4bec8;
    }

    /* Main Layout Grid */
    .content-columns {
      display: flex;
      gap: 8px;
      padding: 8px;
      background-color: #fcfbfa;
      box-sizing: border-box;
      width: 1000px;
    }

    .left {
      width: 240px;
      flex-shrink: 0;
    }
    .center {
      width: 492px;
      flex-shrink: 0;
    }
    .right {
      width: 240px;
      flex-shrink: 0;
    }

    /* box */
    .panel-box {
      background: #ffffff;
      border: 1px solid #c7b5bd;
      margin-bottom: 8px;
      padding: 9px;
      position: relative;
      box-shadow: 0 1px 3px rgba(199, 181, 189, 0.08);
    }

    .panel-box::after {
      content: '';
      position: absolute;
      top: 2px; left: 2px; right: 2px; bottom: 2px;
      border: 1px solid #f4ebef;
      pointer-events: none;
    }

    .box-header {
      background: #f5e9ed;
      border: 1px solid #d4bec8;
      color: #6b525d;
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 14px;
      font-weight: 700;
      padding: 3px 8px;
      margin: -2px -2px 8px -2px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      letter-spacing: 0.5px;
    }

    .box-header .tag {
      font-size: 10px;
      font-family: 'Nunito', sans-serif;
      font-weight: normal;
      color: #9c828e;
    }

    .sub-heading {
      font-family: 'Cormorant Garamond', serif;
      font-size: 15px;
      font-weight: bold;
      color: #7a5d6a;
      margin: 10px 0 4px 0;
      border-bottom: 1px dotted #d4bec8;
      padding-bottom: 2px;
    }

    .separator-line {
      border-bottom: 1px dashed #d4bec8;
      margin: 12px 0;
      position: relative;
      text-align: center;
    }
    .separator-line span {
      position: absolute;
      top: -8px;
      left: 50%;
      transform: translateX(-50%);
      background: #ffffff;
      padding: 0 6px;
      color: #c7b5bd;
      font-size: 10px;
    }

    /* profile */
    .profile-card {
      text-align: center;
    }
    .avatar-container {
      width: 105px;
      height: 105px;
      margin: 0 auto 8px auto;
      padding: 4px;
      background: #fdfafb;
      border: 1px dashed #d4bec8;
      position: relative;
    }
    .avatar-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .profile-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 18px;
      font-weight: 700;
      color: #6b525d;
    }
    .profile-handle {
      font-size: 11px;
      color: #a38794;
      margin-bottom: 6px;
    }
    .profile-bio {
      font-size: 12px;
      color: #5a4b51;
      line-height: 1.4;
      background: #faf6f8;
      border: 1px dotted #d4bec8;
      padding: 6px;
    }

    /* navigation  */
    .nav-tags {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .nav-tags li {
      margin-bottom: 4px;
    }
    .nav-btn {
      width: 100%;
      text-align: left;
      background: #faf6f8;
      border: 1px dashed #d4bec8;
      color: #6b525d;
      padding: 5px 8px;
      font-family: 'Nunito', sans-serif;
      font-size: 12px;
      cursor: pointer;
      transition: all 0.15s ease;
      display: flex;
      align-items: center;
      gap: 6px;
      box-sizing: border-box;
    }
    .nav-btn:hover, .nav-btn.active {
      background: #f0e2e7;
      border-style: solid;
      border-color: #c7b5bd;
      padding-left: 12px;
      color: #4a3640;
      font-weight: 700;
    }
    .nav-btn span {
      color: #b898a6;
      font-size: 10px;
    }

    /* status */
    .status-list {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 12px;
    }
    .status-list li {
      padding: 3px 0;
      border-bottom: 1px dotted #f0e2e7;
      display: flex;
      justify-content: space-between;
    }
    .status-list li strong {
      color: #7a5d6a;
    }
    .status-indicator {
      width: 8px;
      height: 8px;
      background-color: #82c99b;
      border-radius: 50%;
      display: inline-block;
      box-shadow: 0 0 4px #82c99b;
    }

    .calendar-footer {
      text-align: center;
      font-size: 11px;
      color: #a88191;
      margin-top: 6px;
    }

    .quote-box {
      font-style: italic;
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 14px;
      color: #7a5d6a;
      padding: 4px;
    }

    .visitor-counter {
      margin-top: 4px;
      font-size: 12px;
    }

    /* tab */
    .tab-content {
      display: none;
    }
    .tab-content.active {
      display: block;
    }

    /* contents */
    .welcome-paper {
      background: #fffdfd;
      border: 1px solid #c7b5bd;
      position: relative;
    }
    .paper-clip {
      position: absolute;
      top: -6px; right: 20px;
      width: 12px; height: 20px;
      border: 2px solid #b898a6;
      border-radius: 6px;
      pointer-events: none;
    }
    .intro-paragraph {
      font-size: 13px;
      line-height: 1.6;
      margin-top: 0;
    }
    .stamp-signature {
      text-align: right;
      font-family: 'Sacramento', cursive;
      font-size: 22px;
      color: #8c6877;
      margin-top: 8px;
    }

    .bio-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 12px;
    }
    .bio-table td {
      padding: 4px 6px;
      border-bottom: 1px dotted #f0e2e7;
    }
    .bio-table td.label {
      width: 30%;
      font-weight: bold;
      color: #7a5d6a;
      background: #faf6f8;
      border-right: 1px dotted #f0e2e7;
    }

    .update-log {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 12px;
    }
    .update-log li {
      padding: 5px 0;
      border-bottom: 1px dashed #eedfe4;
      display: flex;
      gap: 10px;
    }
    .log-date {
      font-family: monospace;
      color: #a88191;
      font-weight: bold;
      flex-shrink: 0;
    }
    .log-text {
      color: #5a4b51;
    }

    .mood-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
    }
    

    .plan-entry {
      background: #fffdfd;
      border: 1px solid #d4bec8;
      padding: 10px;
      margin-bottom: 10px;
    }
    .plan-data {
      display: flex;
      justify-content: space-between;
      font-size: 11px;
      color: #a88191;
      border-bottom: 1px dotted #d4bec8;
      padding-bottom: 4px;
      margin-bottom: 6px;
    }
    .entry-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 17px;
      color: #6b525d;
      margin: 0 0 6px 0;
    }

    .favorites-categories {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
    .fav-block {
      background: #faf6f8;
      border: 1px dotted #d4bec8;
      padding: 8px;
    }
    .fav-block h4 {
      margin: 0 0 4px 0;
      font-family: 'Cormorant Garamond', serif;
      font-size: 14px;
      color: #7a5d6a;
      border-bottom: 1px solid #eedfe4;
    }
    .fav-block ul {
      margin: 0;
      padding-left: 15px;
      font-size: 11px;
    }

    /* polaroid picture */
    .polaroid-frame {
      background: #ffffff;
      border: 1px solid #d4bec8;
      padding: 6px 6px 12px 6px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.06);
      transform: rotate(-1deg);
      text-align: center;
    }
    .polaroid-img {
      width: 100%;
      height: 140px;
      object-fit: cover;
      display: block;
      margin-bottom: 4px;
    }
    .polaroid-caption {
      font-family: 'Sacramento', cursive;
      font-size: 18px;
      color: #7a5d6a;
    }

    .site-button-preview {
      margin: 6px 0;
    }
    .site-button-preview img {
      border: 1px solid #d4bec8;
      max-width: 100%;
    }

    .code-box {
      width: 100%;
      height: 45px;
      font-size: 10px;
      font-family: monospace;
      background: #faf6f8;
      border: 1px dotted #d4bec8;
      color: #6b525d;
      padding: 4px;
      resize: none;
      box-sizing: border-box;
    }

    .link-list, .wishlist {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 11.5px;
    }
    .link-list li, .wishlist li {
      padding: 3px 0;
      border-bottom: 1px dotted #f0e2e7;
    }

    .text-center { text-align: center; }
    .smol-text { font-size: 10px; color: #a38794; margin: 2px 0; }

    /* motion thing */
    @media (prefers-reduced-motion: reduce) {
      .ticker-content { animation: none; }
    }
    
    /* moodboard */
.moodboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 12px 8px;
  background: #faf6f8;
  border: 1px dashed #d4bec8;
}

.mb-item {
  background: #ffffff;
  border: 1px solid #d4bec8;
  padding: 6px;
  box-shadow: 2px 2px 6px rgba(180, 150, 160, 0.15);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mb-item:hover {
  transform: scale(1.04) rotate(0deg) !important;
  z-index: 5;
  box-shadow: 3px 4px 10px rgba(180, 150, 160, 0.3);
}

.mb-item:nth-child(1) { transform: rotate(-2.5deg); }
.mb-item:nth-child(2) { transform: rotate(1.8deg); }
.mb-item:nth-child(3) { transform: rotate(2deg); }
.mb-item:nth-child(4) { transform: rotate(-1.5deg); }

.tape {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 14px;
  background: rgba(240, 226, 231, 0.85);
  border: 1px dashed #c7b5bd;
  pointer-events: none;
  z-index: 2;
}

.mb-img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.mb-caption {
  font-family: 'Sacramento', cursive;
  font-size: 17px;
  color: #7a5d6a;
  text-align: center;
  margin-top: 4px;
}

.palette-dots {
  display: flex;
  justify-content: space-center;
  gap: 6px;
  align-items: center;
  padding: 8px 4px;
  background: #fffdfd;
  border: 1px dotted #eedfe4;
}
.dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d4bec8;
}
