*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,"PingFang SC","Microsoft YaHei",sans-serif;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);min-height:100vh;color:#e8e8e8}
header{text-align:center;padding:44px 20px 24px;position:relative}
.header-title{text-align:center;padding:34px 20px 10px;position:relative;overflow:hidden}.header-title .stars{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.header-title .star{position:absolute;width:3px;height:3px;background:#c084fc;border-radius:50%;opacity:0;animation:twinkle 3s ease-in-out infinite}.header-title .star:nth-child(1){left:10%;top:20%;animation-delay:0s}.header-title .star:nth-child(2){left:85%;top:15%;animation-delay:.5s}.header-title .star:nth-child(3){left:25%;top:60%;animation-delay:1s}.header-title .star:nth-child(4){left:70%;top:70%;animation-delay:1.5s}.header-title .star:nth-child(5){left:50%;top:30%;animation-delay:2s}.header-title .star:nth-child(6){left:40%;top:80%;animation-delay:.8s}.header-title .star:nth-child(7){left:60%;top:45%;animation-delay:1.2s}.header-title .star:nth-child(8){left:15%;top:50%;animation-delay:.3s}.header-title .signature-svg{max-width:450px;width:90%;height:auto;margin:0 auto;display:block}.header-title .subtitle{color:#9ca3af;font-size:1rem;margin-top:4px}
.header-title .sticker-row{display:flex;justify-content:center;align-items:center;gap:12px;max-width:820px;margin:0 auto 12px;flex-wrap:wrap}
.sticker-caption{flex:0 0 100%;width:100%;text-align:center;color:#89c4f4;font-size:12px;margin:2px 0 0}
.sticker{width:118px;height:118px;border-radius:12px;object-fit:cover;cursor:pointer;transition:transform .3s;box-shadow:none}
.sticker:hover{transform:scale(1.1) rotate(3deg)}
.sticker-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.85);backdrop-filter:blur(12px);z-index:200;justify-content:center;align-items:center;cursor:zoom-out}
.sticker-overlay.active{display:flex}
.sticker-overlay img{max-width:90vw;max-height:90vh;object-fit:contain;cursor:zoom-out}
.sticker-overlay .close-hint{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);color:#9ca3af;font-size:.9rem}

.download-desc{color:#9ca3af;font-size:.85rem;margin-bottom:10px}
.download-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.download-link{display:inline-block;padding:4px 10px;background:transparent;color:#c084fc;text-decoration:none;border-radius:6px;font-size:.8rem;border:1px solid #e5e7eb}
.download-link:hover{background:#f9fafb;border-color:#c084fc}
@keyframes twinkle{0%,100%{opacity:0;transform:scale(.5)}50%{opacity:.8;transform:scale(1.2)}}
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
.site-title{font-family:'Ma Shan Zheng',cursive;font-size:3.2rem;color:transparent;background:linear-gradient(90deg,#c084fc 0%,#f472b6 25%,#7ec8e3 50%,#c084fc 75%,#f472b6 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:shimmer 4s linear infinite;text-shadow:0 0 20px rgba(192,132,252,.3);margin-bottom:15px;letter-spacing:4px}
.signature-container{text-align:center;margin:8px 0 14px}
.signature-line{font-size:13px;color:#9ca3af;font-family:'PingFang SC','Microsoft YaHei',sans-serif;letter-spacing:3px;margin-bottom:8px}
.signature-img{width:240px;max-width:80%;height:auto;filter:drop-shadow(0 2px 8px rgba(192,132,252,.25))}
.nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;padding:10px 0 0;margin-bottom:0}.nav-links a{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:6px 14px;border-radius:999px;font-size:.85rem;color:#9ca3af;transition:.2s;cursor:pointer;text-decoration:none}.nav-links a:hover,.nav-links a.active{color:#7ec8e3;border-color:#7ec8e3;background:rgba(126,200,227,.1)}
header p{color:#9ca3af;font-size:1rem}
#search-box{max-width:620px;margin:0 auto 10px}
#search-tools{display:flex;gap:10px;align-items:center}
#search-box input{width:100%;padding:14px 20px;border-radius:30px;border:2px solid rgba(126,200,227,.3);background:rgba(255,255,255,.06);color:#e8e8e8;font-size:1rem;outline:none;transition:border-color .3s}
#search-box input::placeholder{color:#6b7280}#search-box input:focus{border-color:#7ec8e3}
.random-btn{flex:0 0 auto;padding:12px 18px;border-radius:999px;border:1px solid rgba(244,114,182,.35);background:rgba(244,114,182,.12);color:#f9a8d4;font-size:.9rem;cursor:pointer;transition:.2s}.random-btn:hover{background:rgba(244,114,182,.2);transform:translateY(-1px)}
.tools-panel{max-width:900px;margin:12px auto 0;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}
.link-stats{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;color:#9ca3af;font-size:.8rem}
.stat-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);cursor:pointer;transition:.2s;user-select:none}
.stat-pill:hover,.stat-pill.active{color:#7ec8e3;border-color:rgba(126,200,227,.45);background:rgba(126,200,227,.12)}
.stat-pill strong{font-weight:700;color:#d8b4fe}
.stat-pill:hover strong,.stat-pill.active strong{color:#7ec8e3}
.platform-filter{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.filter-chip{padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#9ca3af;font-size:.82rem;cursor:pointer;transition:.2s}.filter-chip:hover,.filter-chip.active{color:#7ec8e3;border-color:rgba(126,200,227,.45);background:rgba(126,200,227,.12)}
#song-count{text-align:center;color:#6b7280;font-size:.85rem;margin-top:8px}
#song-list{max-width:900px;margin:20px auto 60px;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;cursor:pointer;transition:all .3s;position:relative;min-height:218px}
.card:hover{background:rgba(255,255,255,.1);border-color:rgba(126,200,227,.4);transform:translateY(-2px)}
.card h3{font-size:1.1rem;margin-bottom:6px;color:#c084fc}
.card .year{font-size:.75rem;color:#6b7280;margin-bottom:4px}.card .date{font-size:.7rem;color:#7ec8e3;margin-bottom:8px}
.card .intro{font-size:.85rem;color:#9ca3af;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.card .tags{margin-top:10px;display:flex;gap:6px;flex-wrap:wrap}
.card .tag{font-size:.7rem;padding:2px 8px;border-radius:10px;background:rgba(126,200,227,.15);color:#7ec8e3}
.platform-badges{position:absolute;right:16px;bottom:14px;display:flex;gap:6px}.platform-dot{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;border:1px solid rgba(255,255,255,.14);color:#64748b;background:rgba(255,255,255,.04)}.platform-dot.on.bili{color:#fb7299;border-color:rgba(251,114,153,.4);background:rgba(251,114,153,.12)}.platform-dot.on.netease{color:#f87171;border-color:rgba(248,113,113,.4);background:rgba(248,113,113,.12)}.platform-dot.on.qq{color:#60a5fa;border-color:rgba(96,165,250,.4);background:rgba(96,165,250,.12)}.platform-dot.missing{color:#6b7280;border-color:rgba(107,114,128,.3);background:rgba(107,114,128,.08)}.platform-dot.search{color:#9ca3af;border-color:rgba(156,163,175,.3);background:rgba(156,163,175,.08)}
.empty-state{grid-column:1/-1;text-align:center;color:#9ca3af;border:1px dashed rgba(126,200,227,.25);border-radius:16px;padding:34px 20px;background:rgba(255,255,255,.03)}
.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);z-index:100;justify-content:center;align-items:center}
.overlay.active{display:flex}
.modal{background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:20px;max-width:520px;width:90%;max-height:90vh;min-height:300px;padding:28px 28px 24px 28px;position:relative;display:flex;flex-direction:column;overflow:hidden}
.modal-close{position:absolute;top:15px;right:20px;font-size:1.5rem;background:none;border:none;color:#9ca3af;cursor:pointer}
.modal-header{position:sticky;top:0;z-index:10;background:#1a1a2e;padding:0 0 12px 0}
.modal h2{font-size:1.5rem;color:#c084fc;margin-bottom:8px}
.modal .meta{color:#6b7280;font-size:.85rem;margin-bottom:16px}
.modal .links{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;pointer-events:auto;flex-shrink:0}
.modal-scroll{overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}.modal-scroll::-webkit-scrollbar{width:6px}.modal-scroll::-webkit-scrollbar-track{background:transparent}.modal-scroll::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:3px}
.modal-body{flex:1;min-height:0}
.modal .intro-box{background:rgba(255,255,255,.04);border-radius:12px;padding:16px;font-size:.9rem;color:#9ca3af;line-height:1.7;flex-shrink:0;margin-bottom:12px}
.modal .lyrics-box{font-size:.85rem;line-height:1.9;color:#d1d5db;white-space:pre-line;padding:14px;background:rgba(0,0,0,.2);border-radius:12px;flex:1;min-height:80px}
.modal .links{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;pointer-events:auto;flex-shrink:0}
.modal .links a{pointer-events:auto}
.modal .links a{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;text-decoration:none;font-size:.85rem;transition:all .2s}
.modal .links a.bili{background:rgba(251,114,153,.15);color:#fb7299;border:1px solid rgba(251,114,153,.3)}
.modal .links a.netease{background:rgba(244,68,68,.15);color:#f44444;border:1px solid rgba(244,68,68,.3)}
.modal .links a.qq{background:rgba(0,116,217,.15);color:#0074d9;border:1px solid rgba(0,116,217,.3)}
.modal .links a.search-link{background:rgba(156,163,175,.1);color:#9ca3af;border:1px solid rgba(156,163,175,.2)}
.modal .links a:hover{transform:translateY(-1px)}.modal .links a{background:rgba(26,26,46,.95);backdrop-filter:blur(8px);pointer-events:auto}.modal .meta.missing-link{color:#9ca3af;font-size:.85rem}
.modal::-webkit-scrollbar{width:6px}.modal::-webkit-scrollbar-track{background:transparent}.modal::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:3px}.modal 
.lyrics-box::-webkit-scrollbar{width:4px}.lyrics-box::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:2px}.footer{margin-top:50px;padding:35px 0 25px;background:linear-gradient(180deg,transparent 0%,rgba(15,12,34,0.5) 100%);border-top:1px solid rgba(192,132,252,0.15)}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(192,132,252,0.3),rgba(244,114,182,0.3),rgba(126,200,227,0.3),transparent);margin-bottom:25px}.footer-content{text-align:center;max-width:560px;margin:0 auto;padding:0 60px}.footer-logo{font-family:'Ma Shan Zheng',cursive;font-size:1.6rem;margin-bottom:8px;letter-spacing:3px}.footer-logo span{color:transparent;background:linear-gradient(90deg,#c084fc 0%,#f472b6 50%,#7ec8e3 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.footer-logo .star{color:rgba(192,132,252,0.6)}.footer-subtitle{font-family:'Ma Shan Zheng',cursive;font-size:1.15rem;color:rgba(200,180,220,0.7);margin-bottom:18px;letter-spacing:2px}.footer-creators{margin-bottom:16px}.footer-creators-title{font-family:'Ma Shan Zheng',cursive;font-size:1.2rem;color:transparent;background:linear-gradient(90deg,#c084fc 0%,#f472b6 50%,#7ec8e3 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px;letter-spacing:2px}.footer-bilibili{display:block;color:rgba(200,180,220,0.75);font-size:.95rem;margin-bottom:8px;letter-spacing:1px}.footer-contact{display:block;color:rgba(200,180,220,0.75);font-size:.95rem;letter-spacing:1px}.footer-copyright{font-size:.85rem;color:rgba(150,130,180,0.5);letter-spacing:1px}
@media (max-width:700px){.site-title{font-size:2.35rem}.sticker{width:84px;height:84px}.header-title{padding:24px 12px 8px}.nav-links{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:10px 14px 4px;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-links a{white-space:nowrap;flex:0 0 auto}#search-tools{flex-direction:column}.random-btn{width:100%}.tools-panel{align-items:stretch}.link-stats,.platform-filter{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.stat-pill,.filter-chip{white-space:nowrap;flex:0 0 auto}.modal{width:94%;padding:22px 18px 80px 18px}.modal .links{position:relative;top:auto;right:auto;transform:none;justify-content:center;margin-top:16px}.card{min-height:210px}}
