:root{color-scheme:light;--sky-900:#173753;--sky-700:#3f7fa9;--sky-500:#72b4df;--sky-100:#edf7fc;--paper:#f8f4ea;--panel:#fffdf8;--ink:#273640;--muted:#758087;--line:#ece5d9;--shadow:0 12px 34px #40484914;font-family:Noto Sans SC,Microsoft YaHei UI,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:auto}body{color:var(--ink);background:var(--paper);margin:0;line-height:1.7}a{color:inherit;text-decoration:none}button{font:inherit}:focus-visible{outline-offset:4px;outline:3px solid #509fd2a6}::view-transition-old(root){animation:.2s cubic-bezier(.4,0,1,1) both page-leave}::view-transition-new(root){animation:.34s cubic-bezier(.16,.72,.24,1) both page-enter}@keyframes page-leave{to{opacity:0;transform:translateY(-5px)}}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}}.nav-shell{z-index:100}.nav-shell--hero{pointer-events:none;height:5.5rem;position:fixed;inset:0 0 auto}.nav-sensor{pointer-events:auto;height:18px;position:absolute;inset:0 0 auto}.site-nav{width:min(1180px,100% - 2rem);min-height:64px;box-shadow:var(--shadow);background:#fffdf8f7;border:1px solid #e5e0d6e0;border-radius:9px;grid-template-columns:1fr auto 1fr;align-items:center;margin-inline:auto;padding:0 1.15rem;display:grid}.nav-shell--hero .site-nav{color:var(--ink);pointer-events:auto;background:#f7fcfff5;border-top:0;border-radius:0 0 14px 14px;transition:transform .38s cubic-bezier(.22,.8,.22,1);transform:translateY(calc(-100% - 14px))}.nav-shell--hero:before{content:"";background:#ffffffe6;border-radius:0 0 6px 6px;width:16%;height:5px;position:absolute;top:0;left:42%;box-shadow:0 2px 12px #254a664d}.nav-shell--hero:hover .site-nav,.nav-shell--hero:focus-within .site-nav{transform:translateY(0)}.nav-shell--blog{margin-top:14px;position:sticky;top:14px}.site-nav__brand{letter-spacing:.02em;justify-self:start;align-items:center;gap:.65rem;font-weight:800;display:flex}.site-nav__mark{width:30px;height:30px;color:var(--sky-700);border:1px dashed #cfc4b2;border-radius:5px;place-items:center;display:grid}.site-nav__links{white-space:nowrap;justify-self:center;align-items:center;gap:clamp(1rem,2.2vw,2rem);font-size:.92rem;display:flex}.site-nav__links a{position:relative}.site-nav__links a[aria-current=page]{color:var(--sky-700);font-weight:750}.site-nav__links a[aria-current=page]:after{content:"";background:var(--sky-500);border-radius:4px;height:2px;position:absolute;bottom:-.55rem;left:20%;right:20%}.site-nav__tools{justify-self:end;gap:.45rem;display:flex}.site-nav__tools>*{width:31px;height:31px;color:var(--ink);cursor:pointer;background:0 0;border:1px dashed #cfc4b2;border-radius:5px;place-items:center;display:grid}.site-nav__tools>:hover,.site-nav__tools>:focus-visible,.site-nav__tools>[aria-current=page]{color:var(--sky-700);background:var(--sky-100);border-color:#5ba8d18c}.site-nav__tools svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.7px;width:17px;height:17px}.home-page{overflow:hidden}.hero{isolation:isolate;color:#fff;background-color:#438fc9;background-image:var(--hero-background-image), linear-gradient(165deg, #438fc9 0%, #8ec9e9 43%, #f2aa90 75%, #2d4268 100%);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100svh;position:relative}.hero:before{content:"";z-index:-2;background:radial-gradient(circle at 76% 16%,#ffffffd6 0 1%,#0000 2.6%),radial-gradient(at 68% 34%,#fff3,#0000 38%);position:absolute;inset:0}.hero__shade{z-index:-1;background:linear-gradient(90deg,#0b1f3b8a,#1436520d 58%,#0f26492e);position:absolute;inset:0}.hero__content{grid-template-columns:44% 56%;align-items:center;width:min(1240px,100% - 6rem);min-height:100svh;margin:auto;display:grid}.hero-profile{text-shadow:0 3px 24px #0f294b8c;padding-left:clamp(0rem,2vw,1.5rem)}.hero-profile__identity{align-items:center;gap:1.5rem;display:flex}.hero-profile__identity img{object-fit:cover;border:3px solid #ffffffe6;border-radius:50%;width:clamp(96px,9vw,124px);height:clamp(96px,9vw,124px);animation:1.05s cubic-bezier(.16,.8,.2,1) 1.42s both hero-avatar-develop;box-shadow:0 15px 42px #1230546e}.hero-profile__identity>div{animation:.72s cubic-bezier(.16,.72,.24,1) 1.66s both hero-copy-develop}.hero-profile__eyebrow{letter-spacing:.28em;opacity:.85;margin:0 0 .15rem;font-size:.72rem}.hero-profile h1{margin:0;font-family:Georgia,Noto Serif SC,serif;font-size:clamp(2.6rem,5vw,4.8rem);line-height:1}.hero-profile__rule{transform-origin:0;background:#fff;width:46px;height:2px;margin:2rem 0 1.4rem;animation:.64s cubic-bezier(.16,.72,.24,1) 1.86s both hero-rule-draw;display:block}.hero-profile__motto{letter-spacing:.015em;margin:0;font-size:clamp(1.75rem,3.2vw,3.15rem);font-weight:800;line-height:1.35;animation:.8s cubic-bezier(.16,.72,.24,1) 1.94s both hero-copy-develop}.hero-profile__intro{opacity:.84;max-width:28rem;margin-top:1rem;animation:.72s cubic-bezier(.16,.72,.24,1) 2.12s both hero-copy-develop}.hero__cta{backdrop-filter:blur(3px);letter-spacing:.08em;background:#1b41643d;border:1px solid #ffffffb8;border-radius:999px;align-items:center;gap:.65rem;padding:.72rem 1.6rem;font-size:.9rem;transition:background .2s,transform .2s;animation:.62s 1.95s both hero-cta-enter;display:flex;position:absolute;bottom:1.3rem;left:50%;transform:translate(-50%)}.hero__cta:hover{background:#21527970;transform:translate(-50%)translateY(-3px)}.social-orbit{place-items:center;min-width:0;display:grid}.social-orbit__scene{aspect-ratio:1;perspective:1050px;width:min(44vw,580px);transform-style:preserve-3d;filter:drop-shadow(0 15px 28px #14375b61);animation:1.28s cubic-bezier(.16,.8,.2,1) 1.5s both hero-orbit-calibrate;position:relative}.orbit{--duration:20s;transform-style:preserve-3d;animation:orbit-spin var(--duration) linear infinite;border:1px solid #d1f5ffd9;border-radius:50%;position:absolute}.orbit--outer{z-index:1;--duration:38s;border-color:#4cd6ffeb;animation-direction:reverse;inset:6%;transform:rotateX(68deg)rotate(-10deg);box-shadow:0 0 25px #1baeffad,inset 0 0 18px #4cd6ff33}.orbit--middle{z-index:2;--duration:24s;border-style:dashed;border-color:#9ff4e7f5;animation-direction:normal;inset:18%;transform:rotateX(38deg)rotateY(12deg)rotate(28deg);box-shadow:0 0 21px #4adec894,inset 0 0 15px #bffff53d}.orbit--inner{z-index:3;--duration:14s;border-color:#ffdd94f5;animation-direction:reverse;inset:30%;transform:rotateY(60deg)rotateX(10deg)rotate(-20deg);box-shadow:0 0 18px #ffbf4aa3,inset 0 0 13px #ffe8b43d}.orbit__marker{--angle:calc(360deg / var(--count) * var(--i));pointer-events:none;width:1px;height:1px;margin:-.5px;position:absolute;top:50%;left:50%}.orbit--outer .orbit__marker{transform:rotate(var(--angle)) translateX(220px)}.orbit--middle .orbit__marker{transform:rotate(var(--angle)) translateX(158px)}.orbit--inner .orbit__marker{transform:rotate(var(--angle)) translateX(100px)}.orbit-icons{z-index:4;pointer-events:none;position:absolute;inset:0}.orbit-icons .social-contact{--brand:130, 205, 239;--logo-color:#4f8fbd;width:56px;height:56px;color:inherit;opacity:0;pointer-events:auto;touch-action:manipulation;will-change:transform;background:0 0;border:0;padding:0;position:absolute;top:0;left:0}.orbit-icons .social-contact__icon{isolation:isolate;width:50px;height:50px;color:var(--logo-color);backdrop-filter:blur(10px)saturate(1.08);cursor:pointer;animation:orbit-icon-materialize .62s cubic-bezier(.16,.8,.2,1) calc(1.86s + var(--entry-delay,0s)) both;background:#f8fcffeb;border:1px solid #ffffffd6;border-radius:50%;place-items:center;margin:3px;transition:transform .22s cubic-bezier(.2,.75,.25,1.2),border-color .2s,box-shadow .2s;display:grid;position:relative;overflow:visible;box-shadow:inset 0 1px #fff,0 9px 24px #0a263f47}.orbit-icons .social-contact__icon:before{content:"";border:1px solid rgba(var(--brand),.16);pointer-events:none;border-radius:50%;position:absolute;inset:2px}.orbit-icons .social-contact__icon:after{content:"";z-index:-1;border:1px solid rgba(var(--brand),.42);opacity:.16;animation:orbit-icon-breathe 3.2s ease-in-out var(--pulse-delay,0s) infinite;pointer-events:none;border-radius:50%;position:absolute;inset:-7px}.orbit-icons svg{z-index:1;filter:drop-shadow(0 1px 2px #061b2d29);width:27px;height:27px;position:relative;overflow:visible}.orbit-icon--qq svg{filter:drop-shadow(0 2px 2px #061b2d24);width:29px;height:34px}.orbit-icon--steam svg{width:30px;height:30px}.orbit-icon--bilibili svg{width:29px;height:29px}.orbit-icon--qqmusic svg{filter:none;width:33px;height:33px}.orbit-icons .social-contact__label{color:#f8fcfff0;letter-spacing:.04em;opacity:0;white-space:nowrap;backdrop-filter:blur(10px);pointer-events:none;background:#07192bc7;border:1px solid #dcf0ff47;border-radius:999px;padding:.24rem .5rem;font-size:.62rem;font-weight:650;line-height:1.2;transition:opacity .18s,transform .22s;position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%,4px);box-shadow:0 6px 18px #04142433}.orbit-icons .orbit-icon--qq{--brand:18, 183, 245;--logo-color:#12b7f5}.orbit-icons .orbit-icon--github{--brand:24, 23, 23;--logo-color:#181717}.orbit-icons .orbit-icon--qqmusic{--brand:13, 175, 82;--logo-color:#0daf52}.orbit-icons .orbit-icon--steam{--brand:31, 155, 209;--logo-color:#17679a}.orbit-icons .orbit-icon--bilibili{--brand:0, 174, 236;--logo-color:#00aeec}.orbit-icons .orbit-icon--wechat{--brand:7, 193, 96;--logo-color:#07c160}.orbit-icons .orbit-icon--email{--brand:79, 125, 243;--logo-color:#4f7df3}.orbit-icons .social-contact:is(:hover,:focus-visible,[aria-expanded=true]){z-index:12}.orbit-icons .social-contact:is(:hover,:focus-visible,[aria-expanded=true]) .social-contact__icon{box-shadow:inset 0 1px 0 #fff, 0 0 0 3px rgba(var(--brand),.15), 0 12px 30px #0a263f57;border-color:#fff;transform:scale(1.06)}.orbit-icons .social-contact:is(:hover,:focus-visible,[aria-expanded=true]) .social-contact__icon:after{opacity:.58;animation-play-state:paused;transform:scale(1.08)}.orbit-icons .social-contact:is(:hover,:focus-visible,[aria-expanded=true]) .social-contact__label{opacity:1;transform:translate(-50%)}.orbit-icons .social-contact:focus-visible{outline:none}.social-orbit__scene:has(.orbit-icons .social-contact[data-orbit-group="0"]:is(:hover,:focus-visible,[aria-expanded=true])) .orbit--outer,.social-orbit__scene:has(.orbit-icons .social-contact[data-orbit-group="1"]:is(:hover,:focus-visible,[aria-expanded=true])) .orbit--middle,.social-orbit__scene:has(.orbit-icons .social-contact[data-orbit-group="2"]:is(:hover,:focus-visible,[aria-expanded=true])) .orbit--inner{animation-play-state:paused}.social-contact__popover{z-index:20;color:#fff;opacity:0;visibility:hidden;pointer-events:none;backdrop-filter:blur(14px)saturate(1.08);background:#0a1b2bf0;border:1px solid #ffffff7a;border-radius:14px;justify-items:center;gap:.32rem;width:176px;padding:.7rem;transition:opacity .18s,transform .22s,visibility .18s;display:grid;position:absolute;box-shadow:0 16px 38px #04111d47}.social-contact__popover img{object-fit:cover;background:#fff;border:5px solid #fff;border-radius:8px;width:132px;height:132px;display:block}.social-contact__popover strong{font-size:.78rem;line-height:1.25}.social-contact__popover small{color:#ffffffbd;white-space:nowrap;font-size:.68rem;line-height:1.35}.social-contact:is(:hover,:focus-visible,[aria-expanded=true]) .social-contact__popover{opacity:1;visibility:visible;pointer-events:auto}.orbit-icons .social-contact__popover{top:50%;right:calc(100% + 12px);transform:translate(8px,-50%)}.orbit-icons .social-contact:is(:hover,:focus-visible,[aria-expanded=true]) .social-contact__popover{transform:translateY(-50%)}.energy-core{background:radial-gradient(circle,#ffffff1f 0 34%,#dcf8ff33 35% 54%,#0000 56%);border:1px solid #ffffffe6;border-radius:50%;width:92px;height:92px;animation:.9s cubic-bezier(.16,.8,.2,1) 1.32s both hero-core-ignite,3.5s ease-in-out 2.22s infinite core-breathe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 22px #ffffff59,0 0 18px #e1faffcc,0 0 52px #74d9ff6b}.energy-core span{border:1px dashed #ffffffc2;border-radius:50%;animation:10s linear infinite flat-spin;position:absolute;inset:19px}.energy-core i{background:#fff;border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 16px #fff}@keyframes hero-avatar-develop{0%{opacity:0;filter:blur(10px)brightness(1.35);clip-path:circle(4%);rotate:-8deg;scale:.74}62%{opacity:1;filter:blur()brightness(1.08)}to{opacity:1;filter:none;clip-path:circle(72%);rotate:0deg;scale:1}}@keyframes hero-copy-develop{0%{opacity:0;filter:blur(7px);transform:translateY(16px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes hero-rule-draw{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes hero-orbit-calibrate{0%{opacity:0;filter:blur(14px)drop-shadow(0 0 #0000);rotate:11deg;scale:.62}58%{opacity:1;filter:blur(1px)drop-shadow(0 8px 20px #14375b33)}to{opacity:1;filter:drop-shadow(0 15px 28px #14375b61);rotate:0deg;scale:1}}@keyframes hero-core-ignite{0%{opacity:0;filter:blur(10px);scale:.2}62%{opacity:1;filter:blur();scale:1.12}to{opacity:1;scale:1}}@keyframes orbit-icon-materialize{0%{opacity:0;filter:blur(6px);scale:.42}70%{opacity:1;filter:blur();scale:1.08}to{opacity:1;filter:none;scale:1}}@keyframes hero-cta-enter{0%{opacity:0;transform:translate(-50%,12px)}}@keyframes orbit-spin{to{rotate:1turn}}@keyframes orbit-icon-breathe{0%,to{opacity:.18;transform:scale(.9)}50%{opacity:.72;transform:scale(1.18)}}@keyframes flat-spin{to{transform:rotate(1turn)}}@keyframes core-breathe{50%{scale:1.06;box-shadow:inset 0 0 25px #ffffff70,0 0 24px #fff,0 0 66px #74d9ff85}}.hero-loader{z-index:300;color:#f8fcff;pointer-events:none;background:#0a1d321f;animation:.88s cubic-bezier(.7,0,.2,1) 1.42s forwards hero-cinema-exit;position:fixed;inset:0;overflow:hidden}.hero-loader:before{content:"";backdrop-filter:saturate(.75)brightness(.82);background:linear-gradient(90deg,#07172bbd,#12314c2e 54%,#0a1d357a),linear-gradient(#08172940,#0000 50%,#05122361);animation:1.55s cubic-bezier(.16,.72,.24,1) both hero-cinema-focus;position:absolute;inset:0}.hero-loader:after{content:"";background:#ffffffad;height:1px;animation:1.2s cubic-bezier(.16,.72,.24,1) both hero-cinema-scan;position:absolute;top:50%;left:0;right:0;transform:scaleX(0);box-shadow:0 0 18px #ffffff73}.hero-loader__scene{position:absolute;inset:clamp(1.2rem,4vw,4rem)}.hero-loader__corner{opacity:.66;width:42px;height:42px;position:absolute}.hero-loader__corner--tl{border-top:1px solid #fff;border-left:1px solid #fff;top:0;left:0}.hero-loader__corner--tr{border-top:1px solid #fff;border-right:1px solid #fff;top:0;right:0}.hero-loader__corner--bl{border-bottom:1px solid #fff;border-left:1px solid #fff;bottom:0;left:0}.hero-loader__corner--br{border-bottom:1px solid #fff;border-right:1px solid #fff;bottom:0;right:0}.hero-loader__scene-no{letter-spacing:.2em;opacity:0;align-items:center;gap:.65rem;margin:0;font-family:Georgia,serif;font-size:.58rem;animation:.52s forwards hero-cinema-copy;display:flex;position:absolute;top:1rem;left:1.1rem}.hero-loader__scene-no i{background:currentColor;width:30px;height:1px}.hero-loader__title{display:grid;position:absolute;bottom:clamp(4rem,12vh,8rem);left:clamp(1rem,5vw,5rem)}.hero-loader__title>span{letter-spacing:.3em;opacity:0;font-size:.62rem;font-weight:800;animation:.48s forwards hero-cinema-copy}.hero-loader__title strong{letter-spacing:.04em;text-shadow:0 5px 32px #08192c5c;opacity:0;margin:.5rem 0 .2rem;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(2.65rem,7vw,6.8rem);font-weight:500;line-height:1.08;animation:.72s cubic-bezier(.16,.72,.24,1) 40ms forwards hero-cinema-title;transform:translateY(18px)}.hero-loader__title p{letter-spacing:.23em;opacity:0;margin:0;font-family:Georgia,serif;font-size:.62rem;animation:.48s .16s forwards hero-cinema-copy}.hero-loader__timeline{background:#ffffff47;width:clamp(120px,20vw,280px);height:1px;position:absolute;top:50%;right:1.1rem;overflow:hidden}.hero-loader__timeline span{transform-origin:0;background:#fff;width:100%;height:100%;animation:1.25s cubic-bezier(.16,.72,.24,1) both hero-cinema-progress;display:block}.hero-loader__coordinate{letter-spacing:.16em;opacity:.62;margin:0;font-family:Georgia,serif;font-size:.52rem;position:absolute;bottom:1rem;right:1.1rem}@keyframes hero-cinema-focus{0%{backdrop-filter:saturate(.4)brightness(.55)blur(8px);transform:scale(1.08)}}@keyframes hero-cinema-scan{45%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(1)}}@keyframes hero-cinema-copy{to{opacity:.72}}@keyframes hero-cinema-title{to{opacity:1;transform:translateY(0)}}@keyframes hero-cinema-progress{0%{transform:scaleX(0)}}@keyframes hero-cinema-exit{99%{visibility:visible}to{clip-path:inset(0 50%);opacity:.15;visibility:hidden}}.journal-intro{z-index:310;color:#334957;perspective:1400px;pointer-events:none;background-color:#f6f1e6;background-image:radial-gradient(#4b6f7e14 .7px,#0000 .7px);background-size:10px 10px;place-items:center;animation:.36s cubic-bezier(.7,0,.2,1) 1.64s forwards journal-intro-exit;display:grid;position:fixed;inset:0;overflow:hidden}.journal-intro:before,.journal-intro:after{content:"";background:#fffdf894;width:50%;position:absolute;top:0;bottom:0}.journal-intro:before{transform-origin:0;animation:.42s cubic-bezier(.7,0,.2,1) 1.56s forwards journal-curtain-left;left:0}.journal-intro:after{transform-origin:100%;animation:.42s cubic-bezier(.7,0,.2,1) 1.56s forwards journal-curtain-right;right:0}.journal-intro__scene{z-index:2;perspective:1200px;justify-items:center;display:grid;position:relative}.journal-intro__book{aspect-ratio:.76;width:clamp(190px,22vw,285px);transform-style:preserve-3d;filter:drop-shadow(0 24px 27px #4943382b);animation:.32s cubic-bezier(.16,.8,.2,1) both journal-book-arrive;position:relative;transform:rotateX(7deg)rotate(-2deg)}.journal-intro__pages,.journal-intro__cover{border:1px solid #ded4c3;border-radius:3px 9px 9px 3px;position:absolute;inset:0}.journal-intro__pages{background-color:#fffdf8;background-image:linear-gradient(#5ba8d114 1px,#0000 1px),linear-gradient(90deg,#5ba8d114 1px,#0000 1px);background-size:22px 22px;align-content:center;justify-items:center;padding:1.5rem;display:grid}.journal-intro__pages span,.journal-intro__pages small{color:#9b9890;letter-spacing:.14em;font-family:Georgia,serif;font-size:.48rem}.journal-intro__pages strong{margin:.45rem 0;font-family:Noto Serif SC,serif;font-size:2rem;font-weight:500}.journal-intro__pages i{background:var(--sky-500);width:36px;height:1px;margin-bottom:.65rem}.journal-intro__pages>*{animation:.22s cubic-bezier(.16,.72,.24,1) .64s both journal-page-reveal}.journal-intro__cover{z-index:2;transform-origin:0;transform-style:preserve-3d;color:#f5fbff;backface-visibility:hidden;background:linear-gradient(145deg,#315d78,#6ea9c8 60%,#9bc8d8);padding:1.5rem;animation:.7s cubic-bezier(.2,.68,.2,1) .12s forwards journal-cover-open;box-shadow:inset 8px 0 16px #1130422e,inset -1px 0 #ffffff61}.journal-intro__cover:after{content:"";border:1px solid #ffffff52;position:absolute;inset:14px}.journal-intro__cover span{z-index:1;letter-spacing:.18em;font-family:Georgia,serif;font-size:.53rem;position:relative}.journal-intro__cover strong{z-index:1;letter-spacing:.1em;margin-top:24%;font-family:Noto Serif SC,serif;font-size:clamp(2.15rem,4vw,3.2rem);font-weight:500;line-height:1.12;display:block;position:relative}.journal-intro__cover p{z-index:1;letter-spacing:.11em;text-align:right;margin:0;font-family:Georgia,serif;font-size:.48rem;position:absolute;bottom:1.4rem;right:1.5rem}.journal-intro__caption{color:#8e938f;letter-spacing:.1em;align-items:center;gap:.65rem;width:min(80vw,340px);margin:1.3rem 0 0;font-size:.66rem;animation:.22s .78s both journal-caption-reveal;display:flex}.journal-intro__caption span{color:var(--blog-coral);font-family:Georgia,serif;font-size:.9rem}.journal-intro__caption i{transform-origin:0;background:#9ac7d9;flex:1;height:1px;animation:.85s cubic-bezier(.16,.72,.24,1) 80ms both hero-cinema-progress}@keyframes journal-book-arrive{0%{opacity:0;filter:blur(9px)drop-shadow(0 0 #0000);translate:0 22px;scale:.72}to{opacity:1;filter:drop-shadow(0 24px 27px #4943382b);translate:0;scale:1}}@keyframes journal-page-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes journal-caption-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes journal-cover-open{to{transform:rotateY(-154deg)}}@keyframes journal-curtain-left{to{transform:translate(-102%)}}@keyframes journal-curtain-right{to{transform:translate(102%)}}@keyframes journal-intro-exit{99%{visibility:visible}to{opacity:0;visibility:hidden}}.blog-page,.article-page{--blog-paper:#f7f3e9;--blog-panel:#fffdf8;--blog-ink:#263a45;--blog-muted:#718088;--blog-line:#e8e0d3;--blog-sky:#5ba8d1;--blog-sky-soft:#eaf5f9;--blog-coral:#e99c8d;--blog-mint:#82bda9;min-height:100vh;color:var(--blog-ink)}.blog-page{background-color:var(--blog-paper);background-image:radial-gradient(#4b6f7e11 .6px,#0000 .6px);background-size:9px 9px;overflow-x:clip}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}[hidden]{display:none!important}.blog-main{width:min(1400px,100% - clamp(2rem,4vw,4rem));margin:0 auto;padding:1.5rem 0 5rem}.blog-dashboard{border:1px solid var(--blog-line);background-color:var(--blog-panel);background-image:linear-gradient(#5ba8d10e 1px,#0000 1px),linear-gradient(90deg,#5ba8d10e 1px,#0000 1px);background-size:28px 28px;border-radius:5px 10px 10px 5px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:1.7rem clamp(3.8rem,7vw,6.5rem);min-height:325px;margin:.7rem 0 2.45rem;padding:clamp(2rem,4vw,3.25rem) clamp(1.6rem,4.4vw,3.8rem) 1.4rem;animation:.52s cubic-bezier(.16,.72,.24,1) both journal-module-enter;display:grid;position:relative;overflow:visible;box-shadow:0 21px 50px #4b473b1a,-10px 7px #fffdf894,10px 10px #efe9dc80}.blog-dashboard:before{content:"";z-index:0;border-radius:inherit;pointer-events:none;background:linear-gradient(100deg,#ffffff59,#0000 30%),radial-gradient(circle at 8% 10%,#5ba8d117,#0000 34%);position:absolute;inset:0 50% 0 0}.blog-dashboard:after{content:"";pointer-events:none;border:1px solid #5ba8d138;border-radius:50%;width:230px;height:230px;position:absolute;top:-3.8rem;right:-2rem;box-shadow:0 0 0 24px #5ba8d109,0 0 0 50px #5ba8d106}.blog-dashboard__tape{z-index:4;background:repeating-linear-gradient(135deg,#f5c4699e 0 7px,#ffe4a58a 7px 14px);width:88px;height:27px;position:absolute;top:-10px;left:14%;transform:rotate(-2deg);box-shadow:0 3px 8px #7a694514}.blog-dashboard__spine{z-index:3;pointer-events:none;background:linear-gradient(90deg,#0000,#60584c12 43%,#ffffff85 50%,#60584c0e 57%,#0000);width:32px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.blog-dashboard__spine:before,.blog-dashboard__spine:after{content:"";background:#f8f3e7;border:1px solid #7066593d;border-radius:50%;width:5px;height:5px;position:absolute;left:50%;transform:translate(-50%)}.blog-dashboard__spine:before{top:22px}.blog-dashboard__spine:after{bottom:22px}.blog-dashboard__bookmark{z-index:5;clip-path:polygon(0 0,100% 0,100% 100%,50% 82%,0 100%);color:#78534bbf;background:#f3b3a8;place-items:center;width:38px;height:68px;font-family:Georgia,serif;font-size:.72rem;font-weight:700;display:grid;position:absolute;top:-1px;right:2.7rem}.blog-dashboard__intro{z-index:1;align-self:center;min-width:0;position:relative}.blog-kicker{color:var(--blog-muted);letter-spacing:.2em;align-items:center;gap:.7rem;margin:0 0 .75rem;font-size:.66rem;font-weight:750;display:flex}.blog-kicker span{background:var(--blog-sky-soft);color:#438caf;border:1px solid #5ba8d140;border-radius:2px;padding:.3rem .62rem}.blog-dashboard h1{letter-spacing:.035em;text-shadow:2px 2px #5ba8d114;margin:0;font-family:Georgia,Noto Serif SC,serif;font-size:clamp(3rem,5vw,4.65rem);font-weight:540;line-height:1.08}.blog-dashboard__description{max-width:28rem;color:var(--blog-muted);margin:.9rem 0 0;font-family:Noto Serif SC,serif;font-size:.96rem;line-height:1.9}.blog-dashboard__edition{color:#aaa59c;letter-spacing:.13em;align-items:center;gap:.7rem;width:min(100%,380px);margin:1.3rem 0 0;font-family:Georgia,serif;font-size:.56rem;display:flex}.blog-dashboard__edition i{background:repeating-linear-gradient(90deg,#d9d1c5 0 3px,#0000 3px 7px);flex:1;height:1px}.blog-dashboard__summary{z-index:2;background:#fffbf0eb;border:1px solid #ded4c4e6;align-self:center;min-width:0;padding:1.25rem 1.35rem 1rem;position:relative;transform:rotate(1deg);box-shadow:8px 9px #ebe2d1a6,0 16px 28px #48463d12}.blog-dashboard__summary:before{content:"";background:#a6d2e075;width:58px;height:17px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(-3deg)}.blog-dashboard__summary>p{color:#aaa49b;letter-spacing:.1em;border-bottom:1px dashed #dbd3c7;justify-content:space-between;gap:.8rem;margin:0 0 1rem;padding-bottom:.7rem;font-family:Georgia,serif;font-size:.57rem;display:flex}.blog-dashboard__summary>p span{color:var(--blog-coral);flex:none;font-family:Noto Sans SC,sans-serif;font-weight:800}.blog-dashboard__stats{z-index:1;grid-template-columns:repeat(3,1fr);margin:0;display:grid;position:relative}.blog-dashboard__stats div{border-left:1px solid var(--blog-line);min-width:0;padding:.15rem .85rem}.blog-dashboard__stats div:first-child{border-left:0;padding-left:0}.blog-dashboard__stats dt{color:var(--blog-muted);letter-spacing:.08em;font-size:.68rem}.blog-dashboard__stats dd{margin:.25rem 0 0;font-family:Georgia,Noto Serif SC,serif;font-size:.95rem}.blog-dashboard__stats strong{color:var(--blog-sky);font-size:1.45rem}.blog-dashboard__summary>small{color:#aaa69e;letter-spacing:.12em;text-align:right;margin-top:.9rem;font-family:Georgia,serif;font-size:.49rem;display:block}.blog-dashboard__controls{z-index:4;border-top:1px dashed #d9d2c6;grid-column:1/-1;grid-template-columns:minmax(240px,1fr) auto auto;align-items:center;gap:.7rem;min-width:0;padding-top:1.2rem;display:grid;position:relative}.blog-dashboard__folio{z-index:4;color:#c6c0b6;letter-spacing:.1em;font-family:Georgia,serif;font-size:.55rem;position:absolute;bottom:.35rem}.blog-dashboard__folio--left{left:1rem}.blog-dashboard__folio--right{right:1rem}.blog-search{border:1px solid var(--blog-line);background:#fff;border-radius:7px;align-items:center;min-height:46px;padding:0 .85rem;transition:border-color .2s,box-shadow .2s;display:flex}.blog-search:focus-within{border-color:var(--blog-sky);box-shadow:0 0 0 3px #5ba8d124}.blog-search svg{fill:none;width:19px;height:19px;stroke:var(--blog-sky);stroke-width:1.7px;stroke-linecap:round;flex:none;margin-right:.65rem}.blog-search input{min-width:0;min-height:44px;color:var(--blog-ink);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:.86rem}.blog-search input::placeholder{color:#a3aaac}.blog-search kbd{color:#92999b;background:#faf8f3;border:1px solid #ded9cf;border-bottom-width:2px;border-radius:4px;padding:.15rem .4rem;font-family:inherit;font-size:.66rem}.blog-filters{gap:.35rem;display:flex}.blog-filters button{min-height:44px;color:var(--blog-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;padding:0 .85rem;transition:color .18s,background .18s,transform .18s}.blog-filters button:hover{color:var(--blog-sky);background:var(--blog-sky-soft)}.blog-filters button.is-active{color:#fff;background:var(--blog-sky);box-shadow:0 5px 12px #4991b533}.blog-result{color:var(--blog-muted);white-space:nowrap;margin:0;font-size:.75rem}.blog-dashboard__cloud{z-index:0;filter:blur(1px);background:#b0daec36;border-radius:50%;width:100px;height:24px;position:absolute}.blog-dashboard__cloud:before,.blog-dashboard__cloud:after{content:"";background:inherit;border-radius:50%;position:absolute;bottom:0}.blog-dashboard__cloud:before{width:45px;height:45px;left:18px}.blog-dashboard__cloud:after{width:58px;height:34px;right:10px}.blog-dashboard__cloud--one{opacity:.8;top:31px;right:28%;transform:scale(.65)}.blog-dashboard__cloud--two{opacity:.55;bottom:85px;right:9%;transform:scale(.45)}.blog-grid{grid-template-columns:minmax(240px,1fr) minmax(620px,2.55fr) minmax(240px,1fr);align-items:start;gap:clamp(1rem,1.5vw,1.5rem);display:grid}.blog-grid__left,.blog-grid__right{gap:1.1rem;display:grid}.blog-grid__left{animation:.52s cubic-bezier(.16,.72,.24,1) 80ms both journal-module-enter;position:sticky;top:96px}.blog-grid__posts{animation:.52s cubic-bezier(.16,.72,.24,1) .13s both journal-module-enter}.blog-grid__right{animation:.52s cubic-bezier(.16,.72,.24,1) .18s both journal-module-enter;position:sticky;top:96px}.side-card,.post-card{border:1px solid var(--blog-line);background:var(--blog-panel);border-radius:7px;box-shadow:0 9px 24px #46463e0e}.side-card{background-image:linear-gradient(145deg,#5ba8d109,#0000 38%),linear-gradient(#fffdf8,#fffdf8);padding:1.2rem;transition:transform .22s,border-color .22s,box-shadow .22s;position:relative;box-shadow:0 10px 25px #46463e0e,5px 6px #e7e1d473}.side-card:not(.weather-card):hover{border-color:#aecdd9b8;transform:translateY(-2px);box-shadow:0 13px 30px #464f4d12}.side-card__heading{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.side-card__heading p,.post-list-heading p{color:var(--blog-coral);letter-spacing:.16em;margin:0 0 .12rem;font-size:.61rem;font-weight:800}.side-card__heading h2,.post-list-heading h2{margin:0;font-family:Georgia,Noto Serif SC,serif;font-size:1.08rem;line-height:1.4}.side-card__number{color:#c7c3b9;font-family:Georgia,serif;font-size:.73rem}.timeline-card:before{content:"";background:repeating-linear-gradient(135deg,#e89a8f59 0 6px,#ffd2ca59 6px 12px);width:55px;height:16px;position:absolute;top:-6px;right:18px;transform:rotate(3deg)}.timeline-card ol{overscroll-behavior:contain;scrollbar-color:#5ba8d19e transparent;scrollbar-width:thin;border-left:1px solid #9bc8df;outline:0;max-height:min(47vh,430px);margin:0;padding:0 .65rem 0 1rem;list-style:none;overflow-y:auto}.timeline-card ol:focus-visible{border-radius:4px;box-shadow:0 0 0 3px #5ba8d129}.timeline-card ol::-webkit-scrollbar{width:5px}.timeline-card ol::-webkit-scrollbar-track{background:0 0}.timeline-card ol::-webkit-scrollbar-thumb{background:#5ba8d185;border-radius:999px}.timeline-card li{color:var(--blog-muted);gap:.12rem;margin-bottom:1.15rem;font-size:.8rem;line-height:1.55;display:grid;position:relative}.timeline-card li:last-child{margin-bottom:0}.timeline-card li:before{content:"";border:2px solid var(--blog-panel);background:var(--blog-sky);border-radius:50%;width:7px;height:7px;position:absolute;top:.38rem;left:-1.27rem;box-shadow:0 0 0 1px #9bc8df}.timeline-card time{color:var(--blog-sky);letter-spacing:.04em;font-family:Georgia,serif;font-weight:700}.timeline-card li a{min-height:44px;color:var(--blog-ink);text-underline-offset:3px;align-items:center;display:inline-flex}.timeline-card li a:hover{color:var(--blog-sky);text-decoration:underline}.timeline-card small{color:#aaa69e;letter-spacing:.12em;font-size:.56rem}.timeline-card__hint{color:#aaa69e;letter-spacing:.13em;border-top:1px dashed #e4ded3;justify-content:space-between;align-items:center;margin-top:.8rem;padding-top:.65rem;font-family:Georgia,serif;font-size:.53rem;display:flex}.timeline-card__hint i{color:var(--blog-sky);font-family:inherit;font-size:.85rem;font-style:normal;animation:1.8s ease-in-out infinite timeline-hint}.side-card__empty{color:var(--blog-muted);margin:0;font-size:.8rem}.weather-card{color:#f9fcfd;background:linear-gradient(155deg,#77b9d8 0%,#9ecfdf 62%,#edb7a5 130%);border-color:#0000;overflow:hidden;box-shadow:0 12px 24px #4785a029}.weather-card:after{content:"";border:1px solid #ffffff47;border-radius:50%;width:100px;height:100px;position:absolute;bottom:-30px;right:-23px;box-shadow:0 0 0 15px #ffffff0d}.weather-card .side-card__heading p{color:#ffffffb8}.weather-card .side-card__heading h2{color:#fff}.weather-card__heading svg{fill:none;stroke:#ffffffeb;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:42px;height:42px}.weather-card:hover .weather-card__heading svg{animation:2.4s ease-in-out infinite weather-float}.weather-card__temperature{align-items:flex-start;line-height:1;display:flex}.weather-card__temperature strong{font-family:Georgia,serif;font-size:2.65rem;font-weight:500}.weather-card__temperature span{margin:.2rem 0 0 .2rem;font-size:.85rem}.weather-card>p{color:#ffffffd1;margin:.45rem 0 1.1rem;font-size:.8rem}.weather-card__locate{z-index:1;color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff6b;border-radius:999px;align-items:center;gap:.4rem;min-height:44px;margin-bottom:.65rem;padding:0 .75rem;transition:background .18s,border-color .18s,opacity .18s;display:inline-flex;position:relative}.weather-card__locate:hover{background:#fff3;border-color:#ffffffb8}.weather-card__locate:disabled{cursor:wait;opacity:.62}.weather-card__locate svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:16px;height:16px}.weather-card>.weather-card__status{z-index:1;margin:0 0 .8rem;font-size:.66rem;line-height:1.55;position:relative}.weather-card footer{z-index:1;letter-spacing:.13em;border-top:1px solid #ffffff40;justify-content:space-between;padding-top:.6rem;font-size:.58rem;display:flex;position:relative}.weather-card footer a{color:#ffffffc7;text-underline-offset:3px;align-items:center;min-height:44px;text-decoration:underline;display:inline-flex}.blog-grid__posts,.post-group{gap:1rem;display:grid}.post-group[hidden],.post-card[hidden]{display:none}.post-list-heading{border-bottom:1px solid #ddd6ca;justify-content:space-between;align-items:flex-end;min-height:66px;padding:.2rem .65rem .7rem 1.1rem;display:flex;position:relative}.post-list-heading:before{content:"";background:linear-gradient(var(--blog-coral), #f3c3a8);border-radius:3px;width:4px;height:32px;position:absolute;bottom:.75rem;left:0}.post-list-heading:after{content:"";background:repeating-linear-gradient(90deg,#5ba8d12e 0 18px,#0000 18px 25px);height:5px;position:absolute;bottom:-3px;left:1.1rem;right:.65rem}.post-list-heading h2{letter-spacing:.02em;font-size:1.42rem}.post-list-heading>span{color:#9e9990;letter-spacing:.09em;background:#fffdf8ad;border:1px dashed #d4cdbf;padding:.24rem .52rem;font-family:Georgia,serif;font-size:.65rem}.post-list-heading--pinned{padding-top:.15rem;position:relative}.post-list-heading--pinned:before{background:linear-gradient(var(--blog-sky), #a7d7df)}.pinned-posts{margin-bottom:.15rem}.pinned-posts__list{gap:.9rem;display:grid}.post-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:1rem;display:grid}.post-card{animation:journal-card-enter .46s cubic-bezier(.16,.72,.24,1) calc(80ms + var(--card-index,0) * 35ms) both;background:#fffdf8;transition:transform .28s cubic-bezier(.16,.72,.24,1),border-color .22s,box-shadow .28s;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 26px #46463e0f,4px 5px #e8e2d66b}.post-card--tile{grid-template-rows:188px minmax(0,1fr);min-height:455px}.post-card--wide{grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(270px,42%);min-height:270px}.post-card--wide .post-card__cover{grid-area:1/2}.post-card--wide .post-card__body{grid-area:1/1}.post-card--pinned{border-color:#e8ad9785;grid-template-columns:minmax(0,1fr) minmax(300px,46%);min-height:306px;overflow:visible;box-shadow:0 17px 38px #515b591a,7px 8px #eee0d194}.post-card--pinned:before{content:"";z-index:4;background:#f4b4b180;width:70px;height:20px;position:absolute;top:-9px;left:27%;transform:rotate(-2deg);box-shadow:0 2px 5px #644e490f}.post-card--pinned .post-card__cover{grid-area:1/2}.post-card--pinned .post-card__body{grid-area:1/1}.pinned-posts__list .post-card--pinned:nth-child(2n){grid-template-columns:minmax(280px,44%) minmax(0,1fr)}.pinned-posts__list .post-card--pinned:nth-child(2n) .post-card__cover{grid-column:1}.pinned-posts__list .post-card--pinned:nth-child(2n) .post-card__body{grid-column:2}.post-card:hover{border-color:#a7c9d6d1;transform:translateY(-3px)rotate(.12deg);box-shadow:0 19px 42px #424c4a1c,5px 7px #e1e8e485}.post-card__cover{isolation:isolate;background:linear-gradient(165deg,#67acd1 0%,#b9dce8 55%,#f0b09b 100%);min-height:0;position:relative;overflow:hidden}.post-card__cover:before{content:"";z-index:-2;background-image:linear-gradient(#ffffff17 1px,#0000 1px),linear-gradient(90deg,#ffffff17 1px,#0000 1px);background-size:24px 24px;transition:transform .24s;position:absolute;inset:0}.post-card:hover .post-card__cover:before{transform:scale(1.02)}.post-card__cover:after{content:"";z-index:-1;background:#fff7e2b8;height:115px;position:absolute;bottom:-35px;left:-15%;right:-15%;transform:rotate(-5deg)}.post-card__cover--dusk{background:linear-gradient(160deg,#8b91aa 0%,#d6b5b8 60%,#efc6a8 100%)}.post-card__cover--mint{background:linear-gradient(160deg,#73a6a4 0%,#b8d9ca 58%,#f0d5ae 120%)}.post-card__cover--ink{background:linear-gradient(160deg,#344b5a 0%,#7895a2 62%,#d7b5a6 130%)}.post-card__cover-image{z-index:-2;object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,.72,.24,1),filter .3s;position:absolute;inset:0}.post-card__cover--image:before{z-index:-1;background:linear-gradient(#182d3914 20%,#162a36b8 100%)}.post-card__cover--image:after{display:none}.post-card:hover .post-card__cover-image{filter:saturate(1.05);transform:scale(1.045)}.post-card__cover--image .post-card__cover-title{color:#fffffff5;text-shadow:0 2px 18px #14263073}.post-card__cover--image .post-card__stamp{color:#ffffffd1;border-color:#ffffff94}.post-card__episode{color:#fff;letter-spacing:.15em;background:#326a8b2e;border:1px solid #fff9;border-radius:3px;padding:.28rem .55rem;font-size:.6rem;font-weight:800;position:absolute;top:1rem;left:1rem}.post-card__sun{background:#fff4c0d1;border-radius:50%;width:42px;height:42px;position:absolute;top:24%;right:17%;box-shadow:0 0 28px #fff5d1bf}.post-card__cloud{background:#ffffff70;border-radius:50%;width:105px;height:22px;position:absolute}.post-card__cloud:before,.post-card__cloud:after{content:"";background:inherit;border-radius:50%;position:absolute;bottom:0}.post-card__cloud:before{width:45px;height:42px;left:16px}.post-card__cloud:after{width:55px;height:33px;right:8px}.post-card__cloud--one{top:34%;left:-25px;transform:scale(.8)}.post-card__cloud--two{top:47%;right:-33px;transform:scale(.55)}.post-card__cover-title{z-index:2;color:#2b4f62d6;letter-spacing:.04em;font-family:Georgia,serif;font-size:clamp(1.65rem,3vw,2.35rem);line-height:.88;position:absolute;bottom:1.35rem;left:1.15rem}.post-card__stamp{z-index:2;color:#446c7ea6;letter-spacing:.08em;text-align:center;border:1px solid #4c75856b;border-radius:50%;place-items:center;width:60px;height:60px;font-size:.48rem;font-weight:800;line-height:1.4;display:grid;position:absolute;bottom:1.2rem;right:1rem;transform:rotate(8deg)}.post-card__body{background-image:linear-gradient(#5ba8d109 1px,#0000 1px);background-size:100% 28px;flex-direction:column;padding:1.75rem 1.65rem 1.4rem;display:flex;position:relative}.post-card__chapter{color:#c1bbb0;letter-spacing:.13em;font-family:Georgia,serif;font-size:.5rem;position:absolute;top:.8rem;right:1rem}.post-card__pin{letter-spacing:.1em;align-items:center;gap:.42rem;font-weight:800;color:#d77f73!important;-webkit-line-clamp:unset!important;margin:0 0 .75rem!important;font-size:.68rem!important;line-height:1!important;display:flex!important}.post-card__pin svg{fill:none;stroke:currentColor;stroke-width:1.55px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.post-card__pin span{color:#aaa29a;letter-spacing:.13em;margin-left:.25rem;font-family:Georgia,serif;font-size:.56rem}.post-card__meta{color:#8c9699;flex-wrap:wrap;gap:.8rem;padding-right:4.8rem;font-size:.72rem;display:flex}.post-card__meta>*{align-items:center;gap:.3rem;display:inline-flex}.post-card__meta svg{fill:none;width:14px;height:14px;stroke:var(--blog-coral);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.post-card__category{letter-spacing:.12em;font-weight:800;color:var(--blog-coral)!important;margin:.65rem 0 0!important;font-size:.66rem!important;line-height:1.4!important}.post-card h2{letter-spacing:-.012em;text-wrap:pretty;margin:.3rem 0 .65rem;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(1.4rem,1.8vw,1.8rem);font-weight:500;line-height:1.38}.post-card h2 a{background-image:linear-gradient(var(--blog-coral), var(--blog-coral));background-position:0 100%;background-repeat:no-repeat;background-size:0 2px;transition:background-size .22s;display:inline}.post-card:hover h2 a{background-size:100% 2px}.post-card__body>p{color:var(--blog-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.85;display:-webkit-box;overflow:hidden}.post-card__footer{justify-content:space-between;align-items:flex-end;gap:.75rem;margin-top:auto;padding-top:1.15rem;display:flex}.post-card__tags{flex-wrap:wrap;gap:.35rem;display:flex}.post-card__tags span{color:#558ba4;background:var(--blog-sky-soft);border-radius:3px;padding:.22rem .45rem;font-size:.68rem}.post-card__more{min-height:44px;color:var(--blog-sky);white-space:nowrap;justify-content:center;align-items:center;padding:0 .8rem;font-size:.8rem;font-weight:750;display:inline-flex}.post-card__more span{margin-left:.35rem;transition:transform .2s}.post-card__more:hover span{transform:translate(3px)}.post-card--tile .post-card__cover-title{font-size:1.45rem}.post-card--tile .post-card__stamp{width:48px;height:48px;font-size:.4rem}.post-card--tile .post-card__body{padding:1.15rem 1.2rem 1rem}.post-card--tile .post-card__chapter{top:.72rem;right:.8rem}.post-card--tile:nth-child(4n+2) .post-card__cover-image{transform-origin:75% 45%}.post-card--tile:nth-child(4n+2) .post-card__cover-title{text-align:right;left:auto;right:1rem}.post-card--tile:nth-child(4n+2) .post-card__episode{left:auto;right:1rem}.post-card--tile:nth-child(4n+2) .post-card__stamp{left:1rem;right:auto;transform:rotate(-8deg)}.post-card--tile h2{font-size:clamp(1.16rem,1.45vw,1.36rem)}.post-card--tile .post-card__body>p{-webkit-line-clamp:2}.post-card--tile .post-card__footer{flex-direction:column;align-items:flex-start;gap:.35rem}.post-card--tile .post-card__more{padding-inline:0}.post-card--wide h2{font-size:clamp(1.35rem,1.65vw,1.62rem)}.post-card--pinned h2{margin-top:.35rem;font-size:clamp(1.45rem,1.8vw,1.72rem)}.post-card--pinned .post-card__body>p:not(.post-card__pin){-webkit-line-clamp:3}.post-card--pinned .post-card__cover{clip-path:polygon(8% 0,100% 0,100% 100%,0 100%,0 12%);margin:1.15rem 1.15rem 1.15rem 0;box-shadow:-10px 12px #5ba8d11c}.pinned-posts__list .post-card--pinned:nth-child(2n) .post-card__cover{clip-path:polygon(0 0,92% 0,100% 12%,100% 100%,0 100%);margin:1.15rem 0 1.15rem 1.15rem;box-shadow:10px 12px #eb9d911f}.post-empty{border:1px dashed var(--blog-line);text-align:center;background:#fffdf8b3;border-radius:9px;padding:2rem}.post-empty[hidden]{display:none}.post-empty strong{font-family:Georgia,Noto Serif SC,serif;font-size:1.35rem;display:block}.post-empty p{color:var(--blog-muted);margin:.35rem 0 1rem;font-size:.85rem}.post-empty button{border:1px solid var(--blog-sky);background:var(--blog-sky-soft);color:#438caf;cursor:pointer;border-radius:999px;min-height:44px;padding:.55rem 1rem}.blog-pagination{border-top:1px dashed var(--blog-line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;margin-top:.45rem;padding:1.05rem .2rem .15rem;display:grid}.blog-pagination>button,.blog-pagination__pages button{border:1px solid var(--blog-line);min-width:44px;min-height:44px;color:var(--blog-muted);background:var(--blog-panel);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 .85rem;transition:color .18s,border-color .18s,background .18s,transform .18s;display:inline-flex}.blog-pagination>button:hover:not(:disabled),.blog-pagination__pages button:hover{color:#438caf;background:var(--blog-sky-soft);border-color:#b9d8e7;transform:translateY(-1px)}.blog-pagination>button:disabled{opacity:.38;cursor:not-allowed}.blog-pagination__pages{justify-content:center;gap:.4rem;display:flex}.blog-pagination__pages button{padding:0}.blog-pagination__pages button.is-active{border-color:var(--blog-sky);color:#fff;background:var(--blog-sky);box-shadow:0 5px 12px #4991b533}.blog-pagination>p{color:#9c9992;letter-spacing:.06em;text-align:center;grid-column:1/-1;margin:-.2rem 0 0;font-size:.68rem}.author-card{text-align:center;padding-top:1.45rem}.author-card__tape{background:repeating-linear-gradient(135deg,#f5c76e6b 0 6px,#ffe2a36b 6px 12px);width:58px;height:18px;position:absolute;top:-8px;left:50%;transform:translate(-50%)rotate(-3deg)}.author-card__portrait{display:inline-block;position:relative}.author-card__portrait img{object-fit:cover;width:84px;height:84px;box-shadow:0 0 0 1px var(--blog-line), 0 8px 20px #4c5c5e1f;border:4px solid #fff;border-radius:50%;display:block}.author-card__portrait span{border:3px solid var(--blog-panel);background:#64b99b;border-radius:50%;width:13px;height:13px;position:absolute;bottom:5px;right:2px}.author-card:hover .author-card__portrait span{animation:1.7s ease-out infinite author-online}.author-card__eyebrow{color:var(--blog-coral);letter-spacing:.15em;margin:.8rem 0 .12rem;font-size:.58rem;font-weight:800}.author-card h2{margin:0;font-family:Georgia,serif;font-size:1.35rem}.author-card__motto{color:var(--blog-muted);margin:.35rem 0 0;font-family:Noto Serif SC,serif;font-size:.82rem;line-height:1.65}.author-card__stats{border-block:1px dashed #ded7ca;grid-template-columns:repeat(3,1fr);margin:1rem 0 0;padding:.8rem 0;display:grid}.author-card__stats div+div{border-left:1px solid var(--blog-line)}.author-card__stats dt{color:#999f9e;font-size:.62rem}.author-card__stats dd{color:var(--blog-sky);margin:.12rem 0 0;font-family:Georgia,serif;font-size:.95rem}.visitor-counter{color:var(--blog-muted);text-align:left;background:linear-gradient(110deg,#5ba8d117,#ffffffbf);border:1px solid #5ba8d12e;border-radius:7px;grid-template-columns:25px 1fr auto;align-items:center;gap:.48rem;margin-top:.75rem;padding:.55rem .65rem;font-size:.7rem;display:grid}.visitor-counter__icon{width:25px;height:25px;color:var(--blog-sky);background:#fff;border-radius:50%;place-items:center;display:grid;box-shadow:0 3px 9px #457a9217}.visitor-counter__icon svg{fill:none;stroke:currentColor;stroke-width:1.55px;width:15px;height:15px}.visitor-counter__label{letter-spacing:.08em}.visitor-counter__value{color:#97a0a1;white-space:nowrap}.visitor-counter__value strong{color:var(--blog-sky);margin-right:.15rem;font-family:Georgia,serif;font-size:1rem}.visitor-counter__value small{font-size:.62rem}.visitor-counter[data-state=error]{opacity:.72}.author-card__links{flex-wrap:wrap;justify-content:center;gap:.35rem;margin-top:.85rem;display:flex}.author-card__links .social-contact{border:1px solid var(--blog-line);width:44px;height:44px;color:var(--blog-sky);cursor:pointer;touch-action:manipulation;background:#fff;border-radius:50%;place-items:center;padding:0;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative}.author-card__links .social-contact__icon{place-items:center;width:100%;height:100%;display:grid}.author-card__links .social-contact:is(:hover,:focus-visible,[aria-expanded=true]){z-index:12;border-color:#5ba8d180;transform:translateY(-2px);box-shadow:0 6px 14px #3c6b801a}.author-card__links .social-contact:focus-visible{outline-offset:2px;outline:3px solid #5ba8d147}.author-card__links svg{width:19px;height:19px}.author-card__links .social-contact__popover{bottom:calc(100% + 11px);left:50%;transform:translate(-50%,7px)}.author-card__links .social-contact:is(:hover,:focus-visible,[aria-expanded=true]) .social-contact__popover{transform:translate(-50%)}.author-social--github{color:#24292f!important}.author-social--qqmusic{color:#0daf52!important}.author-social--bilibili{color:#00aeec!important}.author-social--wechat{color:#07c160!important}.tag-card{box-shadow:none;background-image:linear-gradient(145deg,#5ba8d109,#0000 38%)}.tag-cloud{gap:.3rem;display:grid}.tag-cloud a{min-height:44px;color:var(--blog-muted);border-bottom:1px dashed #e4ded3;justify-content:space-between;align-items:center;padding:.35rem .55rem;font-size:.79rem;transition:color .18s,padding-left .18s;display:flex}.tag-cloud a:hover{color:var(--blog-sky);padding-left:.75rem}.tag-cloud small{color:#9aa5a7;text-align:center;background:#f2f4f2;border-radius:999px;min-width:25px;padding:.08rem .32rem;font-family:Georgia,serif}.taxonomy-section{border-top:1px dashed #e4ded3;margin-top:1rem;padding-top:.9rem}.taxonomy-section>p{color:#9a958c;letter-spacing:.13em;margin:0 0 .55rem;font-size:.62rem;font-weight:800}.category-links{flex-wrap:wrap;gap:.4rem;display:flex}.category-links a{border:1px solid var(--blog-line);min-height:44px;color:var(--blog-muted);background:#fff;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .7rem;font-size:.72rem;transition:transform .18s,border-color .18s,color .18s;display:inline-flex}.category-links a:hover{color:var(--blog-sky);border-color:#5ba8d173;transform:translateY(-1px)}.category-links small{color:#aaa69e}.tag-card__archive{min-height:52px;color:var(--blog-sky);border-top:1px dashed #e4ded3;grid-template-columns:1fr auto;align-items:center;margin-top:.8rem;padding-top:.65rem;font-size:.75rem;font-weight:700;display:grid}.tag-card__archive small{color:#aaa69e;letter-spacing:.08em;grid-column:1;font-size:.58rem;font-weight:500}.tag-card__archive>span:last-child{grid-area:1/2/span 2}@keyframes journal-module-enter{0%{opacity:0;transform:translateY(12px)}}@keyframes journal-card-enter{0%{opacity:0;transform:translateY(9px)}}@keyframes timeline-hint{50%{transform:translateY(3px)}}@keyframes weather-float{50%{transform:translateY(-3px)rotate(2deg)}}@keyframes author-online{0%{box-shadow:0 0 #64b99b6b}70%,to{box-shadow:0 0 0 7px #64b99b00}}.collection-main{width:min(980px,100% - 2rem);margin:0 auto;padding:1.5rem 0 5rem}.collection-hero{border:1px solid var(--blog-line);background:var(--blog-panel);border-radius:11px;margin-bottom:1.35rem;padding:clamp(1.5rem,4vw,2.7rem);position:relative;overflow:hidden;box-shadow:0 14px 36px #4b473b0f}.collection-hero:after{content:"";pointer-events:none;border:1px solid #5ba8d129;border-radius:50%;width:230px;height:230px;position:absolute;bottom:-95px;right:-70px;box-shadow:0 0 0 28px #5ba8d106}.collection-hero nav{z-index:1;color:#99968f;gap:.5rem;margin-bottom:1.2rem;font-size:.72rem;display:flex;position:relative}.collection-hero nav a:hover{color:var(--blog-sky)}.collection-hero>p{z-index:1;color:var(--blog-coral);letter-spacing:.17em;margin:0;font-size:.65rem;font-weight:800;position:relative}.collection-hero h1{z-index:1;margin:.2rem 0 .75rem;font-family:Georgia,Noto Serif SC,serif;font-size:clamp(2.2rem,5vw,3.7rem);line-height:1.2;position:relative}.collection-hero>div{z-index:1;color:var(--blog-muted);align-items:center;gap:1rem;display:flex;position:relative}.collection-hero>div>span{background:var(--blog-sky-soft);color:#438caf;border-radius:999px;flex:none;padding:.28rem .58rem;font-size:.7rem;font-weight:750}.collection-hero>div p{margin:0}.collection-posts{gap:1rem;display:grid}.collection-posts .post-card{content-visibility:auto;contain-intrinsic-size:300px}.collection-empty{border:1px dashed var(--blog-line);background:var(--blog-panel);text-align:center;border-radius:9px;padding:3rem 1.5rem}.collection-empty p{color:var(--blog-muted)}.collection-empty a{color:var(--blog-sky);font-weight:700}.archive-board{gap:1.2rem;display:grid}.archive-year{border:1px solid var(--blog-line);background:var(--blog-panel);border-radius:10px;overflow:hidden;box-shadow:0 8px 22px #46463e0b}.archive-year>header{border-bottom:1px dashed var(--blog-line);background:linear-gradient(90deg,#5ba8d114,#0000 58%);justify-content:space-between;align-items:center;padding:1.2rem 1.35rem;display:flex}.archive-year>header p{color:var(--blog-coral);letter-spacing:.15em;margin:0;font-size:.6rem;font-weight:800}.archive-year>header h2{margin:-.1rem 0 0;font-family:Georgia,serif;font-size:2rem;line-height:1.15}.archive-year>header a{min-height:44px;color:var(--blog-sky);align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;display:inline-flex}.archive-months{padding:.2rem 1.35rem 1.25rem}.archive-months section+section{border-top:1px dashed var(--blog-line)}.archive-months h3{justify-content:space-between;align-items:center;margin:0;padding:1rem 0 .45rem;font-size:.86rem;display:flex}.archive-months h3 span{color:var(--blog-ink)}.archive-months h3 small{color:#aaa69e;font-weight:500}.archive-months ol{margin:0;padding:0;list-style:none}.archive-months li{border-top:1px solid #e8e0d38c;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:.65rem;min-height:46px;display:grid}.archive-months time{color:#99968f;font-family:Georgia,serif;font-size:.72rem}.archive-months li>a:not(.archive-category):hover{color:var(--blog-sky)}.archive-category{background:var(--blog-sky-soft);color:#558ba4;border-radius:999px;padding:.2rem .48rem;font-size:.65rem}.article-page{background-color:#f7f3e9;background-image:radial-gradient(#5b899d17 .7px,#0000 .7px);background-size:18px 18px}.article-main{width:min(1680px,100% - 2.5rem);margin:0 auto;padding:3rem 0 7rem}.article-layout{grid-template-columns:minmax(240px,280px) minmax(0,1050px) minmax(250px,300px);justify-content:center;align-items:start;gap:clamp(1.25rem,2vw,2rem);display:grid}.article{border:1px solid var(--line);background:var(--panel);border-radius:12px;overflow:hidden;box-shadow:0 16px 42px #40484913}.article__header{padding:clamp(1.7rem,4vw,3.1rem) clamp(1.35rem,4vw,3.4rem) 0;position:relative}.article__header:before{content:"";background:repeating-linear-gradient(135deg,#f2ada161 0 7px,#ffd3c461 7px 14px);width:74px;height:18px;position:absolute;top:0;left:clamp(1.35rem,4vw,3.4rem);transform:translateY(-7px)rotate(-2deg)}.article__eyebrow{color:#9b9b93;letter-spacing:.13em;margin:0 0 .9rem;font-family:Georgia,serif;font-size:.68rem;font-weight:700}.article__eyebrow span{color:#fff;background:var(--sky-500);letter-spacing:.16em;margin-right:.35rem;padding:.22rem .48rem;display:inline-block}.article__header h1{overflow-wrap:anywhere;color:#273b46;letter-spacing:-.018em;text-wrap:balance;margin:.75rem 0 .85rem;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(1.9rem,2.6vw,2.35rem);font-weight:500;line-height:1.34}.article__header>p:last-of-type{color:var(--muted);margin:0;font-size:.96rem;line-height:1.85}.article-meta{color:#8c9699;flex-wrap:wrap;gap:.4rem 1rem;font-size:.72rem;display:flex}.article-meta>:not(:last-child):after{content:"·";color:#d9a495;margin-left:1rem}.article-cover{background:var(--sky-100);border-radius:9px 9px 0 0;width:100%;margin:1.8rem 0 0;position:relative;overflow:hidden}.article-cover img{object-fit:cover;width:100%;height:min(430px,44vw);display:block}.article-cover figcaption{color:#ffffffdb;letter-spacing:.12em;backdrop-filter:blur(5px);background:#1f354080;border:1px solid #ffffff6b;border-radius:3px;padding:.3rem .55rem;font-family:Georgia,serif;font-size:.55rem;position:absolute;bottom:.7rem;right:.8rem}.prose{overflow-wrap:anywhere;color:#394b54;max-width:920px;margin:0 auto;padding:2.5rem clamp(1.35rem,4vw,3.4rem) 3.4rem;font-size:1.02rem;line-height:1.95}.prose :where(h1,h2,h3,h4){color:#293e49;text-wrap:pretty;scroll-margin-top:7rem;font-family:Noto Serif SC,Georgia,serif;font-weight:550;line-height:1.45;position:relative}.prose h1{border-bottom:1px dashed #ddd5c9;margin:3.2rem 0 1.2rem;padding:0 0 .7rem;font-size:1.82rem}.prose h1:before{content:"SECTION";color:var(--blog-coral);letter-spacing:.17em;margin-bottom:.35rem;font-family:Georgia,serif;font-size:.55rem;display:block}.prose h2{margin:2.6rem 0 1rem;padding-left:.9rem;font-size:1.48rem}.prose h2:before{content:"";background:linear-gradient(var(--sky-500), #efaa99);border-radius:4px;width:3px;position:absolute;top:.25em;bottom:.25em;left:0}.prose h3{color:#3c5662;margin:2.1rem 0 .8rem;font-size:1.18rem}.prose h4{margin:1.8rem 0 .7rem;font-size:1.04rem}.prose :where(p,ul,ol,blockquote){margin-block:1.1rem}.prose :where(ul,ol){padding-left:1.5rem}.prose li+li{margin-top:.35rem}.prose a{color:var(--sky-700);text-underline-offset:3px;text-decoration:underline}.prose blockquote{border-left:3px solid var(--sky-500);background:linear-gradient(90deg, var(--sky-100), #edf7fc47);color:var(--muted);border-radius:0 7px 7px 0;margin-inline:0;padding:.75rem 1.15rem .75rem 1.3rem;position:relative}.prose :where(img,pre){border-radius:9px;max-width:100%}.prose img{height:auto;margin:1.8rem auto;display:block;box-shadow:0 10px 28px #33444a17}.prose pre{color:#edf6fa;tab-size:2;background:#172633;border:1px solid #ffffff14;padding:1.15rem 1.25rem;line-height:1.65;overflow-x:auto;box-shadow:0 10px 26px #1826331f}.code-block{background:#172633;border:1px solid #1f344329;border-radius:9px;margin:1.65rem 0;overflow:hidden;box-shadow:0 12px 30px #18263324}.code-block__toolbar{color:#e7f2f7ad;background:#1d2f3d;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;min-height:44px;margin:0;padding:0 .7rem 0 .9rem;display:flex}.code-block__toolbar>span{align-items:center;gap:.38rem;display:flex}.code-block__toolbar i{background:#ed9e91;border-radius:50%;width:8px;height:8px}.code-block__toolbar i:nth-child(2){background:#efc677}.code-block__toolbar i:nth-child(3){background:#82bda9}.code-block__toolbar b{letter-spacing:.14em;margin-left:.45rem;font-family:Georgia,serif;font-size:.58rem;font-weight:500}.code-block__toolbar button,.code-block__footer button{color:#ebf5f9c7;cursor:pointer;background:0 0;border:0;min-height:44px;font-size:.7rem;transition:color .18s,background .18s}.code-block__toolbar button:hover,.code-block__footer button:hover{color:#fff}.code-block__copy.is-copied{color:#9ed8c3}.prose .code-block pre{max-height:none;box-shadow:none;border:0;border-radius:0;margin:0;padding:1.2rem 1.3rem;transition:max-height .48s cubic-bezier(.16,.72,.24,1);overflow-x:auto}.code-block.is-collapsible.is-collapsed pre{max-height:25rem;overflow:hidden;mask-image:linear-gradient(#000 0 calc(100% - 74px),#0000 100%)}.code-block__footer{background:linear-gradient(#1b2c39,#223746);border-top:1px solid #ffffff14;justify-content:center;margin:0;padding:.15rem .65rem .35rem;display:flex;position:relative}.code-block__footer button{letter-spacing:.06em;width:100%}.prose :not(pre)>code{color:#bc5d53;background:#edf2f3;border-radius:4px;padding:.12rem .35rem;font-size:.9em}.prose table{border-spacing:0;border-collapse:collapse;width:max-content;max-width:100%;font-size:.9rem;display:block;overflow-x:auto}.prose :where(th,td){border:1px solid var(--line);text-align:left;padding:.55rem .75rem}.prose th{background:var(--sky-100)}.article-comments{background:linear-gradient(145deg,#5ba8d10b,#0000 35%),#fffdf8;border:1px solid #e8e0d3;border-radius:10px;margin:0 clamp(1.35rem,4vw,3.4rem) 3.4rem;padding:clamp(1.45rem,3vw,2.15rem);position:relative;box-shadow:5px 6px #ebe2d17a,0 14px 32px #4048490d}.article-comments__tape{background:repeating-linear-gradient(135deg,#f2ada16b 0 6px,#ffd3c46b 6px 12px);width:68px;height:18px;position:absolute;top:-8px;left:14%;transform:rotate(-2deg)}.article-comments__header{border-bottom:1px dashed #ddd5c9;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.45rem;padding-bottom:.9rem;display:flex}.article-comments__header p{color:var(--blog-coral);letter-spacing:.16em;margin:0 0 .1rem;font-family:Georgia,serif;font-size:.58rem;font-weight:700}.article-comments__header h2{color:#293e49;margin:0;font-family:Noto Serif SC,Georgia,serif;font-size:1.45rem;font-weight:560}.article-comments__header>span{color:#aaa69e;letter-spacing:.08em;font-family:Noto Serif SC,serif;font-size:.72rem}.twikoo-host{min-height:190px}.twikoo-host:not([data-state=ready])>.twikoo-container{visibility:hidden;max-height:0;overflow:hidden}.twikoo-host[data-state=ready]>.twikoo-container{visibility:visible;max-height:none}.twikoo-loading{color:#929b9e;text-align:center;place-items:center;min-height:170px;display:grid}.twikoo-loading[hidden]{display:none}.twikoo-loading span{border:2px solid #5ba8d133;border-top-color:var(--sky-500);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite twikoo-loading-spin}.twikoo-loading p{letter-spacing:.06em;margin:.65rem 0 0;font-size:.76rem}.twikoo-error,.twikoo-setup{min-height:100px;color:var(--muted);background:#f7f3e994;border:1px dashed #dfd7cb;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.twikoo-error[hidden]{display:none}.twikoo-error p,.twikoo-setup p{margin:0}.twikoo-error strong,.twikoo-error span{display:block}.twikoo-error strong,.twikoo-setup strong{color:#3b525d;font-size:.88rem}.twikoo-error span,.twikoo-setup p{margin-top:.2rem;font-size:.74rem}.twikoo-error button{color:#438caf;background:var(--sky-100);cursor:pointer;border:1px solid #5ba8d152;border-radius:999px;flex:none;min-height:42px;padding:0 .95rem;transition:transform .18s,border-color .18s,background .18s}.twikoo-error button:hover{border-color:var(--sky-500);background:#fff;transform:translateY(-2px)}.twikoo-setup{justify-content:flex-start}.twikoo-setup>span{width:42px;height:42px;color:var(--sky-500);background:var(--sky-100);border:1px dashed #5ba8d166;border-radius:50%;flex:none;place-items:center;display:grid}.twikoo-setup code{color:#bc5d53;background:#f2ece6;border-radius:3px;padding:.1rem .28rem}.article-comments .twikoo :where(.el-input__inner,.el-textarea__inner){color:#394b54;box-shadow:none;background:#ffffffdb;border-color:#ded8cd;border-radius:7px}.article-comments .twikoo :where(.el-input__inner,.el-textarea__inner):focus{border-color:var(--sky-500);box-shadow:0 0 0 3px #5ba8d11a}.article-comments .twikoo .el-button--primary{border-color:var(--sky-500);background:var(--sky-500)}.article-comments .twikoo .el-button--primary:hover{background:#438caf;border-color:#438caf}.article-comments .twikoo .tk-comment{border-top-color:#e8e0d3}.article-comments .twikoo .tk-avatar{border-radius:50%;flex:0 0 40px;width:40px;height:40px;overflow:hidden;box-shadow:0 0 0 3px #fff,0 5px 14px #41525a1f}.article-comments .twikoo .tk-avatar :where(img,svg){object-fit:cover;width:100%;height:100%;display:block}@keyframes twikoo-loading-spin{to{transform:rotate(360deg)}}.article-profile,.article-toc{align-self:start;position:sticky;top:98px}.article-profile{gap:.9rem;display:grid}.article-profile__back{min-height:44px;color:var(--sky-700);align-items:center;gap:.45rem;padding:0 .2rem;font-size:.78rem;font-weight:700;display:inline-flex}.article-profile__back span{transition:transform .18s}.article-profile__back:hover span{transform:translate(-3px)}.article-profile__card,.article-profile__taxonomy,.article-toc{border:1px solid var(--line);background:#fffdf8f0;border-radius:10px;box-shadow:0 10px 28px #4048490e}.article-profile__card,.article-profile__taxonomy{position:relative}.article-profile__card{text-align:center;padding:1.65rem 1.2rem 1.4rem}.article-profile__tape{background:repeating-linear-gradient(135deg,#f4c76f6b 0 6px,#ffe2a36b 6px 12px);width:52px;height:16px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(3deg)}.article-profile__card img{object-fit:cover;width:94px;height:94px;box-shadow:0 0 0 1px var(--line), 0 10px 22px #3f4e5221;border:4px solid #fff;border-radius:50%}.article-profile__card>p,.article-profile__taxonomy>p,.article-toc__heading p{color:var(--blog-coral);letter-spacing:.15em;margin:.7rem 0 .15rem;font-family:Georgia,serif;font-size:.56rem;font-weight:700}.article-profile__card h2{margin:0;font-family:Georgia,serif;font-size:1.5rem;font-weight:600}.article-profile__card blockquote{color:var(--muted);margin:.8rem 0 0;font-size:.82rem;font-style:normal;line-height:1.8}.article-profile__taxonomy{padding:1.2rem}.article-profile__taxonomy>p{margin-top:0}.article-profile__category{color:#fff;background:var(--sky-500);border-radius:999px;align-items:center;min-height:36px;margin:.5rem 0 .65rem;padding:.25rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.article-profile__taxonomy>div{flex-wrap:wrap;gap:.38rem;display:flex}.article-profile__taxonomy>div a{color:#588da5;background:var(--sky-100);border:1px solid #dbe8ed;border-radius:4px;padding:.24rem .48rem;font-size:.66rem}.article-profile__taxonomy time{border-top:1px dashed var(--line);color:#9a9993;margin-top:.85rem;padding-top:.75rem;font-family:Georgia,serif;font-size:.62rem;display:block}.article-toc{max-height:calc(100vh - 122px);padding:1.3rem 1.2rem;position:sticky;top:98px;overflow:hidden}.article-toc__heading{justify-content:space-between;align-items:flex-end;gap:.5rem;display:flex}.article-toc__heading p{margin:0 0 .12rem}.article-toc__heading h2{margin:0;font-size:1.08rem;font-weight:650}.article-toc__heading strong{color:var(--sky-500);transform-origin:100%;font-family:Georgia,serif;font-size:1.35rem;font-weight:500}.article-toc__track{background:#e8e1d6;border-radius:2px;width:2px;position:absolute;top:72px;bottom:1.2rem;left:1.2rem;overflow:hidden}.article-toc__track span{background:linear-gradient(var(--sky-500), var(--blog-coral));width:100%;height:0;transition:height .12s linear;display:block}.article-toc nav{scrollbar-width:thin;scrollbar-color:#70a5bd47 transparent;scroll-behavior:smooth;max-height:calc(100vh - 220px);margin-top:1.05rem;overflow:auto}.article-toc ol{margin:0;padding:0 0 0 .8rem;list-style:none}.article-toc li{margin:0}.article-toc li[data-depth="2"]{padding-left:.65rem}.article-toc li[data-depth="3"]{padding-left:1.15rem}.article-toc a{color:#92938f;border-radius:6px;grid-template-columns:11px minmax(0,1fr);align-items:start;gap:.55rem;margin:.12rem 0;padding:.48rem .45rem .48rem 0;font-size:.76rem;line-height:1.55;transition:color .24s,background .24s,transform .24s;display:grid;position:relative}.article-toc a>span{z-index:1;background:var(--panel);border:1px solid #c9c7c0;border-radius:50%;width:8px;height:8px;margin-top:.34rem;transition:border-color .24s,background .24s,transform .24s cubic-bezier(.16,.72,.24,1),box-shadow .24s;position:relative}.article-toc a em{text-overflow:ellipsis;font-style:normal;overflow:hidden}.article-toc a:hover{color:var(--sky-700)}.article-toc a.is-active{color:#315c70;background:linear-gradient(90deg,#5ba8d121,#0000);font-weight:700;transform:translate(4px)}.article-toc a.is-active>span{border-color:var(--blog-coral);background:var(--blog-coral);transform:scale(1.5);box-shadow:0 0 0 5px #eb9d9129,0 0 14px #eb9d9147}.article-toc.is-switching .article-toc__heading strong{animation:.42s cubic-bezier(.16,.72,.24,1) toc-progress-pop}.article-toc.is-switching a.is-active>span{animation:.42s cubic-bezier(.16,.72,.24,1) toc-node-enter}.article-toc__empty{color:var(--muted);margin:1rem 0 0;font-size:.72rem;line-height:1.7}@keyframes toc-progress-pop{45%{color:var(--blog-coral);transform:translateY(-2px)scale(1.12)}}@keyframes toc-node-enter{45%{transform:scale(1.9)}}@media (width<=1180px) and (width>=721px){.blog-grid{grid-template-columns:190px minmax(0,1fr)}.blog-grid__right{grid-area:1/1;position:static}.blog-grid__left{grid-area:2/1;position:static}.blog-grid__posts{grid-area:1/2/span 2}.article-main{width:min(1160px,100% - 2rem)}.article-layout{grid-template-columns:200px minmax(0,1fr) 210px;gap:1.15rem}}@media (width<=980px){.hero__content{grid-template-columns:1fr;align-content:center;gap:1rem;width:min(760px,100% - 2.5rem)}.hero-profile{z-index:2}.social-orbit{opacity:.72;position:absolute;right:0}.social-orbit__scene{width:54vw}.blog-grid{grid-template-columns:190px minmax(0,1fr)}.blog-grid__right{grid-area:1/1;position:static}.blog-grid__left{grid-area:2/1;position:static}.blog-grid__posts{grid-area:1/2/span 2}.blog-dashboard__controls{grid-template-columns:minmax(220px,1fr) auto}.blog-result{grid-column:1/-1;justify-self:end}.site-nav__links{gap:1rem}.article-main{width:min(840px,100% - 2rem)}.article-layout{grid-template-columns:minmax(0,820px)}.article-profile{grid-row:1;grid-template-columns:repeat(2,minmax(0,1fr));position:static}.article-profile__back{grid-column:1/-1}.article-toc{grid-row:2;max-height:none;position:static}.article-toc nav{max-height:260px}.article{grid-row:3}}@media (width<=720px){.home-page{overflow:hidden auto}.nav-shell--hero{height:auto;top:.65rem}.nav-shell--hero:before,.nav-sensor{display:none}.nav-shell--hero .site-nav{background:#f7fcffeb;border:1px solid #ffffffa6;border-radius:12px;transform:none}.site-nav{grid-template-columns:1fr auto;min-height:52px}.site-nav__brand,.site-nav__links a{align-items:center;min-height:44px;display:inline-flex}.site-nav__links a{justify-content:center;min-width:44px}.site-nav__links{grid-column:1/-1;justify-content:flex-start;width:100%;padding:.35rem 0 0;overflow-x:auto}.site-nav__tools{grid-area:1/2}.hero{overflow:hidden}.hero__content{min-height:100svh;padding:8rem 0 6rem}.hero-profile__identity{gap:1rem}.hero-profile__motto{font-size:clamp(1.65rem,8vw,2.4rem)}.social-orbit{opacity:.9;position:relative}.social-orbit__scene{width:min(92vw,440px)}.orbit--outer .orbit__marker{transform:rotate(var(--angle)) translateX(138px)}.orbit--middle .orbit__marker{transform:rotate(var(--angle)) translateX(100px)}.orbit--inner .orbit__marker{transform:rotate(var(--angle)) translateX(64px)}.nav-shell--blog{margin-top:.5rem;top:.5rem}.blog-main{padding-top:1.5rem}.blog-dashboard{grid-template-columns:1fr;gap:1.45rem;min-height:0;padding:2.1rem 1.15rem 1.35rem;overflow:hidden;box-shadow:0 14px 32px #4b473b17,5px 6px #efe9dc80}.blog-dashboard__spine,.blog-dashboard__folio{display:none}.blog-dashboard__bookmark{height:54px;right:1.2rem}.blog-dashboard__intro,.blog-dashboard__summary,.blog-dashboard__controls{min-width:0}.blog-dashboard__summary{transform:none}.blog-dashboard__summary>p{overflow-wrap:anywhere;flex-wrap:wrap;align-items:flex-start}.blog-dashboard__stats{grid-template-columns:repeat(3,1fr);display:grid}.blog-dashboard__stats div{padding:.1rem .8rem}.blog-dashboard__stats div:first-child{border-left:0;padding-left:0}.blog-dashboard__controls{grid-template-columns:minmax(0,1fr)}.blog-filters{width:100%;min-width:0;padding-bottom:.2rem;overflow-x:auto}.blog-filters button{flex:none}.blog-result{grid-column:auto;justify-self:start}.blog-search kbd{display:none}.blog-grid{grid-template-columns:1fr}.blog-grid__posts,.blog-grid__left,.blog-grid__right{grid-area:auto/1}.blog-grid__posts{grid-row:1}.blog-grid__right{grid-row:2}.blog-grid__left{grid-row:3}.blog-grid__right .tag-card{order:-1}.timeline-card ol{max-height:380px}.collection-hero>div{flex-direction:column;align-items:flex-start;gap:.5rem}.archive-months li{grid-template-columns:54px minmax(0,1fr);padding:.45rem 0}.archive-category{grid-column:2;justify-self:start}.post-card-grid{grid-template-columns:1fr}.post-card--tile,.post-card--wide,.post-card--pinned,.pinned-posts__list .post-card--pinned:nth-child(2n){grid-column:auto;grid-template-rows:210px auto;grid-template-columns:1fr;min-height:0}.post-card--wide .post-card__cover,.post-card--wide .post-card__body,.post-card--pinned .post-card__cover,.post-card--pinned .post-card__body,.pinned-posts__list .post-card--pinned:nth-child(2n) .post-card__cover,.pinned-posts__list .post-card--pinned:nth-child(2n) .post-card__body{grid-column:1}.post-card--wide .post-card__cover,.post-card--pinned .post-card__cover,.pinned-posts__list .post-card--pinned:nth-child(2n) .post-card__cover{grid-row:1}.post-card--wide .post-card__body,.post-card--pinned .post-card__body,.pinned-posts__list .post-card--pinned:nth-child(2n) .post-card__body{grid-row:2}.post-card--pinned .post-card__cover,.pinned-posts__list .post-card--pinned:nth-child(2n) .post-card__cover{clip-path:none;box-shadow:none;margin:0}.post-card--pinned:before{left:50%}.post-card__body{min-height:0}.article-main{width:min(100% - 1.1rem,840px);padding-top:1.5rem}.article-profile{grid-template-columns:1fr}.article-profile__back{grid-column:1}.article-profile__card{text-align:left;grid-template-columns:auto 1fr;align-items:center;column-gap:.9rem;display:grid}.article-profile__card img{grid-row:1/span 3}.article-profile__card>p,.article-profile__card h2,.article-profile__card blockquote{margin-inline:0}.article-toc{display:none}.article__header h1{font-size:clamp(1.75rem,7.6vw,2.1rem)}.article-meta>:after{display:none}.article-cover img{height:min(330px,62vw)}.article-comments{margin-inline:1rem;padding:1.2rem 1rem}.article-comments__header{flex-direction:column;align-items:flex-start;gap:.15rem}.twikoo-error{flex-direction:column;align-items:flex-start}.author-card{text-align:left;grid-template-columns:auto 1fr;align-items:center;column-gap:1rem;display:grid}.author-card__tape{left:32px}.author-card__portrait{grid-row:1/span 3}.author-card__eyebrow,.author-card h2,.author-card__motto{margin-inline:0}.author-card__stats,.author-card__links{grid-column:1/-1}.author-card__links .social-contact__popover{z-index:120;position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-46%)scale(.98)}.author-card__links .social-contact:is(:hover,:focus-visible,[aria-expanded=true]) .social-contact__popover{transform:translate(-50%,-50%)scale(1)}.site-nav__tools>*{width:44px;height:44px}}@media (width<=430px){.blog-main{width:min(100% - 1.1rem,1400px)}.collection-main{width:min(100% - 1.1rem,980px)}.blog-dashboard h1{font-size:2.45rem}.blog-dashboard__description{font-size:.88rem}.blog-dashboard__stats{grid-template-columns:1fr 1fr;row-gap:.8rem}.blog-dashboard__stats div:nth-child(3){border-left:0;border-top:1px solid var(--blog-line);grid-column:1/-1;padding-top:.7rem;padding-left:0}.blog-dashboard__edition{font-size:.49rem}.post-card__body{padding:1.3rem 1.15rem 1.15rem}.post-card__footer{flex-direction:column;align-items:flex-start}.post-card__more{padding-inline:0}.blog-pagination{grid-template-columns:1fr 1fr}.blog-pagination__pages{grid-area:1/1/auto/-1}.blog-pagination>p{grid-row:3}.author-card{grid-template-columns:72px 1fr}.author-card__portrait img{width:68px;height:68px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}::view-transition-old(root),::view-transition-new(root),.hero-loader,.journal-intro{animation-duration:.01ms!important;animation-delay:0s!important}.hero-profile,.hero-profile *,.social-orbit,.social-orbit *,.hero__cta,.hero-loader *,.journal-intro *{animation-delay:0s!important}}.music-page{background:#07101f;margin:0;overflow-x:hidden}.music-page main{max-width:none;margin:0;padding:0}.music-scroll-space{--track-count:4;height:max(420vh, calc(var(--track-count) * 105vh));color:#fff;position:relative}.music-stage{isolation:isolate;background:#0b1629;height:100svh;position:sticky;top:0;overflow:hidden}.music-backdrop{z-index:-4;filter:saturate(.98);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1)}.music-backdrop--next{opacity:0;z-index:-3}.music-vignette{z-index:-2;backdrop-filter:brightness(.72);background:linear-gradient(90deg,#030915e0,#0711243d 48%,#03091594),radial-gradient(circle at 68% 47%,#0000 0 22%,#0208123d 60%,#020710b8);position:absolute;inset:0}.music-heading{z-index:10;position:absolute;top:clamp(5.8rem,9vh,7rem);left:clamp(1.2rem,4vw,4rem)}.music-heading p{letter-spacing:.24em;margin:0;font-size:.72rem;font-weight:800}.music-heading span{color:#ffffff94;margin-top:.35rem;font-size:.76rem;display:block}.music-heading .music-heading__motto{letter-spacing:.08em;text-shadow:0 2px 16px #0000008c;background:linear-gradient(90deg,#0812269e,#0000);border-left:2px solid #f2a8c6;padding:1rem 1.15rem 1rem 1.3rem;font-family:Georgia,Noto Serif SC,serif;font-size:clamp(1rem,1.45vw,1.35rem);font-weight:500;line-height:1.65;position:relative}.music-heading .music-heading__motto:after{content:"";border-bottom:1px solid #ffffff59;width:2.5rem;position:absolute;bottom:.65rem;left:1.3rem}.music-status{z-index:20;background:#091529aa;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.8rem;padding:.8rem 1.2rem;display:flex;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.music-status button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #fff5;border-radius:999px;padding:.35rem .7rem}.telescope-flow{z-index:5;pointer-events:none;position:absolute;inset:0}.telescope-flow__titles button,.telescope-flow__thumbs button{color:#fff;cursor:pointer;pointer-events:auto;will-change:transform, opacity;background:0 0;border:0;padding:0;position:absolute;top:0;left:0}.telescope-flow__titles button{text-align:center;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 3px 28px #00000080;width:24vw;margin:-1.1em 0 0 -12vw;font-family:Georgia,Noto Serif SC,serif;font-size:clamp(1.7rem,3.2vw,4rem);line-height:1;overflow:hidden}.telescope-flow__titles button:before{content:"";vertical-align:middle;border-top:1px solid #fff9;width:5rem;margin-right:1rem;display:inline-block}.telescope-flow__titles button.is-active{color:#fff}.telescope-flow__thumbs button{aspect-ratio:1;border:2px solid #ffffffb8;width:clamp(64px,7vw,108px);margin:calc(clamp(64px,7vw,108px)/-2);overflow:hidden;box-shadow:0 14px 34px #0006}.telescope-flow__thumbs img{object-fit:cover;width:100%;height:100%}.now-playing{z-index:12;text-shadow:0 3px 22px #0000008c;width:min(32rem,34vw);position:absolute;bottom:clamp(8.5rem,18vh,11.5rem);left:clamp(1.2rem,5vw,5rem)}.now-playing__source{color:#ffc0d8;letter-spacing:.2em;margin:0;font-size:.7rem;font-weight:800}.now-playing__title{color:#fff;text-align:left;text-shadow:inherit;cursor:pointer;background:0 0;border:0;margin:.35rem 0;padding:0;font-family:Georgia,Noto Serif SC,serif;font-size:clamp(2.7rem,6vw,6rem);line-height:1.03;display:block}.now-playing__title:after{content:"打开歌单 ↗";color:#ffffff85;letter-spacing:.12em;margin-top:.5rem;font-family:Noto Sans SC,sans-serif;font-size:.66rem;font-weight:500;display:block}.now-playing__artist{color:#ffffffb3;margin:0 0 1rem;font-size:1rem}.lyrics-stage{z-index:12;pointer-events:none;width:min(28rem,28vw);height:54vh;position:absolute;top:22%;left:39%;overflow:hidden;mask-image:linear-gradient(#0000,#000 17% 83%,#0000)}.lyrics-stage__track{will-change:transform;padding:25vh 0}.lyrics-stage__track p{color:#ffffff3d;text-align:center;text-shadow:0 2px 14px #00000073;margin:0 0 1.3rem;font-family:Georgia,Noto Serif SC,serif;font-size:clamp(.86rem,1.15vw,1.15rem);line-height:1.7;transition:color .35s,transform .35s,opacity .35s}.lyrics-stage__track p.is-active{color:#fff;transform:scale(1.08)}.music-arrows{z-index:14;justify-items:center;gap:.45rem;display:grid;position:absolute;top:50%;right:2rem;transform:translateY(-50%)}.music-arrows button{color:#fff;cursor:pointer;background:#050e1d61;border:1px solid #ffffff73;border-radius:50%;width:42px;height:42px}.music-arrows button:disabled,.music-player button:disabled,.now-playing__title:disabled{cursor:wait;opacity:.42}.now-playing__title:disabled:after{content:"正在连接歌单"}.music-arrows span{color:#ffffff7a;letter-spacing:.12em;writing-mode:vertical-rl;font-size:.65rem}.music-player{z-index:15;backdrop-filter:blur(18px);background:#040c1b9e;border:1px solid #ffffff38;border-radius:16px;grid-template-columns:auto auto auto auto auto minmax(130px,32vw) auto auto;align-items:center;gap:.7rem;width:min(1080px,100% - 2rem);padding:.75rem 1rem;display:grid;position:absolute;bottom:1.35rem;left:50%;transform:translate(-50%);box-shadow:0 14px 50px #0000003d}.music-player button{color:#fff;cursor:pointer;background:0 0;border:0}.music-player__play{place-items:center;width:44px;height:44px;display:grid;color:#263b61!important;background:#fff!important;border-radius:50%!important}.music-player__time,.music-player__duration{font-variant-numeric:tabular-nums;color:#ffffff9e;font-size:.72rem}.music-player input{accent-color:#f7abc8}.music-player input:disabled{opacity:.42}.music-player__progress{width:100%}.music-player__volume{color:#ffffff9e;align-items:center;gap:.45rem;font-size:.72rem;display:flex}.music-player__volume input{width:70px}.playlist-panel{z-index:30;backdrop-filter:blur(25px);background:#030a17eb;width:min(500px,94vw);height:100%;padding:5.5rem 1.4rem 2rem;transition:transform .45s cubic-bezier(.22,.8,.22,1);position:absolute;top:0;right:0;box-shadow:-20px 0 70px #00000059}.playlist-panel[aria-hidden=true]{pointer-events:none;transform:translate(105%)}.playlist-panel>p{color:#ffc0d8;letter-spacing:.2em;margin:0;font-size:.7rem}.playlist-panel>h2{margin:.25rem 0 1.25rem;font-family:Georgia,serif;font-size:2rem}.playlist-panel__close{color:#fff;cursor:pointer;background:0 0;border:0;font-size:2rem;position:absolute;top:1.4rem;right:1.4rem}.playlist-panel__tracks{height:calc(100% - 5rem);overflow-y:auto}.playlist-panel__tracks button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff1a;grid-template-rows:1fr 1fr;grid-template-columns:2rem 54px minmax(0,1fr) auto;align-items:center;column-gap:.8rem;width:100%;padding:.7rem .25rem;display:grid}.playlist-panel__tracks button>span{color:#ffffff61;grid-row:1/span 2;font-size:.72rem}.playlist-panel__tracks img{object-fit:cover;border-radius:8px;grid-row:1/span 2;width:54px;height:54px}.playlist-panel__tracks b{text-overflow:ellipsis;white-space:nowrap;align-self:end;font-size:.9rem;overflow:hidden}.playlist-panel__tracks small{color:#ffffff80;align-self:start}.playlist-panel__tracks i{color:#a9e7bc;grid-area:1/4/span 2;font-size:.68rem;font-style:normal}.playlist-panel__tracks .is-unavailable{opacity:.45}.playlist-panel__tracks .is-unavailable i{color:#f2a8b0}@media (width<=760px){.music-scroll-space{height:max(360vh, calc(var(--track-count) * 90vh))}.music-heading{top:8rem}.telescope-flow__titles button{width:62vw;margin-left:-31vw;font-size:2.2rem}.telescope-flow__titles button:before{width:2rem}.telescope-flow__thumbs button{width:64px;margin:-32px}.now-playing{width:calc(100% - 2.4rem);bottom:9.4rem;left:1.2rem}.now-playing__title{font-size:clamp(2.4rem,13vw,4rem)}.lyrics-stage{width:48vw;height:43vh;top:28%;left:36%}.music-arrows{right:.7rem}.music-player{grid-template-columns:auto auto auto auto 1fr auto;gap:.45rem;bottom:.7rem}.music-player__time,.music-player__duration,.music-player__volume{display:none}.music-player__progress{grid-area:1/1/auto/-1}.music-player button{grid-row:2}}@media (prefers-reduced-motion:reduce){.orbit-cover:not(.is-active){display:none}}.global-player{z-index:180;color:#2b3850;backdrop-filter:blur(18px);background:#f7f9ffe6;border:1px solid #ffffff9e;border-radius:999px;grid-template-columns:54px minmax(120px,1fr) 38px 30px;align-items:center;gap:.65rem;width:min(340px,100vw - 2rem);padding:.55rem .7rem .55rem .55rem;display:grid;position:fixed;bottom:1.15rem;right:1.25rem;box-shadow:0 15px 42px #16284e40}.global-player[hidden]{display:none}.global-player__disc{border-radius:50%;width:54px;height:54px;animation:8s linear infinite paused record-spin;position:relative;overflow:hidden;box-shadow:0 4px 13px #1725424d}.global-player.is-playing .global-player__disc{animation-play-state:running}.global-player__disc img{object-fit:cover;width:100%;height:100%}.global-player__disc span{background:#27344d;border:3px solid #ffffffe6;border-radius:50%;width:13px;height:13px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.global-player__info{min-width:0;line-height:1.25}.global-player__info strong,.global-player__info small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.global-player__info strong{font-family:Georgia,Noto Serif SC,serif;font-size:.92rem}.global-player__info small{color:#7b8390;margin-top:.25rem;font-size:.7rem}.global-player button{color:#45536b;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.global-player [data-player-action=toggle]{color:#fff;background:#725cff;border-radius:50%;width:38px;height:38px;box-shadow:0 7px 18px #664eed52}@keyframes record-spin{to{transform:rotate(1turn)}}@media (width<=560px){.global-player{grid-template-columns:48px minmax(90px,1fr) 36px 26px;width:min(300px,100vw - 1.3rem);bottom:.65rem;right:.65rem}.global-player__disc{width:48px;height:48px}}.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}@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}}
