@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}:root{--bg:#ececec;--fg:#1a1a1a;--muted:#6b6b6b;--line:#00000014;--line-strong:#1a1a1a;--glass-bg:#fff9;--glass-bg-strong:#ffffffc7;--glass-border:#ffffff8c;--blur:18px;--radius:16px;--shadow:0 4px 24px #00000014;--font-serif:"Source Serif 4", Georgia, "Times New Roman", "Songti SC", "SimSun", "Noto Serif SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--font-mono:"SFMono-Regular", "JetBrains Mono", Consolas, "Liberation Mono", monospace;--measure:1100px;--sidebar:300px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.75}a{color:inherit;text-decoration:none}::selection{color:#fff;background:#111}:focus-visible{outline:2px solid var(--line-strong);outline-offset:2px}a,button{touch-action:manipulation}.skip-link{color:#fff;z-index:100;background:#111;padding:8px 16px;font-size:.85rem;position:absolute;top:0;left:-9999px}.skip-link:focus{top:0;left:0}.bg-layer{z-index:-2;background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}.trail-canvas{z-index:9999;pointer-events:none;position:fixed;inset:0}.scroll-progress{z-index:10000;background:#111;width:0;height:3px;position:fixed;top:0;left:0}.back-to-top{color:#fff;cursor:pointer;opacity:0;visibility:hidden;z-index:9998;background:#111;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:opacity .3s,visibility .3s,transform .3s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(16px);box-shadow:3px 3px #00000040}.back-to-top svg{width:20px;height:20px}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{animation:.5s top-bounce}@keyframes top-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.bg-layer:after{content:"";background-color:#ffffff8c;background-image:radial-gradient(circle,#0000000f 1px,#0000 1.5px);background-size:7px 7px;position:absolute;inset:0}.glass{-webkit-backdrop-filter:blur(6px);background:#ffffffad;border:2px solid #111;border-radius:4px;box-shadow:4px 4px #111}.site-header{z-index:10;max-width:var(--measure);-webkit-backdrop-filter:blur(8px);background:#ffffffb8;border:2px solid #111;border-radius:4px;align-items:center;gap:20px;margin:16px auto 0;padding:12px 20px;display:flex;position:sticky;top:16px;box-shadow:4px 4px #111}.site-title{font-family:var(--font-serif);letter-spacing:.01em;color:#fff;background:#111;border-radius:2px;padding:4px 14px;font-size:1.3rem;font-weight:900;box-shadow:3px 3px #00000040}.site-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin:0 auto;display:flex}.site-nav a{color:var(--muted);align-items:center;gap:5px;font-size:.9rem;line-height:1;transition:color .15s;display:inline-flex}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--fg)}.nav-dropdown{position:relative}.nav-label{color:var(--muted);cursor:pointer;user-select:none;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:.9rem;line-height:1;transition:color .15s;display:inline-flex}.nav-icon{width:15px;height:15px;display:inline-flex}.nav-icon svg{width:15px;height:15px}.nav-dropdown:hover .nav-label,.nav-dropdown.open .nav-label{color:var(--fg)}.dropdown-menu{-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:100;background:#ffffffbf;border:2px solid #111;border-radius:4px;min-width:150px;padding:8px 0;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:4px 4px #111}.nav-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(4px)}.dropdown-menu a{color:var(--muted);white-space:nowrap;padding:8px 18px;font-size:.85rem;transition:color .15s,background .15s;display:block}.dropdown-menu a:hover{color:var(--fg);background:#0000000a}.site-search{position:relative}.search-icon{color:#9a9a9a;pointer-events:none;width:15px;height:15px;transition:color .2s;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.site-search input{width:170px;font-size:.85rem;font-family:var(--font-sans);color:var(--fg);background:#fff;border:1px solid #dcdcdc;border-radius:999px;outline:none;padding:9px 16px 9px 36px;transition:width .25s,border-color .2s,box-shadow .2s;box-shadow:0 1px 3px #0000000d}.site-search input::placeholder{color:#aaa}.site-search input:hover{border-color:#bbb;box-shadow:0 2px 6px #00000014}.site-search input:focus{border-color:#111;width:230px;box-shadow:0 0 0 3px #11111114}.site-search:focus-within .search-icon{color:#111}.search-results{-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:100;background:#ffffffbf;border:2px solid #111;border-radius:4px;width:320px;max-height:360px;padding:8px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;transform:translateY(8px);box-shadow:4px 4px #111}.search-results.open{opacity:1;visibility:visible;transform:translateY(0)}.search-item{border-radius:8px;padding:10px 12px;transition:background .15s;display:block}.search-item:hover{background:#0000000a}.search-item-title{color:var(--fg);font-size:.88rem;font-weight:600;display:block}.search-item-desc{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.78rem;display:block;overflow:hidden}.search-empty{text-align:center;color:var(--muted);padding:16px;font-size:.85rem}.calendar-header{font-family:var(--font-serif);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.95rem;font-weight:700;display:flex}.calendar-weekdays{text-align:center;color:var(--muted);grid-template-columns:repeat(7,1fr);margin-bottom:4px;font-size:.68rem;display:grid}.calendar-days{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.calendar-day{text-align:center;font-size:.75rem;font-family:var(--font-mono);border-radius:6px;padding:4px 0}.calendar-day.empty{visibility:hidden}.calendar-day.today{background:var(--line-strong);color:#fff;font-weight:700}.site-main{max-width:var(--measure);margin:24px auto 0;padding:0 16px 40px}.home-layout{grid-template-columns:250px minmax(0,1fr) 250px;align-items:start;gap:20px;display:grid}.site-footer{max-width:var(--measure);text-align:center;color:var(--muted);font-size:.8rem;font-family:var(--font-mono);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:0 auto 32px;padding:16px 24px;display:flex}.footer-sep{opacity:.4}.footer-stat{white-space:nowrap}.footer-stat b{color:var(--fg);font-weight:700}.home-layout{counter-reset:card}.sidebar{flex-direction:column;gap:20px;display:flex}.side-card{counter-increment:card}.side-card.profile{counter-increment:none}.side-card-title:before{content:counter(card, decimal-leading-zero);font-family:var(--font-mono);color:#fff;background:#111;border-radius:2px;flex:none;margin-right:2px;padding:1px 6px;font-size:.68rem;font-weight:700}.side-card{padding:20px}.side-card-title{font-family:var(--font-serif);border-bottom:1px solid var(--line);align-items:center;gap:6px;margin:0 0 14px;padding-bottom:10px;font-size:1.05rem;font-weight:700;display:flex}.side-card-title svg{opacity:.7;flex:none;width:16px;height:16px}.profile{text-align:center;padding:28px 20px 24px}.profile a{display:block}.profile-avatar-wrap{width:96px;height:96px;margin:0 auto 14px;display:inline-block;position:relative}.profile-avatar-wrap:before{content:"";border:1.5px dashed var(--line-strong);border-radius:50%;animation:10s linear infinite avatar-spin;position:absolute;inset:-8px}.profile-avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:100%;height:100%;transition:transform .25s;animation:3s ease-in-out infinite avatar-breathe;box-shadow:0 2px 12px #0000002e}.profile a:hover .profile-avatar{transform:scale(1.08)}.profile a:hover .profile-avatar-wrap:before{border-style:solid}@keyframes avatar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes avatar-breathe{0%,to{box-shadow:0 2px 12px #0000002e}50%{box-shadow:0 4px 22px #0000004d}}.profile-name{font-family:var(--font-serif);margin:0 0 4px;font-size:1.3rem;font-weight:700}.profile-bio{color:var(--muted);margin:0;font-size:.85rem}.notice{color:var(--muted);font-size:.9rem;line-height:1.7}.notice p{margin:0}.moment-item{border-bottom:1px solid var(--line);padding:9px 0;font-size:.86rem}.moment-item:last-child{border-bottom:none}.moment-date{font-family:var(--font-mono);color:var(--muted);margin-top:2px;font-size:.7rem;display:block}.music-player{align-items:center;gap:12px;display:flex}.music-cover{background:radial-gradient(circle at 30% 30%,#4a4a4a,#111 65%);border-radius:50%;flex:none;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 2px 10px #00000040}.music-cover-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.music-cover.playing{animation:4s linear infinite music-spin}@keyframes music-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.music-progress{background:var(--line);cursor:pointer;border-radius:2px;height:4px;margin-top:14px;overflow:hidden}.music-progress-fill{background:var(--line-strong);border-radius:2px;width:0%;height:100%;transition:width .1s linear}.music-time{font-family:var(--font-mono);color:var(--muted);justify-content:space-between;margin-top:6px;font-size:.7rem;display:flex}.music-info{flex:1;min-width:0}.music-title{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.music-artist{color:var(--muted);font-size:.78rem}.music-toggle{border:1px solid var(--line-strong);width:40px;height:40px;color:var(--fg);cursor:pointer;background:0 0;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:1rem;transition:background .15s,color .15s;display:flex}.music-toggle:hover{background:var(--line-strong);color:#fff}.music-controls{align-items:center;gap:12px;margin-top:12px;display:flex}.music-volume-wrap{flex:1;align-items:center;gap:8px;display:flex}.music-volume-icon{flex:none;font-size:.85rem}.music-volume{appearance:none;background:var(--line);cursor:pointer;border-radius:2px;outline:none;flex:1;height:4px}.music-volume::-webkit-slider-thumb{appearance:none;background:var(--line-strong);cursor:pointer;border-radius:50%;width:14px;height:14px}.music-volume::-moz-range-thumb{background:var(--line-strong);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.stat-item{text-align:center;border:1px solid var(--line);border-radius:8px;padding:8px 4px}.stat-num{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;line-height:1.2;display:block}.stat-label{color:var(--muted);font-size:.75rem}.info-list{margin:0;padding:0;font-size:.85rem;list-style:none}.info-list li{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:7px 0;display:flex}.info-list li:last-child{border-bottom:none}.info-list .info-label{color:var(--muted);flex:none}.info-list .info-value{text-align:right;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.content{flex-direction:column;gap:20px;display:flex}.intro{padding:28px 28px 24px}.intro h1{font-family:var(--font-serif);letter-spacing:.04em;margin:0 0 8px;font-size:2.1rem;font-weight:900;line-height:1.2}.intro p{color:var(--muted);max-width:40em;margin:0}.filter-nav{box-shadow:none;flex-wrap:wrap;gap:10px;padding:16px 20px;display:flex}.filter-item{font-family:var(--font-mono);color:var(--muted);background:#fff;border:2px solid #111;border-radius:4px;padding:4px 12px;font-size:.82rem;transition:transform .15s,box-shadow .15s,background .15s,color .15s;box-shadow:2px 2px #111}.filter-item:hover{color:#fff;background:#111;transform:translate(1px,1px);box-shadow:1px 1px #111}.filter-item.active{color:#fff;background:#111;border-color:#111}.filter-count{opacity:.6;margin-left:4px}.post-cards{flex-direction:column;gap:20px;display:flex}.post-card{padding:0;position:relative;overflow:hidden}.post-card:after{content:"";opacity:0;pointer-events:none;z-index:-1;background:repeating-conic-gradient(#0000 0deg 12deg,#111 12deg 13deg);transition:opacity .2s;position:absolute;inset:-10px}.post-card:hover:after{opacity:.9}.post-card-link{flex-direction:column;display:flex}.post-card-body{padding:18px 20px 20px}.post-card-cover{border-bottom:2px solid #111;width:100%}.post-card-cover img{object-fit:cover;width:100%;height:200px;display:block}.post-card-meta{font-family:var(--font-mono);color:var(--muted);align-items:center;gap:12px;margin-top:8px;font-size:.78rem;display:flex}.meta-item{align-items:center;gap:4px;display:inline-flex}.meta-icon{opacity:.65;flex:none;width:13px;height:13px}.sticky-badge{font-family:var(--font-mono);color:#fff;background:#111;border-radius:4px;margin-bottom:8px;padding:2px 10px;font-size:.72rem;display:inline-block;box-shadow:2px 2px #0003}.post-card-tags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.post-title{font-family:var(--font-serif);margin:0 0 6px;font-size:1.25rem;font-weight:800}.post-card:hover .post-title{text-underline-offset:4px;text-decoration:underline 1px}.post-desc{color:var(--muted);margin:0;font-size:.92rem}.post,.page{padding:32px 36px}.post-date{font-family:var(--font-mono);color:var(--muted);margin-bottom:8px;font-size:.8rem;display:block}.post-header{margin-bottom:28px}.post-header .post-date{margin-bottom:14px}.post-header .post-title{margin-bottom:10px;font-size:2rem;line-height:1.25}.post-header .post-desc{font-size:1rem}.post-cover{border-radius:12px;max-width:100%;height:auto;margin:0 0 28px;display:block}.post-body{max-width:680px}.post-body h2{font-family:var(--font-serif);margin:2em 0 .6em;font-size:1.4rem;line-height:1.3}.post-body h3{margin:1.6em 0 .5em;font-size:1.15rem}.post-body p{margin:0 0 1.25em}.post-body a{text-underline-offset:3px;text-decoration:underline 1px}.post-body img{border-radius:10px;max-width:100%;height:auto}.post-body blockquote{color:var(--fg);background:#fff;border:2px solid #111;border-radius:8px;margin:1.5em 0;padding:12px 16px;position:relative;box-shadow:3px 3px #111}.post-body blockquote:before{content:"";border:7px solid #0000;border-bottom-color:#111;width:0;height:0;position:absolute;top:-9px;left:24px}.post-body code{font-family:var(--font-mono);background:#0000000d;border-radius:4px;padding:.15em .4em;font-size:.875em}.post-body pre{border:1px solid var(--line);background:#0000000a;border-radius:10px;padding:16px;line-height:1.5;overflow-x:auto}.post-body pre code{background:0 0;padding:0}.post-body ul,.post-body ol{margin:0 0 1.25em;padding-left:1.4em}.post-body li{margin:.3em 0}.post-body hr{border:none;border-top:1px solid var(--line);margin:2em 0}.page h1{font-family:var(--font-serif);align-items:center;gap:10px;margin:0 0 18px;font-size:1.9rem;font-weight:900;display:flex}.page h1 svg{flex:none;width:26px;height:26px}.page p{max-width:40em}.tag-list{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.tag{font-family:var(--font-mono);color:#111;background:#fff;border:2px solid #111;border-radius:4px;padding:2px 10px;font-size:.75rem;box-shadow:2px 2px #111}.side-tags{flex-wrap:wrap;gap:8px;display:flex}.side-tags .tag{transition:border-color .15s,color .15s}.side-tags .tag:hover{border-color:var(--line-strong);color:var(--fg)}.tag-cloud{flex-wrap:wrap;gap:10px;display:flex}.tag-cloud-item{font-family:var(--font-mono);color:var(--fg);border:1px solid var(--line);border-radius:999px;padding:6px 14px;font-size:.85rem;transition:border-color .15s,background .15s}.tag-cloud-item:hover{border-color:var(--line-strong);background:#0000000a}.tag-count{opacity:.5;margin-left:4px;font-size:.75rem}.friend-intro{color:var(--muted);margin:0 0 24px}.page h2{font-family:var(--font-serif);margin:28px 0 14px;font-size:1.3rem;font-weight:800}.friend-self{border:2px solid #111;border-radius:4px;align-items:center;gap:16px;margin-bottom:8px;padding:16px;display:flex;box-shadow:3px 3px #111}.friend-self-avatar{object-fit:cover;border:2px solid #111;border-radius:50%;flex:none;width:64px;height:64px}.friend-self-info{flex-direction:column;gap:4px;min-width:0;font-size:.9rem;display:flex}.friend-steps{color:var(--muted);margin:0;padding:0;list-style:none}.friend-steps li{align-items:flex-start;gap:12px;margin:0;padding:8px 0;display:flex;position:relative}.friend-steps li:not(:last-child):after{content:"";background:#111;width:2px;position:absolute;top:36px;bottom:0;left:16px}.step-num{z-index:1;background:#fff;border:2px solid #111;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.step-num svg{width:16px;height:16px}.step-content{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.friend-template{font-family:var(--font-mono);white-space:pre-wrap;background:#f7f7f7;border:2px solid #111;border-radius:4px;margin:0;padding:12px 14px;font-size:.8rem;line-height:1.85;box-shadow:2px 2px #111}.friend-notes{color:var(--muted);margin:0;padding-left:1.4em}.friend-notes li{margin:6px 0}.friend-empty{color:var(--muted)}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin:0;padding:0;display:grid}.photo-item{margin:0}.photo-item img{aspect-ratio:1;object-fit:cover;border:2px solid #111;border-radius:4px;width:100%;box-shadow:3px 3px #111}.photo-item figcaption{text-align:center;margin-top:8px;font-size:.85rem}.anime-list{margin:0;padding:0;list-style:none}.anime-item{border-bottom:1px solid var(--line);align-items:baseline;gap:12px;padding:12px 0;display:flex}.anime-item:first-child{border-top:1px solid var(--line)}.anime-title{font-weight:700}.anime-status{font-family:var(--font-mono);color:#fff;background:#111;border-radius:4px;padding:1px 8px;font-size:.72rem}.anime-desc{color:var(--muted);flex:1;min-width:0;font-size:.85rem}.friend-apply-title{border-top:2px solid #111;margin-top:32px;padding-top:24px}.friend-apply{grid-template-columns:1fr 1fr;gap:24px;display:grid}.friend-apply-col{min-width:0}.friend-apply-col h3:not(:first-child){margin-top:24px}.page h3{align-items:center;gap:6px;margin:0 0 12px;font-size:1rem;font-weight:700;display:flex}.page h3 svg{flex:none;width:16px;height:16px}.friend-list{grid-template-columns:1fr 1fr;gap:0 24px;margin:0 0 24px;padding:0;list-style:none;display:grid}.friend-item{border-bottom:1px solid var(--line)}.friend-item:first-child{border-top:1px solid var(--line)}.friend-item a{align-items:center;gap:14px;padding:14px 0;display:flex}.friend-avatar{object-fit:cover;border:2px solid #111;border-radius:50%;flex:none;width:48px;height:48px}.friend-info{flex-direction:column;gap:2px;min-width:0;display:flex}.friend-name{font-weight:600}.friend-desc{color:var(--muted);font-size:.85rem}.friend-item a:hover .friend-name{text-underline-offset:3px;text-decoration:underline 1px}.donate-grid{flex-wrap:wrap;justify-content:center;gap:36px;margin-top:24px;display:flex}.donate-item{flex-direction:column;align-items:center;gap:12px;display:flex}.donate-item img{border:1px solid var(--line);background:#fff;border-radius:12px;width:200px;height:auto}.donate-item span{color:var(--muted);font-size:.9rem}.archive-year-title{font-family:var(--font-serif);border-bottom:1px solid var(--line);margin:28px 0 14px;padding-bottom:8px;font-size:1.25rem}.archive-list{margin:0;padding:0;list-style:none}.archive-item{border-bottom:1px solid var(--line)}.archive-item a{align-items:baseline;gap:16px;padding:11px 0;display:flex}.archive-item time{font-family:var(--font-mono);color:var(--muted);flex:none;font-size:.8rem}.archive-item:hover .archive-title{text-underline-offset:4px;text-decoration:underline 1px}@media (width<=1000px){.home-layout{grid-template-columns:1fr}.home-layout .content{order:-1}.site-header{flex-direction:column;align-items:flex-start;gap:10px;margin:12px 12px 0;padding:12px 16px}.site-nav{gap:14px;width:100%}.dropdown-menu{min-width:130px}.site-footer{margin:0 12px 24px}.post-card-cover img{width:100%;height:auto}.friend-list,.friend-apply{grid-template-columns:1fr}.site-search,.site-search input{width:100%}.post,.page{padding:24px 20px}.post-header .post-title{font-size:1.6rem}}::view-transition-old(root){animation:none}::view-transition-new(root){animation:.35s page-in}@keyframes page-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.post-card,.side-card{transition:transform .2s,box-shadow .2s}.post-card{transition:transform .2s,box-shadow .2s,background .2s}.post-card:hover{background:#111;transform:translateY(-3px);box-shadow:6px 6px #111}.post-card:hover .post-title,.post-card:hover .post-desc,.post-card:hover .post-card-meta{color:#fff}.post-card:hover .tag{color:#fff;background:#111;border-color:#fff;box-shadow:2px 2px #fff6}.post-card:hover .sticky-badge{color:#111;background:#fff;box-shadow:2px 2px #fff6}.side-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.post-card-cover{overflow:hidden}.post-card-cover img{transition:transform .35s}.post-card:hover .post-card-cover img{transform:scale(1.06)}@keyframes explode-in{0%{opacity:0;transform:scale(.3) translate(var(--tx,0px), var(--ty,0px))}to{opacity:1;transform:scale(1)translate(0)}}.post-card{animation:.7s cubic-bezier(.34,1.56,.64,1) both explode-in}.post-card:first-child{animation-delay:40ms}.post-card:nth-child(2){animation-delay:80ms}.post-card:nth-child(3){animation-delay:.12s}.post-card:nth-child(4){animation-delay:.16s}.post-card:nth-child(5){animation-delay:.2s}.post-card:nth-child(6){animation-delay:.24s}.post-card:nth-child(7){animation-delay:.28s}.post-card:nth-child(8){animation-delay:.32s}.side-card{animation:.7s cubic-bezier(.34,1.56,.64,1) both explode-in}.side-card:first-child{animation-delay:50ms}.side-card:nth-child(2){animation-delay:.1s}.side-card:nth-child(3){animation-delay:.15s}.side-card:nth-child(4){animation-delay:.2s}.side-card:nth-child(5){animation-delay:.25s}.bounce-char{animation:3s ease-in-out infinite char-bounce;display:inline-block}@keyframes char-bounce{0%,72%,to{transform:translateY(0)}80%{transform:translateY(-18px)}90%{transform:translateY(2px)}}.site-nav a,.nav-label{position:relative}.side-card-title svg{transition:transform .2s}.side-card:hover .side-card-title svg{transform:scale(1.15)rotate(-6deg)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}
