@font-face {
  font-family: 'Rainyhearts';
  src: url('../rainyhearts.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: 'Rainyhearts', 'Comic Sans MS', cursive;
  --font-cute: 'Rainyhearts', 'Comic Sans MS', sans-serif;
  --font-ui: 'Gaegu', Tahoma, Verdana, sans-serif;
  --font-lcd: 'VT323', 'Courier New', monospace;
  --font-header: 'Gaegu', 'Comic Sans MS', cursive;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Tahoma, Verdana, Geneva, sans-serif; -webkit-font-smoothing: none;
  background: linear-gradient(180deg, #a7d4ff 0%, #c8e6ff 26%, #d1e8ff 55%, #eaf4ff 100%);
  cursor: url('../cursor.png'), auto;
}
a { color: #1a3fbf; }
a:hover { color: #ff4fa3; }

.page { position: relative; min-height: 100vh; }

.container { position: relative; z-index: 1; max-width: 1060px; margin: 0 auto; padding: 16px 16px 60px; }

.win {
  border: 1px solid #4a4a6a; background: #f4f8ff;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #9aa0c8, inset 2px 2px 0 #eef4ff, inset -2px -2px 0 #c3ccf5;
}
.win-white { background: #fff; }
.win-head {
  color: #fff; font: 700 14px/1.3 var(--font-header); padding: 3px 8px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}
.hd-purple { background: linear-gradient(180deg, #8fa0f0, #6f81de); }
.hd-pink { background: linear-gradient(180deg, #ff9ec8, #f06aa6); }
.hd-blue { background: linear-gradient(180deg, #8fd0ff, #4aa8f0); }
.hd-lav { background: linear-gradient(180deg, #c3ccf5, #9aa8f0); }
.hd-pink2 { background: linear-gradient(180deg, #ffb0d4, #f06aa6); }
.hd-orange { background: linear-gradient(180deg, #ffd27f, #f0a63c); }

.banner { margin-bottom: 14px; }
.banner-head {
  display: flex; align-items: center; gap: 8px;
  background: linear-gradient(180deg, #8fa0f0, #6f81de);
  color: #fff; font: 700 15px/1.3 var(--font-header); padding: 4px 8px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .35);
}
.banner-icon { font-size: 15px; }
.chrome { margin-left: auto; display: flex; gap: 3px; }
.chrome-btn {
  width: 18px; height: 16px; background: #dfe4ff; border: 1px solid #3a3a5a;
  color: #222; text-align: center; font: bold 11px/14px Tahoma;
}
.chrome-close { background: #ffc7d6; }
.banner-body {
  text-decoration: none; display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  padding: 14px 18px; background: linear-gradient(180deg, #ffffff, #eef5ff);
}
.banner-title-wrap { flex: 1; min-width: 260px; }
.banner-title {
  font-family: var(--font-display); font-weight: 700; font-size: 44px; line-height: .95;
  color: #ff5fa2; text-shadow: 2px 2px 0 #fff, 4px 4px 0 #b9c6ff;
}
.banner-tagline { font-family: var(--font-cute); font-size: 18px; color: #4a5bd0; margin-top: 4px; transition: opacity .3s ease; }
.banner-badge {
  width: 150px; height: 150px; flex: none; position: relative;
  border: 2px solid #7b8ce8; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #fff, #cfe3ff 55%, #a9c7f5);
  box-shadow: inset -3px -3px 8px rgba(90, 110, 200, .5), inset 3px 3px 8px #fff;
  display: flex; align-items: center; justify-content: center;
}
.banner-badge-dz {
  font-family: var(--font-display); font-weight: 700; font-size: 40px;
  color: #6f81de; text-shadow: 1px 1px 0 #fff;
}

.logo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; border-radius: 50%; z-index: 2; }
.logo-link { display: contents; cursor: pointer; }
.banner-badge-est {
  position: absolute; bottom: -6px; right: -6px; z-index: 3;
  font: 400 13px var(--font-ui); background: #fff3b0; border: 1px solid #e0a800;
  padding: 1px 6px; transform: rotate(8deg); box-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
}

.body-row { display: flex; gap: 14px; align-items: flex-start; flex-wrap: wrap; }
.sidebar { width: 210px; flex: none; display: flex; flex-direction: column; gap: 14px; }
.main { flex: 1; min-width: 340px; display: flex; flex-direction: column; gap: 14px; }

.nav-list { padding: 8px; display: flex; flex-direction: column; gap: 5px; }
.nav-link {
  display: block; text-decoration: none; text-align: left;
  font: 400 14px/1.4 var(--font-ui); padding: 6px 9px; cursor: pointer;
  border: 1px solid #b9c2ea; color: #3a3a5a;
  background: linear-gradient(180deg, #ffffff, var(--c, #eef2ff));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
.nav-link:hover { filter: brightness(1.04); transform: translateX(2px); color: #3a3a5a; }
.nav-link.active {
  border-color: #3a3a5a; color: #fff;
  background: linear-gradient(180deg, #ff9ec8, #6f81de);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 2px 3px rgba(0, 0, 0, .2);
}
.nav-link.active:hover { color: #fff; }

.visitors-body { padding: 10px 8px; text-align: center; }
.visitors-label { font: 400 13px var(--font-ui); color: #4a5bd0; margin-bottom: 5px; }
.hit-counter { display: inline-flex; gap: 2px; padding: 2px; border: 2px inset #6f81de; background: #dfe4ff; }
.hit-counter span {
  font: 400 24px/1 var(--font-lcd); color: #7CFC00; width: 14px; text-align: center;
  text-shadow: 0 0 6px #4CFC00;
}
.hit-counter-img { display: block; }
.visitors-thanks { font-family: var(--font-cute); font-size: 13px; color: #e06aa2; margin-top: 6px; }

.np-body { padding: 9px; }
.np-title { font-family: var(--font-cute); font-size: 15px; color: #3a3a5a; line-height: 1.1; }
.np-artist { font: 400 12px var(--font-ui); color: #7a7a9a; margin-bottom: 6px; }
.np-bar-row { display: flex; align-items: center; gap: 5px; }
.np-play { font-size: 14px; }
.np-track { flex: 1; height: 9px; background: #dfe4ff; border: 1px inset #9aa0c8; overflow: hidden; }
.np-progress { width: 38%; height: 100%; background: linear-gradient(180deg, #8fd0ff, #4aa8f0); }
.np-progress.live { width: 100%; animation: np-pulse 1.4s ease-in-out infinite; }
@keyframes np-pulse { 0%, 100% { opacity: .5; } 50% { opacity: 1; } }
.np-times { display: flex; justify-content: space-between; font: 400 13px/1 var(--font-lcd); color: #7a7a9a; margin-top: 2px; }
.np-status { color: #4aa8f0; }

.embed-frame { display: block; width: 100%; border: 0; background: #fff; }
.embed-body { padding: 8px; }
.embed-body .embed-frame { border: 2px inset #9aa0c8; }

.wordfrom-body { padding: 11px 10px; text-align: center; }
.greeting { transition: opacity .35s; }
.greeting-doodle { width: 64px; height: 64px; margin: 0 auto 4px; display: flex; align-items: flex-end; justify-content: center; }
.greeting-img { display: block; max-width: 64px; max-height: 64px; object-fit: contain; transform-origin: center bottom; transition: none; }
.greeting-quote { font-family: var(--font-cute); font-size: 15px; color: #3a3a5a; line-height: 1.25; }
.greeting-name { font-family: var(--font-display); font-weight: 700; font-size: 14px; margin-top: 4px; }

.welcome-body { padding: 14px 16px; }
.welcome-intro {
  font-family: var(--font-display); font-size: 17px; color: #3a3a5a;
  margin: 0 0 8px; line-height: 1.5;
}
.welcome-intro b { color: #ff5fa2; }
.welcome-cta { font-family: var(--font-cute); font-size: 16px; color: #4a5bd0; margin: 0; }

.release-body { padding: 14px; display: flex; gap: 14px; flex-wrap: wrap; align-items: flex-start; }
.release-cover { border: 3px solid #fff; box-shadow: 0 2px 8px rgba(80, 100, 190, .35); flex: none; display: block; }
.release-info { flex: 1; min-width: 200px; }
.release-title { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: #3a3a5a; line-height: 1; }
.release-byline { font: 400 13px var(--font-ui); color: #7a7a9a; margin: 2px 0 8px; }
.release-blurb { font-family: var(--font-cute); font-size: 15px; color: #4a5bd0; margin: 0 0 10px; line-height: 1.35; }
.release-btn {
  display: inline-block; text-decoration: none;
  font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff;
  background: linear-gradient(180deg, #8fd0ff, #4aa8f0);
  border: 1px solid #2a6fbf; padding: 6px 14px; cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 2px 3px rgba(0, 0, 0, .15);
}
.release-btn:hover { filter: brightness(1.05); color: #fff; }

.news-body { padding: 12px 16px; }
.news-list { margin: 0; padding-left: 20px; font-family: var(--font-cute); font-size: 16px; color: #3a3a5a; line-height: 1.7; }
.news-list b { color: #ff5fa2; }
.news-new { font: 400 13px var(--font-ui); background: #fff3b0; border: 1px solid #e0a800; padding: 0 4px; color: #3a3a5a; }
.news-soon { color: #9a9ab0; }

.founders-body { padding: 14px 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.founder {
  text-decoration: none; display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 12px; }

.founder-mimi { border: 1px solid #c7e2ff; background: linear-gradient(180deg, #fff, #f0f8ff); }
.founder-mimi:hover { border-color: #4aa8f0; transform: translateY(-2px); }
.founder-jill { border: 1px solid #ffd0e6; background: linear-gradient(180deg, #fff, #fff2f8); }
.founder-jill:hover { border-color: #ff5fa2; transform: translateY(-2px); }
.founder-photo { border: 2px solid #fff; box-shadow: 0 1px 4px rgba(80, 100, 190, .3); }
.tilt-left { transform: rotate(-2deg); }
.tilt-right { transform: rotate(2deg); }
.founder-name { font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1; margin-top: 9px; }
.founder-mimi .founder-name { color: #4aa8f0; }
.founder-jill .founder-name { color: #ff5fa2; }
.founder-role { font: 400 12px var(--font-ui); color: #7a7a9a; margin: 2px 0 6px; }
.founder-blurb { font-family: var(--font-cute); font-size: 14px; color: #3a3a5a; line-height: 1.3; }

.footer { margin-top: 16px; padding: 12px 14px; text-align: center; }
.friends {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #c3ccf5;
}
.friends-label { font-family: var(--font-cute); font-size: 14px; color: #e06aa2; }
.friends-links { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: center; }
.friend-link {
  text-decoration: none; font: 400 13px var(--font-ui); color: #3a3a5a;
  background: linear-gradient(180deg, #ffffff, #eef2ff);
  border: 1px solid #b9c2ea; padding: 2px 8px;
}
.friend-link:hover { border-color: #ff9ec8; color: #3a3a5a; }

.friend-btn {
  display: inline-block; width: 88px; height: 31px; overflow: hidden; line-height: 0;
  border: 1px solid #b9c2ea; background: linear-gradient(180deg, #fff, #eef2ff);
}
.friend-btn:hover { border-color: #ff9ec8; }
.friend-btn img { display: block; width: 100%; height: 100%; object-fit: cover; font: 400 9px var(--font-ui); color: #7a7a9a; text-align: center; }
.footer-copy { font-family: var(--font-cute); font-size: 13px; color: #6f81de; margin-top: 5px; }

.ph {
  position: relative; display: flex; align-items: center; justify-content: center;
  background: rgba(0, 0, 0, .04); color: rgba(0, 0, 0, .5);
  font: 400 12px var(--font-ui); text-align: center;
}
.ph::after { content: ''; position: absolute; inset: 0; border: 1.5px dashed rgba(0, 0, 0, .25); pointer-events: none; }
.ph-cover { width: 150px; height: 150px; }
.ph-photo { width: 170px; height: 288px; } 
.ph img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.ph:has(img) { overflow: hidden; }
.ph:has(img)::after { display: none; }

.box-body-sm { padding: 12px 16px; }
.note { font-family: var(--font-cute); font-size: 16px; color: #4a5bd0; margin: 0; }
.photo-frame { border: 3px solid #fff; box-shadow: 0 2px 8px rgba(80, 100, 190, .35); }

.artist-body { padding: 14px; display: flex; gap: 14px; flex-wrap: wrap; }
.artist-photo-col { flex: none; text-align: center; }
.ph-artist { width: 150px; height: 185px; }
.photo-cap { font-family: var(--font-cute); font-size: 12px; color: #7a7a9a; margin-top: 4px; }
.artist-info { flex: 1; min-width: 200px; }
.artist-bio { font-family: var(--font-cute); font-size: 16px; color: #3a3a5a; line-height: 1.4; margin: 0 0 8px; }
.artist-aside { display: inline-block; margin-top: 4px; font-size: 14px; color: #4aa8f0; }
.artist-stats { font: 400 13px/1.6 var(--font-ui); color: #3a3a5a; border-top: 1px dashed #c3ccf5; padding-top: 8px; }
.artist-mimi .artist-stats b { color: #2a6fbf; }
.artist-jill .artist-stats b { color: #e06aa2; }
.artist-more { display: inline-block; margin-top: 10px; font: 400 14px var(--font-ui); text-decoration: none; padding: 5px 12px; }
.artist-mimi .artist-more { color: #2a6fbf; background: linear-gradient(180deg, #eaf4ff, #d3e8ff); border: 1px solid #8fd0ff; }
.artist-jill .artist-more { color: #d0468a; background: linear-gradient(180deg, #ffeef6, #ffd9ec); border: 1px solid #ffb3d1; }
.artist-more:hover { filter: brightness(1.04); }

.catalog-grid { padding: 16px; display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.catalog-card {
  display: block; text-decoration: none;
  border: 1px solid #b9c2ea; background: linear-gradient(180deg, #fbfdff, #eef4ff);
  padding: 10px; box-shadow: 0 1px 3px rgba(80, 100, 190, .18);
}
.catalog-card:hover { transform: translateY(-3px); box-shadow: 0 5px 12px rgba(80, 100, 190, .3); border-color: #ff9ec8; }
.catalog-card .photo-frame { box-shadow: 0 2px 6px rgba(80, 100, 190, .3); }
.ph-square { width: 100%; aspect-ratio: 1 / 1; }
.catalog-title { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: #3a3a5a; margin-top: 8px; }
.catalog-artist { font: 400 13px var(--font-ui); color: #7a7a9a; margin: 2px 0 6px; }
.catalog-row { display: flex; justify-content: space-between; align-items: center; }
.catalog-cat { font: 400 13px/1 var(--font-lcd); color: #4aa8f0; }
.catalog-new { font: 400 12px var(--font-ui); background: #fff3b0; border: 1px solid #e0a800; padding: 0 4px; color: #8a6a00; }

.news-intro { padding: 12px 16px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.news-intro-note { flex: 1; min-width: 200px; }
.post-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.post-date { font: 400 13px/1 var(--font-lcd); opacity: .9; }
.post-body { padding: 14px 18px; }
.post-tag {
  display: inline-block; font: 400 13px var(--font-ui); color: #fff;
  padding: 1px 7px; margin-bottom: 8px;
  text-transform: uppercase; letter-spacing: .5px;
}
.tag-release { background: #4aa8f0; }
.tag-site { background: #8a6fe0; }
.tag-hello { background: #f06aa6; }
.post-text { font-family: var(--font-display); font-size: 16px; color: #3a3a5a; line-height: 1.55; margin: 0; }
.news-foot { text-align: center; font-family: var(--font-cute); font-size: 14px; color: #8a8aa8; padding: 6px; }

.box-body { padding: 14px 16px; }
.faq-body { padding: 12px 16px; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border-bottom: 1px dashed #c3ccf5; padding-bottom: 10px; }
.faq-q { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: #ff5fa2; }
.faq-a { font-family: var(--font-cute); font-size: 15px; color: #3a3a5a; margin-top: 2px; line-height: 1.35; }
.faq-a b { color: #4aa8f0; font: 400 13px var(--font-ui); }
.contact-table { border-collapse: collapse; color: #3a3a5a; font: 400 13px/1.5 var(--font-ui); }
.contact-table td { padding: 4px 12px 4px 0; vertical-align: top; }
.contact-table b { color: #e06aa2; }
.contact-mono { font: 400 14px/1.4 var(--font-lcd); }
.contact-cute { font-family: var(--font-cute); font-size: 14px; }
.gb-divider { text-align: center; font-family: var(--font-cute); font-size: 15px; color: #6f81de; }
.gb-divider svg { display: block; margin: 0 auto; }
.gb-intro { margin-bottom: 10px; }
.gb-form { display: flex; flex-direction: column; gap: 8px; max-width: 440px; }
.gb-input { font: 400 14px var(--font-cute); padding: 6px 8px; border: 2px inset #9aa0c8; background: #fff; outline: none; }
.gb-textarea { font-family: var(--font-cute); font-size: 15px; padding: 6px 8px; border: 2px inset #9aa0c8; background: #fff; outline: none; resize: vertical; }
.gb-btn {
  align-self: flex-start; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: #fff;
  background: linear-gradient(180deg, #ffb3d1, #f06aa6);
  border: 1px solid #d0468a; padding: 7px 20px; cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 2px 3px rgba(0, 0, 0, .2);
}
.gb-btn:active { transform: translateY(2px); }
.gb-entries { padding: 12px 16px; display: flex; flex-direction: column; gap: 10px; }
.gb-entry { border: 1px solid #d3dbf5; background: linear-gradient(180deg, #fbfdff, #eef4ff); padding: 9px 12px; }
.gb-entry-head { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.gb-entry-name { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: #ff5fa2; }
.gb-entry-time { font: 400 12px/1 var(--font-lcd); color: #9a9ab0; }
.gb-entry-msg { font-family: var(--font-cute); font-size: 15px; color: #3a3a5a; margin-top: 2px; line-height: 1.3; word-break: break-word; }

.nf-body { padding: 26px 20px; text-align: center; }
.nf-title { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: #ff5fa2; line-height: 1; margin-top: 10px; }
.nf-text { font-family: var(--font-cute); font-size: 16px; color: #4a5bd0; max-width: 420px; margin: 10px auto 0; line-height: 1.4; }
.nf-btns { margin-top: 18px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.nf-btn {
  display: inline-block; text-decoration: none;
  font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff;
  padding: 7px 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
.nf-btn:hover { filter: brightness(1.04); color: #fff; }
.nf-btn-blue { background: linear-gradient(180deg, #8fd0ff, #4aa8f0); border: 1px solid #2a6fbf; }
.nf-btn-pink { background: linear-gradient(180deg, #ffb3d1, #f06aa6); border: 1px solid #d0468a; }
.nf-foot { font-family: var(--font-cute); font-size: 12px; color: #b0b0c8; margin-top: 16px; }

@media (max-width: 480px) {
  .founders-body { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .cloud-1, .cloud-2, .deco-star, .deco-heart { animation: none; }
  .greeting { transition: none; }
}
