:root {
  --pink-1: #fff4fa;
  --pink-2: #ffd1e6;
  --pink-3: #ff9ccc;
  --pink-4: #ff7ab6;
  --pink-5: #d94d8e;
  --rose-deep: #793c62;
  --aero-blue: #7fc8ff;
  --mint: #9de6c2;
  --sun: #ffd76a;
  --glass: rgba(255, 235, 247, .68);
  --glass-strong: rgba(255, 248, 252, .86);
  --border-glass: rgba(255, 255, 255, .82);
  --text-dark: #663452;
  --text-mid: #8a5574;
  --text-light: #b56991;
  --shadow: rgba(181, 70, 126, .22);
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "MS Gothic", Tahoma, "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  color: var(--text-dark);
  background:
    url("https://www.transparenttextures.com/patterns/stardust.png"),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .9), transparent 22%),
    linear-gradient(145deg, #fff8fb 0%, #ffd7ea 28%, #ffc5df 55%, #ffe9f3 100%);
  background-attachment: fixed;
  overflow-x: hidden;
}

a {
  color: var(--pink-5);
  text-decoration: none;
}

a:hover {
  color: #4f98bc;
}

img {
  max-width: 100%;
}

.bubble,
.floating-symbol {
  position: fixed;
  pointer-events: none;
  z-index: 1;
}

.bubble {
  border-radius: 50%;
  background: radial-gradient(circle at 30% 26%, rgba(255, 255, 255, .96), rgba(255, 170, 210, .4) 54%, transparent 75%);
  border: 1px solid rgba(255, 255, 255, .72);
  animation: bubbleRise linear infinite;
}

.bubble-one { width: 22px; height: 22px; left: 5%; animation-duration: 15s; }
.bubble-two { width: 13px; height: 13px; left: 21%; animation-duration: 11s; animation-delay: 2s; }
.bubble-three { width: 30px; height: 30px; right: 12%; animation-duration: 18s; animation-delay: 1s; }
.bubble-four { width: 10px; height: 10px; right: 5%; animation-duration: 9s; animation-delay: 4s; }

@keyframes bubbleRise {
  0% { transform: translateY(100vh) scale(.7); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: .65; }
  100% { transform: translateY(-120px) translateX(20px) scale(1); opacity: 0; }
}

.floating-symbol {
  color: rgba(255, 122, 182, .25);
  font-size: 22px;
  animation: symbolFloat linear infinite;
}

.symbol-one { left: 9%; animation-duration: 16s; }
.symbol-two { right: 11%; animation-duration: 19s; animation-delay: 5s; }

@keyframes symbolFloat {
  from { transform: translateY(-50px) rotate(0); opacity: 0; }
  12% { opacity: .75; }
  to { transform: translateY(105vh) rotate(160deg); opacity: 0; }
}

.site {
  width: min(100%, 1000px);
  margin: 0 auto;
  position: relative;
  z-index: 5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  margin-top: 18px;
  background:
    url("https://i.imgur.com/0vWS1mg.png") repeat-x top,
    linear-gradient(180deg, rgba(255, 209, 230, .98), rgba(255, 122, 182, .96) 48%, rgba(225, 89, 148, .98));
  border: 1px solid rgba(255, 255, 255, .7);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 8px 28px var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .78);
  overflow: hidden;
  position: relative;
}

header::after,
.glass-header::after,
.aero-badge::before,
.aero-btn::before,
.ipod-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .4), transparent);
  pointer-events: none;
}

.hdr-titlebar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background: linear-gradient(180deg, rgba(255, 167, 206, .95), rgba(213, 75, 139, .96));
  border-bottom: 1px solid rgba(255, 255, 255, .46);
}

.hdr-tb-dots {
  display: flex;
  gap: 5px;
}

.hdr-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid rgba(96, 34, 70, .25);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .7);
}

.hdr-dot.r { background: radial-gradient(circle at 35% 32%, #ffb2ca, #e14176); }
.hdr-dot.y { background: radial-gradient(circle at 35% 32%, #fff0a0, #e1a91f); }
.hdr-dot.g { background: radial-gradient(circle at 35% 32%, #b7f3aa, #4dbd45); }

.hdr-tb-title {
  flex: 1;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, .9);
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(118, 31, 81, .45);
}

.hdr-tb-url {
  font-size: 10px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .18);
  padding: 2px 9px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, .25);
}

.hdr-main {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 20px 16px;
  position: relative;
  z-index: 2;
}

.hdr-mascot {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 5px 14px rgba(128, 44, 91, .32));
  animation: mascotFloat 3s ease-in-out infinite;
}

.hdr-mascot img {
  max-width: 76px;
  max-height: 76px;
  object-fit: contain;
}

@keyframes mascotFloat {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-7px) rotate(3deg); }
}

.hdr-text {
  flex: 1;
}

.site-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 0 rgba(126, 32, 85, .35), 0 0 18px rgba(255, 220, 239, .72);
  letter-spacing: 0;
  margin-bottom: 8px;
}

.site-name span {
  color: #fff2a8;
}

.site-desc {
  max-width: 680px;
  color: rgba(255, 255, 255, .9);
  line-height: 1.55;
  text-shadow: 0 1px 2px rgba(118, 31, 81, .34);
  margin-bottom: 10px;
}

.hdr-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.aero-badge {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, .48);
  padding: 4px 11px 6px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 2px rgba(84, 27, 62, .32);
  box-shadow: 0 2px 7px var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .45);
}

.ab-pink { background: linear-gradient(180deg, #ffacd2, #e45a9d); }
.ab-sun { background: linear-gradient(180deg, #ffe999, #e2b532); color: #70472d; text-shadow: 0 1px 0 rgba(255, 255, 255, .45); }
.ab-green { background: linear-gradient(180deg, #b9e995, #58b66e); }
.ab-blue { background: linear-gradient(180deg, #a9dcff, #58a6df); }
.ab-rose { background: linear-gradient(180deg, #ffc3e3, #c86ba5); }

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-items: flex-end;
  padding: 0 14px;
  background: linear-gradient(180deg, rgba(255, 176, 212, .96), rgba(214, 79, 142, .98));
  border-top: 1px solid rgba(255, 255, 255, .34);
  position: relative;
  z-index: 3;
}

.nav-tab {
  display: flex;
  align-items: center;
  min-height: 31px;
  padding: 8px 12px 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(93, 25, 65, .42);
  transition: .15s ease;
}

.nav-tab.active {
  background: linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .28));
  color: var(--text-dark);
  text-shadow: none;
  border-color: rgba(255, 255, 255, .55);
}

.nav-tab:hover:not(.active) {
  color: #fff;
  background: rgba(255, 255, 255, .18);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  color: var(--text-light);
  font-size: 11px;
  background: linear-gradient(180deg, rgba(255, 246, 251, .92), rgba(255, 226, 240, .9));
  border-left: 1px solid rgba(255, 255, 255, .72);
  border-right: 1px solid rgba(255, 255, 255, .72);
}

.breadcrumb strong {
  color: var(--text-dark);
}

.bc-globe,
.gh-icon,
.af-dot,
.al-dot,
.cat-orb {
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(119, 38, 84, .22), inset 0 1px 0 rgba(255, 255, 255, .58);
}

.bc-globe {
  width: 13px;
  height: 13px;
  background: radial-gradient(circle at 35% 30%, #fff, #ff7ab6);
}

.body-wrap {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, .16);
  border-left: 1px solid rgba(255, 255, 255, .7);
  border-right: 1px solid rgba(255, 255, 255, .7);
}

.main-col,
.sidebar,
.tab-pane {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: flex;
}

.glass {
  overflow: hidden;
  border: 1px solid var(--border-glass);
  border-radius: 11px;
  background:
    linear-gradient(145deg, rgba(255, 251, 254, .78), rgba(255, 225, 240, .7) 58%, rgba(255, 246, 252, .7)),
    rgba(255, 235, 247, .5);
  box-shadow: 0 7px 24px rgba(181, 70, 126, .16), inset 0 1px 0 rgba(255, 255, 255, .85);
  backdrop-filter: blur(10px);
}

.glass-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  background: linear-gradient(180deg, rgba(255, 157, 202, .9), rgba(219, 78, 143, .94));
  border-bottom: 1px solid rgba(255, 255, 255, .48);
}

.gh-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.gh-icon.pink { background: radial-gradient(circle at 35% 30%, #fff0f8, #ff72b1); }
.gh-icon.rose { background: radial-gradient(circle at 35% 30%, #ffd4ec, #c45b9c); }
.gh-icon.sun { background: radial-gradient(circle at 35% 30%, #fff8b8, #ebb728); }
.gh-icon.green { background: radial-gradient(circle at 35% 30%, #c8f7b1, #50b86c); }
.gh-icon.blue { background: radial-gradient(circle at 35% 30%, #bae5ff, #5ba8df); }

.gh-title {
  flex: 1;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .3px;
  text-shadow: 0 1px 2px rgba(109, 31, 75, .42);
}

.gh-count {
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
}

.post {
  transition: transform .16s ease;
}

.post:hover {
  transform: translateY(-2px);
}

.post-inner {
  padding: 15px 16px;
}

.post-inner p,
.about-text,
.post-excerpt,
.diary-excerpt {
  color: var(--text-mid);
  line-height: 1.7;
}

.hero-banner {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .76);
  background: linear-gradient(135deg, #ffd6ea, #fff5fb 48%, #fbd2ff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 4px 12px rgba(181, 70, 126, .14);
}

.hero-banner img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  display: block;
}

.quick-grid,
.study-grid,
.design-grid,
.book-grid,
.watch-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.quick-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-card,
.book-card,
.watch-card,
.study-grid article,
.design-card {
  display: block;
  padding: 12px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, .75);
  background: rgba(255, 255, 255, .46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75), 0 3px 10px rgba(181, 70, 126, .09);
}

.quick-card span,
.book-card h2,
.watch-card h2,
.study-grid h2,
.post-title,
.diary-title {
  display: block;
  color: var(--text-dark);
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 4px;
}

.quick-card small,
.links-row small {
  display: block;
  color: var(--text-light);
  line-height: 1.4;
}

.center-gif {
  text-align: center;
  margin-top: 14px;
}

.center-gif img {
  max-height: 130px;
  object-fit: contain;
}

.update-feed {
  display: grid;
  gap: 8px;
}

.feed-row {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.post-date {
  flex-shrink: 0;
  color: var(--text-light);
  background: rgba(255, 255, 255, .52);
  border: 1px solid rgba(255, 174, 211, .45);
  padding: 3px 8px;
  border-radius: 9px;
  font-size: 10px;
}

.post-meta,
.diary-date {
  display: flex;
  gap: 7px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.post-tag {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 3px 9px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(104, 32, 77, .25);
}

.pt-life { background: linear-gradient(180deg, #ffacd2, #d84f93); }

.aero-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 13px;
  padding: 6px 15px 7px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(180deg, #ff9dca, #d84d91);
  box-shadow: 0 3px 9px rgba(181, 70, 126, .22), inset 0 1px 0 rgba(255, 255, 255, .5);
  cursor: pointer;
}

.btn-pink {
  background: linear-gradient(180deg, #ffa8d1, #d94d8e);
}

.aero-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.about-hero,
.diary-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, .75);
  background: linear-gradient(135deg, #ffd7eb, #fff8fc);
}

.about-hero img,
.diary-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-facts,
.about-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.about-facts li,
.about-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--text-mid);
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .42);
  border: 1px solid rgba(255, 174, 211, .28);
}

.af-dot,
.al-dot {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
}

.dot-pink { background: radial-gradient(circle at 35% 30%, #fff, #ff72b1); }
.dot-blue { background: radial-gradient(circle at 35% 30%, #e8f7ff, #6ab2e6); }
.dot-green { background: radial-gradient(circle at 35% 30%, #e6ffd9, #56ba6f); }
.dot-sun { background: radial-gradient(circle at 35% 30%, #fff7bd, #e8b52e); }

.now-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.now-board.compact {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.now-btn {
  display: grid;
  gap: 3px;
  padding: 9px 10px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, .68);
  background: linear-gradient(180deg, rgba(255, 255, 255, .64), rgba(255, 211, 232, .58));
  box-shadow: 0 3px 9px rgba(181, 70, 126, .12), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.now-btn span {
  color: var(--pink-5);
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.now-btn strong {
  color: var(--text-dark);
  font-size: 12px;
  line-height: 1.35;
}

.art-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.art-item {
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 9px;
  background: linear-gradient(135deg, #ffd2e7, #fff8fc);
  color: var(--pink-5);
  font-size: 28px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76), 0 3px 10px rgba(181, 70, 126, .12);
  transition: .15s ease;
}

.art-item:hover {
  transform: scale(1.04);
}

.art-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.music-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.ipod-widget {
  display: block;
}

.ipod {
  width: 210px;
  min-height: 290px;
  padding: 17px;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(145deg, #fff, #ffd8eb 58%, #ffc2df);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: inset -5px -5px 10px rgba(255, 255, 255, .86), inset 5px 5px 12px rgba(197, 83, 137, .2), 0 8px 24px rgba(181, 70, 126, .18);
}

.screen {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffeef7, #cfefff);
  border: 2px solid rgba(255, 255, 255, .86);
  box-shadow: inset 0 2px 10px rgba(114, 64, 100, .16);
}

.screen img {
  width: 106px;
  height: 106px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .75);
  background: #fff;
}

.screen p {
  font-family: "Slackey", cursive;
  font-size: 13px;
  color: var(--rose-deep);
  margin: 0;
}

.controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.ipod-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  cursor: pointer;
  color: var(--rose-deep);
  background: radial-gradient(circle at 35% 30%, #fff, #ffd0e5);
  box-shadow: 0 3px 8px rgba(181, 70, 126, .18), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.ipod-btn.play {
  width: 54px;
  height: 54px;
  margin-top: -6px;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, #ffc5df, #d84d91);
}

.ipod-btn:active {
  transform: scale(.93);
}

.links-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 10px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .46);
  border: 1px solid rgba(255, 174, 211, .38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  transition: .14s ease;
}

.link-list {
  display: grid;
  gap: 8px;
}

.links-row:hover {
  transform: translateX(3px);
  background: rgba(255, 255, 255, .7);
}

.msn-icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, .58);
  box-shadow: 0 3px 8px rgba(181, 70, 126, .16), inset 0 1px 0 rgba(255, 255, 255, .6);
}

.i-pink { background: radial-gradient(circle at 38% 32%, #ffc8e5, #df5798); }
.i-sun { background: radial-gradient(circle at 38% 32%, #ffec9b, #dfad25); color: #70472d; }
.i-blue { background: radial-gradient(circle at 38% 32%, #bae5ff, #5ba8df); }

.book-grid {
  grid-template-columns: 1fr;
}

.book-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.book-cover {
  min-height: 116px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: var(--text-light);
  background: linear-gradient(145deg, #fff8fc, #ffd2e7);
  border: 1px solid rgba(255, 174, 211, .45);
  font-weight: bold;
}

.watch-date {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 8px;
  color: var(--text-light);
  background: rgba(255, 255, 255, .52);
}

.publish-space {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.writing-card {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76), 0 3px 10px rgba(181, 70, 126, .09);
}

.writing-card img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  margin: 9px 0;
  border: 1px solid rgba(255, 255, 255, .72);
}

.writing-card h3 {
  color: var(--text-dark);
  font-size: 15px;
  margin: 8px 0 4px;
}

.study-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.design-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.design-card {
  min-height: 110px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--text-light);
  font-weight: bold;
}

.sb-profile .post-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.sb-avatar {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, .84);
  background: linear-gradient(135deg, #ffd4e9, #fff8fc);
  box-shadow: 0 5px 16px rgba(181, 70, 126, .22), inset 0 1px 0 rgba(255, 255, 255, .74);
}

.sb-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sb-name {
  font-size: 15px;
  color: var(--text-dark);
  font-weight: bold;
}

.sb-sub,
.follow-box p {
  color: var(--text-light);
  font-size: 11px;
  line-height: 1.5;
}

.sb-status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #46a26a;
  font-weight: bold;
}

.sb-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #c7ffb7, #39c15d);
  animation: onlinePulse 2s ease-in-out infinite;
}

@keyframes onlinePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(57, 193, 93, .5); }
  50% { box-shadow: 0 0 0 5px rgba(57, 193, 93, 0); }
}

.follow-box .post-inner {
  text-align: center;
  display: grid;
  gap: 8px;
}

.followers-count {
  color: var(--text-mid);
}

.followers-count strong {
  color: var(--pink-5);
  font-size: 22px;
  text-shadow: 0 0 10px rgba(255, 122, 182, .32);
}

.about-block,
.cat-body,
.counter-body,
.tags-body {
  padding: 11px 12px;
}

.cat-body {
  display: grid;
  gap: 5px;
}

.cat-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 8px;
  color: var(--text-dark);
  background: rgba(255, 255, 255, .42);
  border: 1px solid rgba(255, 174, 211, .3);
}

.cat-row span:nth-child(2) {
  flex: 1;
  font-weight: bold;
}

.cat-orb {
  width: 11px;
  height: 11px;
}

.co-sun { background: radial-gradient(circle at 35% 30%, #fff4ab, #e7b330); }
.co-pink { background: radial-gradient(circle at 35% 30%, #ffd7ed, #e45a9d); }
.co-green { background: radial-gradient(circle at 35% 30%, #c8f7b1, #50b86c); }
.co-blue { background: radial-gradient(circle at 35% 30%, #bae5ff, #5ba8df); }

.counter-body {
  text-align: center;
}

.counter-digits {
  margin-bottom: 6px;
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--pink-5);
  font-family: "Courier New", monospace;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 174, 211, .42);
  box-shadow: inset 0 2px 8px rgba(181, 70, 126, .1);
}

.counter-sub {
  color: var(--text-light);
  font-size: 11px;
}

.tags-body {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-pill {
  padding: 4px 9px;
  border-radius: 11px;
  color: var(--text-mid);
  background: rgba(255, 255, 255, .52);
  border: 1px solid rgba(255, 174, 211, .42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .9);
  text-align: center;
  background:
    url("https://i.imgur.com/lv5pt9F.png") repeat-x bottom,
    linear-gradient(180deg, rgba(255, 158, 203, .96), rgba(214, 79, 142, .98));
  border: 1px solid rgba(255, 255, 255, .72);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 -4px 18px rgba(181, 70, 126, .14), inset 0 1px 0 rgba(255, 255, 255, .45);
  text-shadow: 0 1px 2px rgba(109, 31, 75, .35);
}

#heartcat {
  width: 96px;
  object-fit: contain;
}

.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(58, 20, 43, .78);
  backdrop-filter: blur(5px);
}

.lightbox-overlay.open {
  display: flex;
}

.lightbox-img {
  max-width: min(92vw, 900px);
  max-height: 86vh;
  border-radius: 12px;
  box-shadow: 0 12px 44px rgba(0, 0, 0, .38);
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: #ffeaf4;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff9ccc, #d94d8e);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 9px;
}

::selection {
  background: #ffc8da;
}

@media (max-width: 760px) {
  .site {
    width: 100%;
  }

  header {
    margin-top: 0;
    border-radius: 0;
  }

  .hdr-main,
  .music-layout,
  .book-card {
    grid-template-columns: 1fr;
  }

  .hdr-main {
    flex-direction: column;
    text-align: center;
  }

  .hdr-badges,
  nav {
    justify-content: center;
  }

  .body-wrap {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .quick-grid,
  .study-grid,
  .design-grid {
    grid-template-columns: 1fr;
  }

  .art-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ipod {
    margin: 0 auto;
  }

  footer {
    border-radius: 0;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .nav-tab {
    flex: 1 1 calc(33.333% - 4px);
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feed-row {
    flex-direction: column;
  }

  .art-grid {
    grid-template-columns: 1fr;
  }
}

