/* 字体文件暂时不可用，使用系统字体替代
@font-face {
  font-family: 'ZQKJingYaGuPu';
  src: url('../郑庆科静雅体-古朴版.ttf') format('truetype');
  font-display: swap;
}
*/
body, .modal-content, h1, h2, h3, h4, h5, h6, button, input, textarea {
  font-family: 'HarmonyOS Sans', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif !important;
}
body {
  background:
    linear-gradient(135deg, #fff0f6 0%, #ffe4ec 100%),
    url('https://www.loliapi.com/acg/') center center / cover no-repeat fixed;
  color: #b84a73;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

/* 专业页脚样式 */
#fixed-footer {
  position: relative;
  margin: 2rem 0 1rem 0;
  padding: 1rem;
  bottom: 0;
  z-index: 10;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.copyright {
  font-size: 0.9rem;
  color: #b84a73;
  margin-bottom: 0.5rem;
}

.copyright a {
  color: #e91e63;
  text-decoration: none;
  transition: color 0.3s ease;
}

.copyright a:hover {
  color: #c2185b;
  text-decoration: underline;
}

.icp {
  font-size: 0.8rem;
  color: #d81b60;
}

.icp a {
  color: #e91e63;
  text-decoration: none;
  transition: color 0.3s ease;
}

.icp a:hover {
  color: #c2185b;
  text-decoration: underline;
}

.footer-links {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.footer-links a {
  color: #e91e63;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #c2185b;
  text-decoration: underline;
}

.navbar {
  background: #ffe4ec;
  box-shadow: 0 2px 12px rgba(255, 174, 200, 0.13);
  padding: 0.5em 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav-container {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
}
.nav-logo {
  font-size: 1.3em;
  color: #ec407a;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5em;
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: #d81b60;
  text-decoration: none;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 6px;
  transition: background 0.18s;
}
.nav-links a:hover {
  background: #f8bbd0;
}

.container {
  max-width: 700px;
  margin: 48px auto 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(255, 174, 200, 0.11);
  padding: 32px 24px 40px 24px;
  animation: fadeIn 1.2s cubic-bezier(.4,0,.2,1);
  opacity: 0;
  transition: opacity 0.7s;
}
body.splash-finished .container {
  opacity: 1;
}

header {
  text-align: center;
  margin-bottom: 22px;
}
header h1 {
  font-size: 2.4em;
  margin-bottom: 8px;
  color: #e91e63;
  letter-spacing: 0.03em;
}
.subtitle {
  color: #d81b60;
  font-size: 1.13em;
}

.announcements, .tips {
  background: #fff0f6;
  border-left: 4px solid #ec407a;
  border-radius: 10px;
  margin-bottom: 22px;
  padding: 14px 18px 10px 18px;
  box-shadow: 0 2px 8px rgba(255, 174, 200, 0.07);
}
.announcements h2, .tips h2 {
  margin-top: 0;
  font-size: 1.18em;
  color: #d81b60;
  margin-bottom: 7px;
}
.announcements ul, .tips ul {
  padding-left: 1.2em;
  margin: 0;
}
.announcements li, .tips li {
  font-size: 1em;
  margin-bottom: 2px;
  color: #7e2957;
}

 /* Stream buttons (shared across languages) */
.stream-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0 6px 0;
  padding: 0;
  list-style: none;
}
.stream-buttons li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btn-sakura {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #f8bbd0 0%, #f48fb1 100%);
  color: #ffffff !important;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 6px 14px rgba(244,143,177,0.32);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  position: relative;
  overflow: hidden;
}
.btn-sakura:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(244,143,177,0.38);
  filter: saturate(1.05);
}
.btn-sakura:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(244,143,177,0.28);
}
.btn-sakura::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.25), transparent 45%),
              radial-gradient(circle at 80% 10%, rgba(255,255,255,.18), transparent 40%),
              radial-gradient(circle at 50% 100%, rgba(255,255,255,.12), transparent 45%);
  pointer-events: none;
}
.btn-sakura .emoji {
  font-size: 1.05em;
}
@media (max-width: 520px) {
  .btn-sakura {
    padding: 10px 14px;
  }
}

.profile p {
  font-size: 1.09em;
  line-height: 1.7;
  color: #444;
}

.socials ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 18px;
  margin: 0;
}
.socials a {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #ec407a 0%, #f06292 100%);
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(255, 174, 200, 0.09);
  transition: background 0.2s;
}
.socials a:hover {
  background: linear-gradient(90deg, #f06292 0%, #ec407a 100%);
}

.artwork {
  text-align: center;
}
.art-placeholder {
  width: 280px;
  height: 400px;
  background: #ffe4ec;
  border: 2px dashed #f8bbd0;
  border-radius: 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ec407a;
  font-size: 1.2em;
  box-shadow: 0 1px 8px rgba(255, 174, 200, 0.10);
}

.art-splash-screen {
  position: fixed;
  z-index: 2000;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: linear-gradient(135deg, #ffe4ec 0%, #fff0f6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInSplash 0.7s;
}
.splash-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffd6e9 60%, #ffb6d5 100%);
  box-shadow: 0 0 24px 6px #ffd6e9, 0 0 0 8px #fff0f6;
  border: 4px solid #ffe4ec;
  animation: splashPulse 1.3s infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes splashPulse {
  from { transform: scale(1); box-shadow: 0 0 24px 6px #ffd6e9, 0 0 0 8px #fff0f6; }
  to { transform: scale(1.13); box-shadow: 0 0 32px 12px #ffb6d5, 0 0 0 14px #fff0f6; }
}

 /* Mini modal (shared) */
.mini-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.35);
  z-index: 2100;
  padding: 16px;
}
.mini-modal.show { display: flex; }
.mini-modal-content {
  background: #fffafc;
  border: 2px solid #f8c1d8;
  border-radius: 16px;
  padding: 18px 18px 16px 18px;
  width: min(92vw, 420px);
  box-shadow: 0 8px 18px rgba(248,193,216,0.35);
  color: #9c4778;
  text-align: center;
}
.mini-modal-title {
  font-size: 1.1rem;
  color: #e85b93;
  margin: 2px 0 10px 0;
}
.mini-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}
.btn-outline-sakura {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  background: #fff;
  border: 2px solid #f48fb1;
  color: #e7488a !important;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: 0 4px 10px rgba(244,143,177,0.18);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-outline-sakura:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(244,143,177,0.26);
}
.mini-modal-close {
  margin-top: 10px;
  display: inline-block;
  font-size: .9rem;
  color: #9c4778;
  opacity: .85;
  cursor: pointer;
}
.mini-modal-close:hover { opacity: 1; }
#fixed-footer a {
  color: #ec407a;
  text-decoration: none;
  margin-top: 0.3rem;
}
.badge-subject {
  background-color: #f06292;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 5px;
}
.badge-value.bg-cai {
  background-color: #ba68c8;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .container {
    padding: 16px 4vw 24px 4vw;
  }
  .art-placeholder {
    width: 90vw;
    max-width: 320px;
    height: 50vw;
    max-height: 420px;
  }
  .nav-container {
    flex-direction: column;
    gap: 0.5em;
    align-items: flex-start;
  }
  .nav-links {
    gap: 1em;
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: none; }
}
