: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{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}.navbar__right{align-items:center;gap:.5rem;display:flex}.navbar__theme-btn{cursor:pointer;background:#ffffff80;border:1px solid #ffffff4d;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;transition:all .3s;display:flex}.dark .navbar__theme-btn{background:#33415580;border-color:#ffffff1a}.navbar__theme-btn:hover{transform:scale(1.1)}.theme-icon-dark,.dark .theme-icon-light{display:none}.dark .theme-icon-dark{display:inline}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:4px;display:none}.navbar__hamburger span{background:#475569;border-radius:2px;width:20px;height:2px;transition:all .3s;display:block}.dark .navbar__hamburger span{background:#e2e8f0}.navbar__hamburger.open span:first-child{transform:rotate(45deg)translate(4px,4px)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}@media (width<=767px){.navbar__hamburger{display:flex}.navbar__nav-desktop{display:none}}.navbar__mobile{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#fffffff2;border-bottom:1px solid #fff3;padding:.5rem 1.5rem 1rem;display:block}.dark .navbar__mobile{background:#0f172af2}.navbar__mobile.hidden{display:none}.navbar__mobile-links{flex-direction:column;gap:.5rem;list-style:none;display:flex}.navbar__mobile-link{color:#475569;border-bottom:1px solid #0000000d;padding:.5rem 0;font-size:.9375rem;font-weight:700;display:block}.dark .navbar__mobile-link{color:#e2e8f0;border-bottom-color:#ffffff0d}.navbar__mobile-link:hover{color:#6366f1}@media (width>=768px){.navbar__mobile{display:none!important}}.posts-container{max-width:1152px;margin:0 auto;padding:1rem 0}.posts-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.posts-header-left{flex:1}.posts-title{color:#1e293b;letter-spacing:.05em;font-size:2.5rem;font-weight:900}.dark .posts-title{color:#fff}.posts-subtitle{color:#64748b;letter-spacing:.05em;margin-top:.25rem;font-size:.9375rem;font-weight:500}.dark .posts-subtitle{color:#94a3b8}.posts-tabs{flex-wrap:wrap;flex-shrink:0;gap:.75rem;display:flex}.posts-tab{cursor:pointer;color:#64748b;background:#ffffff80;border:1px solid #94a3b833;border-radius:9999px;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:700;transition:all .2s}.dark .posts-tab{color:#94a3b8;background:#3341554d;border-color:#ffffff14}.posts-tab:hover{color:#6366f1;border-color:#6366f1}.posts-tab.active{color:#fff;background:#6366f1;border-color:#6366f1}.posts-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.posts-grid{grid-template-columns:1fr 1fr}}.posts-empty{text-align:center;color:#94a3b8;padding:5rem 0;font-weight:500}.posts-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff6;border:1px solid #fff6;border-radius:1.5rem;transition:transform .22s,box-shadow .22s;animation:.5s both fadeUp;display:block;overflow:hidden;box-shadow:0 10px 25px -5px #0000000f}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dark .posts-card{background:#1e293b80;border-color:#ffffff1a}.posts-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px -8px #6366f126}.posts-card-cover{aspect-ratio:16/9;background:#e2e8f0;position:relative;overflow:hidden}.dark .posts-card-cover{background:#334155}.posts-card-cover img{object-fit:cover;opacity:.9;width:100%;height:100%;transition:transform 1s}.posts-card:hover .posts-card-cover img{transform:scale(1.05)}.posts-card-cover-overlay{background:linear-gradient(#0000,#0009);position:absolute;inset:0}.posts-card-date{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffffffe6;letter-spacing:.05em;background:#0006;border:1px solid #fff3;border-radius:9999px;padding:.25rem .5rem;font-family:monospace;font-size:.625rem;position:absolute;bottom:.75rem;left:1rem}.posts-card-body{padding:1.25rem}.posts-card-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;transition:color .2s;overflow:hidden}.dark .posts-card-title{color:#fff}.posts-card:hover .posts-card-title{color:#6366f1}.dark .posts-card:hover .posts-card-title{color:#818cf8}.posts-card-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.dark .posts-card-desc{color:#94a3b8}.posts-card-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.posts-card-tags{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.posts-tag{color:#6366f1;background:#6366f114;border:1px solid #6366f126;border-radius:.375rem;padding:.125rem .5rem;font-size:.625rem;font-weight:700}.dark .posts-tag{color:#818cf8;background:#6366f126;border-color:#6366f140}.posts-tag-cat{color:#a855f7;background:#a855f714;border-color:#a855f726}.dark .posts-tag-cat{color:#c084fc;background:#a855f726;border-color:#a855f740}.posts-card-info{color:#94a3b8;white-space:nowrap;align-items:center;gap:.25rem;margin-left:auto;font-size:.625rem;display:flex}.dark .posts-card-info{color:#64748b}.article-container{max-width:1152px;margin:0 auto;padding:1rem 0}.article-loading{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 0;display:flex}.article-loading.hidden,.article-error.hidden,.article-content-wrapper.hidden{display:none}.article-error{text-align:center;padding:5rem 0}.article-error h2{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem}.dark .article-error h2{color:#fff}.article-error p{color:#94a3b8;margin-bottom:1rem}.article-back-link{color:#6366f1;font-weight:600}.article-layout{flex-direction:column;gap:2rem;display:flex}@media (width>=1024px){.article-layout{flex-direction:row}}.article-main{flex:1;overflow:hidden}.article-cover{aspect-ratio:16/9;background:#e2e8f0;width:100%;overflow:hidden}.dark .article-cover{background:#334155}.article-cover-img{object-fit:cover;width:100%;height:100%}.article-body{padding:2rem;position:relative}@media (width>=768px){.article-body{padding:3rem}}.article-back-btn{color:#6366f1;align-items:center;gap:.25rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;transition:opacity .2s;display:inline-flex}.article-back-btn:hover{opacity:.7}.article-header{border-bottom:1px solid #94a3b84d;margin-bottom:2rem;padding-bottom:1.5rem}.dark .article-header{border-bottom-color:#94a3b826}.article-title{color:#1e293b;margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.3}@media (width>=768px){.article-title{font-size:2.25rem}}.dark .article-title{color:#fff}.article-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.article-meta-item{color:#475569;background:#ffffff4d;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 1px 3px #0000000a}.dark .article-meta-item{color:#cbd5e1;background:#0f172a80;border-color:#ffffff0d}.article-meta-avatar{color:#6366f1;background:#6366f11a;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;display:flex}.article-meta-item svg{width:.875rem;height:.875rem}.article-meta-cat{color:#a855f7}.dark .article-meta-cat{color:#c084fc}.article-meta-tag{color:#db2777}.dark .article-meta-tag{color:#f472b6}.article-content{color:#334155;font-size:1.05rem;line-height:1.85}.dark .article-content{color:#e2e8f0}.article-content p{margin-bottom:1rem}.article-content h2,.article-content h3{color:#1e293b;margin-top:2rem;margin-bottom:.75rem;scroll-margin-top:6rem}.dark .article-content h2,.dark .article-content h3{color:#f1f5f9}.article-content h2{border-bottom:1px solid #94a3b833;padding-bottom:.3em;font-size:1.5rem}.article-content h3{font-size:1.25rem}.article-content pre{color:#cdd6f4;background:#1e1e2e;border-radius:.75rem;margin:1.5rem 0;padding:1.25rem;font-size:.9rem;line-height:1.7;overflow-x:auto}.article-content code{color:#6366f1;background:#6366f11a;border-radius:.25rem;padding:.15em .4em;font-family:Cascadia Code,JetBrains Mono,Consolas,monospace;font-size:.9em;font-weight:600}.dark .article-content code{color:#818cf8;background:#6366f133}.article-content pre code{color:inherit;font-size:inherit;background:0 0;padding:0}.article-content img{border-radius:.75rem;max-width:100%;margin:1.5rem auto;display:block;box-shadow:0 10px 30px #0000001a}.article-content blockquote{color:#64748b;border-left:4px solid #818cf8;margin:1rem 0;padding-left:1rem}.dark .article-content blockquote{color:#94a3b8}.article-content a{color:#6366f1;text-decoration:underline}.article-content ul,.article-content ol{margin-bottom:1rem;padding-left:1.5rem}.article-content li{margin-bottom:.25rem}.article-empty{color:#94a3b8;text-align:center;padding:2rem}.article-comments{border-top:1px solid #94a3b833;margin-top:3rem;padding-top:2rem}.article-comments-title{color:#1e293b;margin-bottom:1rem;font-size:1.125rem;font-weight:700}.dark .article-comments-title{color:#f1f5f9}.article-comments-placeholder{color:#94a3b8;text-align:center;padding:2rem;font-size:.875rem}.article-sidebar{flex-direction:column;gap:1.5rem;width:100%;display:flex}@media (width>=1024px){.article-sidebar{flex-shrink:0;width:320px}}.article-author-card{text-align:center;padding:1.5rem}.article-author-avatar{background:linear-gradient(to top right,#6366f1,#a855f7);border-radius:9999px;width:5rem;height:5rem;margin:0 auto 1rem;padding:3px;transition:transform .5s;box-shadow:0 4px 10px #6366f133}.article-author-card:hover .article-author-avatar{transform:rotate(3deg)}.article-author-avatar img{object-fit:cover;background:#fff;border-radius:9999px;width:100%;height:100%}.article-author-name{color:#1e293b;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.dark .article-author-name{color:#fff}.article-author-bio{color:#64748b;margin-bottom:1rem;font-size:.75rem;line-height:1.5}.dark .article-author-bio{color:#94a3b8}.article-author-socials{justify-content:center;gap:.75rem;display:flex}.social-icon{color:#64748b;background:#6366f10f;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .3s;display:flex}.dark .social-icon{color:#94a3b8;background:#6366f11a}.social-icon:hover{color:#6366f1;background:#6366f11f;transform:translateY(-2px)}.article-toc-card,.article-recent-card{padding:1.5rem}.toc-title{color:#1e293b;border-left:4px solid #6366f1;margin-bottom:1rem;padding-left:.5rem;font-size:.8125rem;font-weight:900}.dark .toc-title{color:#fff}.toc-list{flex-direction:column;gap:.5rem;max-height:300px;list-style:none;display:flex;overflow-y:auto}.toc-item a{color:#64748b;border-radius:.25rem;padding:.25rem .5rem;font-size:.8125rem;transition:all .2s;display:block}.dark .toc-item a{color:#94a3b8}.toc-item a:hover{color:#6366f1;background:#6366f10f}.toc-level-2{padding-left:1rem}.toc-level-3{padding-left:2rem}.recent-item{border-bottom:1px solid #94a3b81a;padding:.75rem 0;transition:all .2s;display:block}.recent-item:last-child{border-bottom:none}.recent-item:hover .recent-title{color:#6366f1}.recent-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:700;transition:color .2s;overflow:hidden}.dark .recent-title{color:#e2e8f0}.recent-date{color:#94a3b8;text-transform:uppercase;margin-top:.25rem;font-size:.625rem;font-weight:700}.dark .recent-date{color:#64748b}.article-toc-card.hidden,.article-recent-card.hidden{display:none}.gallery-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.gallery-title{color:#1e293b;letter-spacing:.05em;font-size:2.5rem;font-weight:900}.dark .gallery-title{color:#fff}.gallery-subtitle{color:#94a3b8;margin-top:.25rem;font-weight:500}.gallery-search{color:#94a3b8;background:#ffffff80;border:1px solid #94a3b833;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.dark .gallery-search{background:#1e293b80;border-color:#ffffff14}.gallery-search input{color:#1e293b;background:0 0;border:none;outline:none;min-width:140px;font-size:.875rem}.dark .gallery-search input{color:#e2e8f0}.gallery-collections{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.gallery-collections{grid-template-columns:1fr 1fr}}@media (width>=1024px){.gallery-collections{grid-template-columns:1fr 1fr 1fr}}.gallery-collection{cursor:pointer;animation:.5s both fadeUp;overflow:hidden}.gallery-collection-cover{aspect-ratio:4/3;background:#e2e8f0;position:relative;overflow:hidden}.dark .gallery-collection-cover{background:#334155}.gallery-collection-cover img{object-fit:cover;width:100%;height:100%}.gallery-collection-cover-overlay{background:linear-gradient(#0000,#0006);position:absolute;inset:0}.gallery-collection-count{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0006;border-radius:9999px;padding:.25rem .5rem;font-size:.6875rem;position:absolute;bottom:.75rem;left:.75rem}.gallery-collection-body{padding:1rem 1.25rem 1.25rem}.gallery-collection-title{color:#1e293b;margin-bottom:.375rem;font-size:1rem;font-weight:700}.dark .gallery-collection-title{color:#fff}.gallery-collection-desc{color:#64748b;margin-bottom:.75rem;font-size:.75rem;line-height:1.5}.dark .gallery-collection-desc{color:#94a3b8}.gallery-collection-footer{justify-content:space-between;align-items:center;display:flex}.gallery-star{color:#475569;font-size:.75rem}.gallery-star.active{color:#fbbf24}.gallery-collection-date{color:#94a3b8;font-size:.6875rem}.lightbox{z-index:100;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox.hidden{display:none}.lightbox-close{color:#fff;cursor:pointer;z-index:101;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1.5rem}.lightbox-nav{color:#fff9;cursor:pointer;z-index:101;background:0 0;border:none;padding:1rem;font-size:2.5rem;transition:color .2s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{color:#fff}.lightbox-prev{left:0}.lightbox-next{right:0}.lightbox-content{justify-content:center;align-items:center;max-width:90vw;max-height:85vh;display:flex}.lightbox-content img{object-fit:contain;border-radius:.5rem;max-width:100%;max-height:85vh}.lightbox-info{color:#fff9;font-size:.875rem;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.music-container{max-width:1152px;margin:0 auto;padding:1rem 0}.music-layout{flex-direction:column;gap:1.5rem;display:flex}@media (width>=1024px){.music-layout{flex-direction:row}}.music-main{flex:1;padding:2rem}.music-player-top{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}@media (width>=640px){.music-player-top{flex-direction:row;align-items:flex-start}}.music-cover-wrapper{flex-shrink:0}.music-cover{border-radius:1rem;width:180px;height:180px;position:relative;overflow:hidden;box-shadow:0 20px 40px #6366f126}@media (width>=640px){.music-cover{width:220px;height:220px}}.music-cover img{object-fit:cover;width:100%;height:100%;transition:transform 10s linear}.playing .music-cover img{animation:20s linear infinite rotateCover}@keyframes rotateCover{0%{transform:rotate(0)scale(1.1)}to{transform:rotate(360deg)scale(1.1)}}.music-cover-glow{pointer-events:none;background:radial-gradient(circle at 30% 30%,#6366f14d,#0000 70%);position:absolute;inset:0}.music-info{text-align:center;flex:1;min-width:0}@media (width>=640px){.music-info{text-align:left}}.music-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:1.25rem;font-weight:700;overflow:hidden}.dark .music-title{color:#fff}.music-artist{color:#64748b;margin-top:.25rem;font-size:.8125rem}.dark .music-artist{color:#94a3b8}.music-progress{margin:1rem 0}.music-progress-bar{cursor:pointer;background:#94a3b833;border-radius:4px;height:4px;position:relative}.dark .music-progress-bar{background:#94a3b81a}.music-progress-fill{background:linear-gradient(90deg,#6366f1,#818cf8);border-radius:4px;width:0;height:100%;transition:width .3s}.music-time{color:#94a3b8;justify-content:space-between;margin-top:.25rem;font-family:monospace;font-size:.6875rem;display:flex}.music-controls{justify-content:center;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}@media (width>=640px){.music-controls{justify-content:flex-start}}.music-btn{color:#475569;cursor:pointer;background:#6366f114;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex}.dark .music-btn{color:#cbd5e1;background:#6366f11f}.music-btn:hover{color:#6366f1;background:#6366f126;transform:scale(1.05)}.music-play-btn{color:#fff;background:#6366f1;width:3rem;height:3rem}.music-play-btn:hover{color:#fff;background:#4f46e5}.music-volume-slider{appearance:none;cursor:pointer;background:#94a3b833;border-radius:4px;outline:none;width:80px;height:4px}.music-volume-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#6366f1;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 4px #00000026}.dark .music-volume-slider{background:#94a3b81a}.hidden{display:none!important}.music-tabs{border-bottom:1px solid #94a3b833;gap:.5rem;margin-top:1rem;padding-bottom:0;display:flex}.dark .music-tabs{border-bottom-color:#94a3b81a}.music-tab{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;transition:all .2s}.music-tab:hover{color:#6366f1}.music-tab.active{color:#6366f1;border-bottom-color:#6366f1}.music-lyrics{max-height:300px;padding:1rem 0;overflow-y:auto}.lyrics-container{text-align:center}.lyric-line{color:#64748b;padding:.5rem;font-size:.9375rem;transition:all .3s}.lyric-line.lyric-active{color:#6366f1;font-size:1.05rem;font-weight:700}.dark .lyric-line{color:#94a3b8}.dark .lyric-line.lyric-active{color:#818cf8}.lyrics-placeholder{color:#94a3b8;text-align:center;padding:2rem;font-size:.875rem}.music-playlist-panel{max-height:300px;padding:.5rem 0;overflow-y:auto}.playlist-list{list-style:none}.playlist-item{cursor:pointer;border-radius:.5rem;align-items:center;gap:.75rem;padding:.625rem .5rem;transition:background .2s;display:flex}.playlist-item:hover{background:#6366f10f}.playlist-item.active{background:#6366f11a}.playlist-item-cover{object-fit:cover;border-radius:.375rem;width:2.5rem;height:2.5rem}.playlist-item-info{flex:1;min-width:0}.playlist-item-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;display:block;overflow:hidden}.dark .playlist-item-title{color:#e2e8f0}.playlist-item-artist{color:#94a3b8;margin-top:.125rem;font-size:.6875rem;display:block}.playlist-item-indicator{color:#6366f1;font-size:.75rem}.music-sidebar{width:100%}@media (width>=1024px){.music-sidebar{flex-shrink:0;width:320px}}.music-comments{padding:1.5rem}.music-comments-title{color:#1e293b;margin-bottom:1rem;font-size:1rem;font-weight:700}.dark .music-comments-title{color:#f1f5f9}.music-comments-placeholder{color:#94a3b8;text-align:center;padding:2rem;font-size:.8125rem}.timeline-container{max-width:768px;margin:0 auto;padding:1rem 0}.timeline-title{color:#1e293b;letter-spacing:.05em;font-size:2.5rem;font-weight:900}.dark .timeline-title{color:#fff}.timeline-subtitle{color:#94a3b8;margin-bottom:3rem}.timeline{padding-left:2rem;position:relative}.timeline:before{content:"";background:linear-gradient(#6366f1,#a855f7,#0000);width:2px;position:absolute;top:0;bottom:0;left:.5rem}.timeline-item{margin-bottom:2.5rem;padding-left:2rem;position:relative}.timeline-dot{z-index:1;background:#6366f1;border:3px solid #f8fafc;border-radius:50%;width:1rem;height:1rem;position:absolute;top:.5rem;left:-1.75rem;box-shadow:0 0 0 2px #6366f1}.dark .timeline-dot{border-color:#020617}.timeline-date{color:#6366f1;letter-spacing:.1em;margin-bottom:.375rem;font-family:monospace;font-size:.75rem;font-weight:700}.timeline-content{padding:1.25rem}.timeline-item-title{color:#1e293b;margin-bottom:.375rem;font-size:1rem;font-weight:700}.dark .timeline-item-title{color:#fff}.timeline-item-desc{color:#64748b;font-size:.8125rem;line-height:1.6}.projects-container{max-width:1152px;margin:0 auto;padding:1rem 0}.projects-title{color:#1e293b;letter-spacing:.05em;font-size:2.5rem;font-weight:900}.dark .projects-title{color:#fff}.projects-subtitle{color:#94a3b8;margin-bottom:2.5rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.projects-grid{grid-template-columns:1fr 1fr}}@media (width>=1024px){.projects-grid{grid-template-columns:1fr 1fr 1fr}}.project-card{padding:1.5rem;transition:transform .22s,box-shadow .22s;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -8px #6366f11f}.project-card-title{color:#1e293b;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.dark .project-card-title{color:#fff}.project-card-desc{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.8125rem;line-height:1.6;display:-webkit-box;overflow:hidden}.dark .project-card-desc{color:#94a3b8}.project-card-tags{flex-wrap:wrap;gap:.375rem;display:flex}.project-tag{color:#6366f1;background:#6366f114;border:1px solid #6366f11f;border-radius:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:700}.dark .project-tag{color:#818cf8;background:#6366f126}.about-container{max-width:640px;margin:0 auto;padding:1rem 0}.about-hero{text-align:center;padding:3rem 2rem}.about-avatar{background:linear-gradient(to top right,#6366f1,#a855f7);border-radius:9999px;width:6rem;height:6rem;margin:0 auto 1.5rem;padding:3px;box-shadow:0 8px 20px #6366f133}.about-avatar img{object-fit:cover;background:#fff;border-radius:9999px;width:100%;height:100%}.about-name{color:#1e293b;font-size:1.75rem;font-weight:900}.dark .about-name{color:#fff}.about-tagline{color:#64748b;margin-top:.5rem;font-size:.9375rem;font-weight:500}.dark .about-tagline{color:#94a3b8}.about-bio{color:#475569;margin:1.5rem 0;font-size:.9375rem;line-height:1.8}.dark .about-bio{color:#cbd5e1}.about-bio p{margin-bottom:.5rem}.about-socials{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.about-social-link{color:#475569;background:#6366f10f;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .3s;display:inline-flex}.dark .about-social-link{color:#cbd5e1;background:#6366f11a}.about-social-link:hover{color:#6366f1;background:#6366f11f;transform:translateY(-2px)}.loading-spinner{border:2px solid #6366f126;border-top-color:#6366f1;border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite spin}.background-effects{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.bg-mesh-overlay{z-index:-1;-webkit-backdrop-filter:blur(16px);transition:background 3s;position:absolute;inset:0}.fireflies-container{pointer-events:none;z-index:0;mix-blend-mode:screen;opacity:0;width:100%;height:100%;transition:opacity 1s;position:fixed;inset:0;overflow:hidden}.dark .fireflies-container{opacity:1}@keyframes fireflyBreathe{0%,to{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.2);box-shadow:0 0 10px 3px #64ff96cc,0 0 20px 6px #32ff6466}}@keyframes float1{0%,to{transform:translate(0)}33%{transform:translate(10vw,-15vh)}66%{transform:translate(-5vw,-20vh)}}@keyframes float2{0%,to{transform:translate(0)}33%{transform:translate(-12vw,10vh)}66%{transform:translate(8vw,15vh)}}@keyframes float3{0%,to{transform:translate(0)}33%{transform:translate(15vw,15vh)}66%{transform:translate(-10vw,5vh)}}@keyframes float4{0%,to{transform:translate(0)}33%{transform:translate(-15vw,-10vh)}66%{transform:translate(10vw,-15vh)}}.firefly-outer{position:absolute}.firefly-inner{background-color:#c8ffc8e6;border-radius:50%}.sakura-container{pointer-events:none;z-index:0;opacity:1;width:100%;height:100%;transition:opacity 1s;position:fixed;inset:0;overflow:hidden}.dark .sakura-container{opacity:0}@keyframes sakuraFall{0%{opacity:0;transform:translateY(-10vh)rotate(0)}10%{opacity:1}80%{opacity:1}to{opacity:0;transform:translate(15vw,110vh)rotate(360deg)}}.sakura-petal{background:#ffb6c1b3;border-radius:100% 0;position:absolute;top:0;box-shadow:0 0 5px #ffb6c199}#click-effect-canvas{pointer-events:none;z-index:9999;position:fixed;inset:0}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
