:root{--font-serif:"Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-serif);color:#1e293b;background:#f8fafc;min-height:100vh;transition:color 1s,background 1s}.dark body{color:#f1f5f9;background:#020617}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:900}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#6366f1cc}*{scrollbar-width:thin;scrollbar-color:#6366f14d transparent}html:not(.splash-complete) .page-shell{opacity:0;filter:blur(5px);transform:translateY(12px)}html.page-revealing .page-shell,html.splash-complete .page-shell{opacity:1;filter:blur();transition:opacity .7s,transform .8s cubic-bezier(.22,1,.36,1),filter .7s;transform:none}html.splash-seen .page-shell{opacity:1;filter:blur();transform:none}.navbar{z-index:50;-webkit-backdrop-filter:blur(24px);background:#fff6;border-bottom:1px solid #fff3;transition:transform .5s;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000a}.dark .navbar{background:#0f172a80;border-bottom:1px solid #ffffff0d}.navbar.hidden{transform:translateY(-100%)}.navbar__inner{justify-content:space-between;align-items:center;max-width:1152px;height:4rem;margin:0 auto;padding:0 1.5rem;display:flex}@media (width>=640px){.navbar__inner{padding:0 2.5rem}}.navbar__logo{color:#1e293b;letter-spacing:-.03em;font-size:1.25rem;font-weight:900;transition:color .3s}.dark .navbar__logo{color:#fff}.navbar__logo:hover{color:#6366f1}.navbar__links{align-items:center;gap:1.5rem;list-style:none;display:flex}@media (width<=767px){.navbar__links{display:none}}.navbar__link{color:#475569;padding:.25rem 0;font-size:.875rem;font-weight:700;transition:color .2s;position:relative;overflow:hidden}.dark .navbar__link{color:#e2e8f0}.navbar__link:hover,.navbar__link.active{color:#6366f1}.navbar__link:after{content:"";opacity:.7;background:currentColor;border-radius:1px;width:0;height:2px;transition:width .2s,left .2s;position:absolute;bottom:-2px;left:50%}.navbar__link:hover:after,.navbar__link.active:after{width:100%;left:0}.page-main{width:100%;max-width:1152px;margin:7rem auto 2.5rem;padding:0 1rem}@media (width>=640px){.page-main{padding:0 2.5rem}}.page-main main{flex-direction:column;gap:1.5rem;width:100%;display:flex}.glass-card{-webkit-backdrop-filter:blur(12px);background:#fff6;border:1px solid #fff6;border-radius:1.5rem;transition:transform .22s,box-shadow .22s;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #00000014}.dark .glass-card{background:#1e293b80;border:1px solid #ffffff1a;box-shadow:0 20px 25px -5px #00000040,0 8px 10px -6px #00000026}.glass-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px -8px #6366f126,0 4px 16px -4px #00000014}.dark .glass-card:hover{box-shadow:0 12px 40px -8px #6366f133,0 4px 16px -4px #0000004d}.home-grid{grid-template-columns:1fr;align-items:stretch;gap:1.5rem;display:grid}@media (width>=768px){.home-grid{grid-template-columns:repeat(12,1fr)}.col-span-7{grid-column:span 7}.col-span-5{grid-column:span 5}}.profile-card{flex-direction:column;justify-content:space-between;min-height:280px;padding:2rem;display:flex;position:relative;overflow:hidden}.profile-card__glow{filter:blur(60px);pointer-events:none;background:#6366f114;border-radius:50%;width:10rem;height:10rem;transition:all .7s;position:absolute;top:-5rem;right:-5rem}.profile-card:hover .profile-card__glow{background:#6366f126;width:12rem;height:12rem}.profile-card__arrow{z-index:10;opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;top:1rem;right:1rem}.profile-card:hover .profile-card__arrow{opacity:1}.profile-card__top{z-index:1;align-items:flex-start;gap:1.5rem;display:flex;position:relative}.profile-card__avatar{background:linear-gradient(to bottom right,#6366f1,#a855f7);border-radius:1rem;flex-shrink:0;width:6rem;height:6rem;padding:3px;transition:transform .5s;box-shadow:0 4px 12px #6366f14d}.profile-card:hover .profile-card__avatar{transform:rotate(3deg)scale(1.05)}.profile-card__avatar img{object-fit:cover;background:#fff;border-radius:.75rem;width:100%;height:100%;display:block}.profile-card__info h1{font-family:var(--font-serif);color:#1e293b;letter-spacing:.05em;margin:0 0 .5rem;font-size:1.875rem;font-weight:900}.dark .profile-card__info h1{color:#fff}.profile-card__tagline{color:#6366f1;letter-spacing:.05em;margin:0 0 .25rem;font-size:.8125rem;font-weight:700}.profile-card__bio{color:#64748b;max-width:28rem;margin:0;font-size:.875rem;line-height:1.6}.dark .profile-card__bio{color:#94a3b8}.profile-card__bottom{z-index:1;flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex;position:relative}@media (width>=768px){.profile-card__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.profile-card__stats{align-items:center;gap:1.5rem;display:flex}.stat-item{text-align:center;cursor:pointer}.stat-item__count{color:#6366f1;font-size:1.5rem;font-weight:900;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.stat-item:hover .stat-item__count{transform:scale(1.12)translateY(-2px)}.stat-item__label{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;font-size:.625rem;font-weight:700;transition:color .2s}.stat-item:hover .stat-item__label{color:#6366f1}.stat-divider{background:#94a3b84d;width:1px;height:2.5rem}.profile-card__social{flex-wrap:wrap;gap:.75rem;display:flex}.social-btn{color:#475569;cursor:pointer;background:#ffffff80;border:1px solid #fff6;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex;box-shadow:0 1px 3px #0000000d}.social-btn svg{width:1.25rem;height:1.25rem;display:block}.dark .social-btn{color:#cbd5e1;background:#33415580;border:1px solid #ffffff1a}.social-btn:hover{color:#fff;background:#6366f1;border-color:#6366f1;transform:scale(1.12)}.social-btn:active{transform:scale(.95)}.cloud-player{cursor:pointer;flex-direction:column;justify-content:space-between;min-height:280px;padding:1.5rem;display:flex;position:relative;overflow:hidden}.cloud-player__glow{filter:blur(50px);pointer-events:none;background:#6366f133;border-radius:50%;width:12rem;height:12rem;transition:opacity 1s;position:absolute;top:-5rem;right:-5rem}.cloud-player__glow.active{opacity:1}.cloud-player__glow.inactive{opacity:.3}.cloud-player__top{z-index:1;align-items:center;gap:1.25rem;margin-top:.5rem;margin-bottom:1.5rem;display:flex;position:relative}.cloud-player__cover{border:2px solid #ffffff80;border-radius:50%;flex-shrink:0;width:5rem;height:5rem;position:relative;overflow:hidden;box-shadow:0 4px 12px #0003}.cloud-player__cover.spinning{animation:6s linear infinite spin}.cloud-player__cover.paused{animation-play-state:paused}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cloud-player__cover img{object-fit:cover;width:100%;height:100%;display:block}.cloud-player__cover-center{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffc;border:1px solid #94a3b880;border-radius:50%;width:1.25rem;height:1.25rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 1px 3px #0000001a}.cloud-player__info{flex:1;overflow:hidden}.cloud-player__badge{color:#6366f1;letter-spacing:.15em;text-transform:uppercase;background:#ffffff80;border-radius:2px;margin-bottom:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:900;display:inline-block;box-shadow:0 1px 3px #0000000d}.dark .cloud-player__badge{color:#818cf8;background:#0f172a80}.cloud-player__title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px #0000000d;font-size:1.25rem;font-weight:700;overflow:hidden}.dark .cloud-player__title{color:#fff}.cloud-player__artist{color:#475569;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.dark .cloud-player__artist{color:#cbd5e1}.cloud-player__lyric{z-index:1;height:1.5rem;margin-bottom:.5rem;position:relative;overflow:hidden}.cloud-player__lyric p{color:#6366f1;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:700;overflow:hidden}.dark .cloud-player__lyric p{color:#818cf8}.cloud-player__controls{z-index:10;margin-top:auto;position:relative}.cloud-player__progress-row{color:#475569;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:flex}.dark .cloud-player__progress-row{color:#94a3b8}.cloud-player__time{text-align:right;width:2.5rem}.cloud-player__progress{appearance:none;cursor:pointer;background:#fff6;border-radius:9999px;outline:none;flex:1;height:6px;box-shadow:inset 0 1px 3px #0000001a}.dark .cloud-player__progress{background:#33415580}.cloud-player__progress::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#6366f1;border-radius:50%;width:12px;height:12px;transition:transform .1s}.cloud-player__progress::-webkit-slider-thumb:hover{transform:scale(1.3)}.cloud-player__progress::-moz-range-thumb{cursor:pointer;background:#6366f1;border:none;border-radius:50%;width:12px;height:12px}.cloud-player__buttons{justify-content:center;align-items:center;gap:1.5rem;display:flex}.cloud-player__btn{color:#475569;cursor:pointer;z-index:20;background:0 0;border:none;padding:0;transition:color .2s;position:relative}.dark .cloud-player__btn{color:#cbd5e1}.cloud-player__btn:hover{color:#6366f1}.cloud-player__btn svg{width:1.5rem;height:1.5rem;display:block}.cloud-player__btn-play{color:#fff;background:#6366f1;border:2px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .2s;display:flex;box-shadow:0 4px 12px #6366f14d}.dark .cloud-player__btn-play{border-color:#47556980}.cloud-player__btn-play:hover{background:#4f46e5;transform:scale(1.05)}.cloud-player__btn-play svg{width:1.25rem;height:1.25rem;display:block}.cloud-player__btn-play svg.play-icon{margin-left:3px}.lyric-bar{-webkit-backdrop-filter:blur(24px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:1.5rem;justify-content:space-between;align-items:center;width:100%;height:5rem;padding:1.25rem;transition:all .7s;display:flex;box-shadow:0 8px 32px #0000004d}.dark .lyric-bar{background:#020617e6}.lyric-bar:hover{box-shadow:0 8px 32px #6366f133}.lyric-bar__waves{flex-shrink:0;justify-content:center;align-items:flex-end;gap:4px;width:4rem;height:2rem;display:flex}.lyric-bar__wave{border-radius:2px;width:6px;transition:all .5s ease-out}.lyric-bar__wave.active{animation:1s ease-in-out infinite safeWave}.lyric-bar__wave.inactive{background:#47556980;height:4px}@keyframes safeWave{0%,to{height:8px}50%{height:28px}}.lyric-bar__text{text-align:center;flex:1;padding:0 2rem;overflow:hidden}.lyric-bar__text p{color:#fff;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 0 8px #6366f1cc;font-size:1.125rem;font-weight:700;overflow:hidden}.lyric-bar__cursor{vertical-align:middle;background:#818cf8;width:3px;height:1.25rem;margin-left:4px;animation:.8s step-end infinite cursorBlink;display:inline-block;box-shadow:0 0 8px #6366f1cc}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.lyric-bar__icon{flex-shrink:0;justify-content:flex-end;width:4rem;display:flex}.lyric-bar__icon svg{color:#818cf880;width:1.5rem;height:1.5rem;transition:all .5s}.lyric-bar__icon.playing svg{animation:1s ease-in-out infinite bounce}.lyric-bar__icon.paused svg{opacity:.3}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.search-bar{z-index:100;width:100%;max-width:42rem;margin:0 auto 2.5rem;position:relative}.search-bar__input{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:#1e293b;background:#ffffff80;border:1px solid #fff6;border-radius:1.5rem;outline:none;width:100%;padding:1rem 1.5rem 1rem 3.5rem;font-size:1.125rem;font-weight:500;transition:all .2s;box-shadow:0 8px 25px -5px #00000014}.dark .search-bar__input{color:#e2e8f0;background:#1e293b80;border-color:#ffffff1a}.search-bar__input:focus{box-shadow:0 0 0 2px #6366f14d,0 8px 25px -5px #00000014}.search-bar__input::placeholder{color:#94a3b8}.search-bar__icon{pointer-events:none;z-index:10;align-items:center;display:flex;position:absolute;inset:0 0 0 1.25rem}.search-bar__icon svg{color:#94a3b8;width:1.25rem;height:1.25rem;transition:color .2s}.search-bar__input:focus~.search-bar__icon svg{color:#6366f1}.search-bar__results{-webkit-backdrop-filter:blur(48px);backdrop-filter:blur(48px);background:#ffffffe6;border:1px solid #ffffff80;border-radius:1.5rem;max-height:450px;margin-top:1rem;position:absolute;top:100%;left:0;right:0;overflow:hidden auto;box-shadow:0 20px 40px -10px #00000026}.dark .search-bar__results{background:#0f172ae6;border-color:#33415580}.search-bar__result-item{cursor:pointer;border-bottom:1px solid #94a3b81a;padding:1.25rem 1.5rem;text-decoration:none;transition:background .2s;display:block}.search-bar__result-item:hover{background:#6366f10d}.search-bar__result-item:last-child{border-bottom:none}.search-bar__result-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1.125rem;font-weight:700;overflow:hidden}.dark .search-bar__result-title{color:#e2e8f0}.search-bar__result-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.dark .search-bar__result-desc{color:#94a3b8}.search-bar__empty{text-align:center;padding:3rem 1.5rem}.search-bar__empty-icon{background:#94a3b81a;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto .75rem;display:flex}.search-bar__empty-icon svg{color:#94a3b8;width:1.5rem;height:1.5rem}.search-bar__empty-text{color:#64748b;font-size:.875rem;font-weight:500}.dark .search-bar__empty-text{color:#94a3b8}.gallery-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff6;border:1px solid #fff6;border-radius:1.5rem;min-height:360px;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #00000014}.dark .gallery-card{background:#1e293b80;border:1px solid #ffffff1a}.gallery-card:hover{transform:translateY(-4px)}.gallery-card__slide{background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;width:100%;min-height:360px;padding:2rem;transition:opacity .5s;display:flex;position:relative}.gallery-card__overlay{background:linear-gradient(#0000 40%,#000000b3);position:absolute;inset:0}.gallery-card__title{z-index:1;color:#fff;margin:0 0 .25rem;font-size:1.25rem;font-weight:800;position:relative}.gallery-card__desc{z-index:1;color:#ffffffb3;margin:0;font-size:.8125rem;position:relative}.gallery-card__dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:1rem;right:1rem}.gallery-card__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.gallery-card__dot.active{background:#fff;border-radius:4px;width:24px}.site-dashboard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff6;border:1px solid #fff6;border-radius:1.5rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #00000014}.dark .site-dashboard{background:#1e293b80;border:1px solid #ffffff1a}@media (width>=768px){.site-dashboard{flex-direction:row;align-items:stretch}}.dashboard__clock{color:#fff;letter-spacing:.1em;background:#0f172a;flex-shrink:0;justify-content:center;align-items:center;padding:1rem 2rem;font-family:Courier New,monospace;font-size:1.75rem;font-weight:900;transition:color .3s;display:flex;position:relative;overflow:hidden}.site-dashboard:hover .dashboard__clock{color:#818cf8}.dark .dashboard__clock{background:#000}@media (width>=768px){.dashboard__clock{font-size:1.875rem}}.dashboard__clock:after{content:"";pointer-events:none;background:linear-gradient(#ffffff0d,#0000);height:50%;position:absolute;bottom:0;left:0;right:0}.dashboard__clock:before{content:"";pointer-events:none;background:#00000080;height:1px;position:absolute;top:50%;left:0;right:0}.dashboard__uptime{color:#475569;flex:1;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.8125rem;font-weight:700;display:flex}.dark .dashboard__uptime{color:#94a3b8}.dashboard__uptime-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.dashboard__uptime strong{color:#6366f1;font-weight:900}.dashboard__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex}.dashboard__icp{color:#94a3b8;white-space:nowrap;border-bottom:1px dashed #94a3b84d;padding-bottom:2px;font-size:.8125rem;font-weight:700;transition:color .2s}.dashboard__icp:hover{color:#6366f1}.dashboard__theme-btn{cursor:pointer;color:#475569;white-space:nowrap;background:#ffffff80;border:1px solid #fff6;border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.6875rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 1px 3px #0000000d}.dark .dashboard__theme-btn{color:#cbd5e1;background:#33415580;border:1px solid #ffffff1a}.dashboard__theme-btn:hover{transform:scale(1.05);box-shadow:0 2px 8px #0000001a}.dashboard__theme-btn:active{transform:scale(.95)}.footer{text-align:center;color:#94a3b8;letter-spacing:.05em;padding:2rem;font-size:.75rem;font-weight:600}.footer a{color:#6366f1}.page-template{max-width:1152px;margin:7rem auto 2.5rem;padding:0 1rem}@media (width>=640px){.page-template{padding:0 2.5rem}}.page-template h1{color:#1e293b;font-size:2.5rem;font-weight:900;font-family:var(--font-serif);margin-bottom:1rem}.dark .page-template h1{color:#fff}.page-template p{color:#64748b;font-size:1.125rem;line-height:1.7}.dark .page-template p{color:#94a3b8}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
