.post-feed__list{--post-card-bg: color-mix(in srgb, var(--bg) 92%, white 8%);--post-card-border: color-mix(in srgb, var(--rule) 80%, transparent);--post-card-shadow: 0 16px 42px rgba(64, 49, 37, .065), 0 2px 5px rgba(64, 49, 37, .04);--post-card-meta: var(--ink-2);--post-card-accent: var(--accent);display:grid;gap:clamp(1rem,2.2vw,1.4rem);list-style:none;margin:0;padding:0}html.dark .post-feed__list{--post-card-bg: color-mix(in srgb, var(--bg) 90%, white 4%);--post-card-border: color-mix(in srgb, var(--rule) 86%, transparent);--post-card-shadow: 0 18px 48px rgba(0, 0, 0, .22), 0 2px 5px rgba(0, 0, 0, .16);--post-card-meta: var(--ink-2);--post-card-accent: var(--accent)}.post-feed__item{min-width:0}.post-feed__ad-item{margin-block:.1rem}.post-feed__ad{position:relative;height:clamp(118px,14vw,162px);overflow:hidden;border:1px solid var(--post-card-border);border-radius:1.1rem;background:var(--bg-raised);box-shadow:0 12px 34px #40312511;isolation:isolate}html.dark .post-feed__ad{box-shadow:0 14px 38px #00000038}.post-feed__ad-link{position:relative;display:block;width:100%;height:100%;overflow:hidden;color:#fff;text-decoration:none}.post-feed__ad-link:after{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(25,18,14,.62) 0%,rgba(25,18,14,.2) 52%,transparent 82%);content:"";pointer-events:none}.post-feed__ad-image{display:block;width:100%;height:100%;border-radius:0;object-fit:cover;transition:transform .5s cubic-bezier(.2,.75,.2,1),filter .22s ease}.post-feed__ad-badge,.post-feed__ad-title{position:absolute;left:clamp(.85rem,2.4vw,1.4rem);z-index:2}.post-feed__ad-badge{top:clamp(.75rem,2vw,1.1rem);padding:.2rem .48rem;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#1a14107a;color:#ffffffe6;font-size:.58rem;font-weight:800;letter-spacing:.12em;line-height:1.3;backdrop-filter:blur(8px)}.post-feed__ad-title{right:1rem;bottom:clamp(.75rem,2vw,1.1rem);overflow:hidden;color:#fff;font-family:Avenir Next Condensed,Helvetica Neue,sans-serif;font-size:clamp(1rem,2.3vw,1.4rem);font-weight:780;line-height:1.2;text-overflow:ellipsis;text-shadow:0 1px 12px rgba(0,0,0,.4);white-space:nowrap}.post-feed__ad-link[href]:hover .post-feed__ad-image{transform:scale(1.025);filter:saturate(1.04)}.post-feed__ad-link:focus-visible{border-radius:inherit;outline:3px solid color-mix(in srgb,var(--accent) 40%,transparent);outline-offset:-4px}.post-feed__card{container-type:inline-size;position:relative;min-height:230px;overflow:hidden;border:1px solid var(--post-card-border);border-radius:1.2rem;background:var(--post-card-bg);box-shadow:var(--post-card-shadow);isolation:isolate;transition:transform .22s ease,box-shadow .22s ease}.post-feed__card:hover,.post-feed__card:focus-within{transform:translateY(-2px);box-shadow:0 22px 52px #4031251c,0 3px 8px #4031250e}html.dark .post-feed__card:hover,html.dark .post-feed__card:focus-within{box-shadow:0 24px 58px #00000052,0 3px 8px #00000038}.post-feed__media{position:absolute;inset:0 0 0 auto;z-index:0;display:block;width:min(43%,500px);overflow:hidden;color:inherit;text-decoration:none}.post-feed__media:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,var(--post-card-bg) 0%,color-mix(in srgb,var(--post-card-bg) 78%,transparent) 17%,transparent 56%);pointer-events:none}.post-feed__image{display:block;width:100%;height:100%;border-radius:0;object-fit:cover;filter:saturate(.94) contrast(1.01);transition:transform .6s cubic-bezier(.2,.75,.2,1),filter .3s ease}.post-feed__card:hover .post-feed__image{transform:scale(1.03);filter:saturate(1.02) contrast(1.02)}.post-feed__content{position:relative;z-index:1;display:flex;width:67%;min-height:230px;flex-direction:column;padding:clamp(1.3rem,3vw,2rem) clamp(1.25rem,3vw,2.15rem);background:linear-gradient(90deg,var(--post-card-bg) 0%,var(--post-card-bg) 77%,transparent 100%)}.post-feed__card--text-only .post-feed__content{width:100%;background:none}.post-feed__card--text-only{background:radial-gradient(circle at 92% 18%,color-mix(in srgb,var(--accent) 7%,transparent),transparent 34%),var(--post-card-bg)}.post-feed__heading{display:flex;align-items:flex-start;gap:.55rem}.post-feed__title{display:-webkit-box;margin:0;overflow:hidden;color:var(--ink);font-family:Avenir Next Condensed,PingFang SC,Microsoft YaHei,sans-serif;font-size:clamp(1.32rem,2.5vw,1.75rem);font-weight:850;letter-spacing:-.04em;line-height:1.24;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.post-feed__title a{color:inherit;text-decoration:none;text-decoration-thickness:.08em;text-underline-offset:.18em}.post-feed__title a:hover,.post-feed__title a:focus-visible{color:var(--accent);text-decoration:underline}.post-feed__pinned{display:inline-grid;width:1.45rem;height:1.45rem;flex:0 0 auto;place-items:center;margin-top:.12rem;border-radius:.48rem;background:var(--accent-bg);color:var(--accent)}.post-feed__pinned svg{width:.88rem;height:.88rem;fill:currentColor}.post-feed__excerpt{display:-webkit-box;margin:.72rem 0 0;overflow:hidden;color:var(--ink-2);font-size:clamp(.91rem,1.65vw,1.02rem);line-height:1.65;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.post-feed__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem clamp(.85rem,2.6vw,1.35rem);margin-top:auto;padding-top:.9rem;border-top:1px solid color-mix(in srgb,var(--post-card-border) 86%,transparent);color:var(--post-card-meta);font-size:.84rem;line-height:1.3}.post-feed__meta-item{display:inline-flex;min-width:0;align-items:center;gap:.34rem;white-space:nowrap}.post-feed__meta-item>svg{width:1rem;height:1rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.post-feed__category{color:var(--post-card-accent);text-decoration:none}.post-feed__category:hover,.post-feed__category:focus-visible{color:var(--accent);text-decoration:underline;text-underline-offset:.2em}.post-feed__author{max-width:9.5rem}.post-feed__author>span:last-child{overflow:hidden;text-overflow:ellipsis}.post-feed__avatar{display:block;width:1.3rem;height:1.3rem;flex:0 0 auto;border:1px solid var(--post-card-border);border-radius:50%;object-fit:cover}.post-feed__avatar--fallback{display:inline-grid;place-items:center;background:var(--bg-raised)}.post-feed__avatar--fallback svg{width:.92rem;height:.92rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.post-feed__media:focus-visible,.post-feed__title a:focus-visible,.post-feed__category:focus-visible{border-radius:.3rem;outline:3px solid color-mix(in srgb,var(--accent) 34%,transparent);outline-offset:3px}@container (max-width: 660px){.post-feed__card{display:flex;min-height:0;flex-direction:column}.post-feed__media{position:relative;width:100%;aspect-ratio:2 / 1}.post-feed__media:after{background:linear-gradient(180deg,transparent 36%,color-mix(in srgb,var(--post-card-bg) 30%,transparent) 58%,var(--post-card-bg) 100%)}.post-feed__content{width:100%;min-height:0;margin-top:-3rem;padding:3rem 1.1rem 1.1rem;background:linear-gradient(180deg,transparent 0%,var(--post-card-bg) 2.75rem,var(--post-card-bg) 100%)}.post-feed__card--text-only .post-feed__content{margin-top:0;padding-top:1.25rem}.post-feed__title{font-size:clamp(1.08rem,5.2vw,1.35rem);-webkit-line-clamp:2}.post-feed__excerpt{margin-top:.55rem;font-size:.9rem;line-height:1.55}.post-feed__meta{gap:.5rem .9rem;padding-top:.8rem;font-size:.78rem}}@media(max-width:680px){.post-feed__ad{height:104px;border-radius:.95rem}.post-feed__ad-link:after{background:linear-gradient(90deg,rgba(25,18,14,.68),rgba(25,18,14,.18) 78%,transparent)}.post-feed__ad-badge,.post-feed__ad-title{left:.8rem}.post-feed__ad-badge{top:.7rem}.post-feed__ad-title{right:.8rem;bottom:.7rem;font-size:1rem}}@media(prefers-reduced-motion:reduce){.post-feed__card,.post-feed__image,.post-feed__ad-image{transition:none}}.pagination{display:flex;width:max-content;max-width:100%;align-items:center;justify-content:center;gap:.35rem;margin:clamp(1.75rem,4vw,2.75rem) auto 0;padding:.4rem;border:1px solid color-mix(in srgb,var(--rule) 82%,transparent);border-radius:1rem;background:color-mix(in srgb,var(--bg) 90%,white 10%);box-shadow:0 12px 34px #40312512,0 2px 6px #40312509}html.dark .pagination{border-color:color-mix(in srgb,var(--rule) 90%,transparent);background:color-mix(in srgb,var(--bg) 88%,white 4%);box-shadow:0 14px 38px #00000038,0 2px 6px #00000024}.pagination__pages{display:flex;min-width:0;align-items:center;justify-content:center;gap:.18rem;padding:0 .18rem}.pagination__page,.pagination__arrow{display:inline-grid;flex:0 0 auto;place-items:center;border:1px solid transparent;background:transparent;color:var(--ink-2);text-decoration:none;transition:border-color .18s ease,background .18s ease,color .18s ease}.pagination__page{width:38px;height:38px;border-radius:.7rem;font-family:Avenir Next,PingFang SC,sans-serif;font-size:.9rem;font-variant-numeric:tabular-nums;font-weight:600;line-height:1}a.pagination__page:hover,a.pagination__page:focus-visible,a.pagination__arrow:hover,a.pagination__arrow:focus-visible{border-color:color-mix(in srgb,var(--accent) 20%,var(--rule));background:var(--accent-bg);color:var(--accent)}a.pagination__page:focus-visible,a.pagination__arrow:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 26%,transparent);outline-offset:2px}.pagination__page--current{border-color:var(--accent);background:var(--accent);color:#fff;font-weight:700;box-shadow:0 5px 14px color-mix(in srgb,var(--accent) 22%,transparent)}.pagination__page--unavailable{cursor:default;opacity:.46}.pagination__ellipsis{display:inline-grid;width:28px;height:38px;place-items:center;color:var(--ink-3);font-size:1rem;font-weight:700;line-height:1}.pagination__arrow{display:inline-flex;height:38px;align-items:center;gap:.28rem;padding:0 .7rem;border-radius:.7rem;font-size:.84rem;font-weight:600;white-space:nowrap}.pagination__arrow svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9;transition:transform .18s ease}.pagination__arrow--previous:hover svg,.pagination__arrow--previous:focus-visible svg{transform:translate(-3px)}.pagination__arrow--next:hover svg,.pagination__arrow--next:focus-visible svg{transform:translate(3px)}.pagination__arrow--disabled{color:var(--ink-3);opacity:.42;pointer-events:none}@media(max-width:520px){.pagination{gap:.18rem;padding:.32rem;border-radius:.9rem}.pagination__pages{gap:.1rem;padding-inline:.08rem}.pagination__page{width:36px;height:36px;border-radius:.62rem}.pagination__arrow{width:36px;height:36px;justify-content:center;padding:0;border-radius:.62rem}.pagination__arrow svg{width:18px;height:18px}.pagination__ellipsis{width:20px;height:36px}.pagination__arrow-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}}@media(prefers-reduced-motion:reduce){.pagination__page,.pagination__arrow,.pagination__arrow svg{transition:none}}:root{--bg: #faf8f5;--bg-raised: #f2ede8;--ink: #1a1410;--ink-2: #7a7068;--ink-3: #b5aca2;--rule: #ddd8d0;--accent: #c2410c;--accent-bg: #fff4ed;--black: 26, 20, 16;--gray: 122, 112, 104;--gray-light: 221, 216, 208;--gray-dark: 44, 36, 30}html.dark{--bg: #181613;--bg-raised: #242018;--ink: #ede9e3;--ink-2: #9a9088;--ink-3: #5e5650;--rule: #2e2a24;--accent: #f47040;--accent-bg: #2a1a0c}*,*:before,*:after{box-sizing:border-box;min-width:0}body{font-family:Avenir Next,Helvetica Neue,sans-serif;margin:0;padding:0;background-color:var(--bg);color:var(--ink);font-size:17px;line-height:1.75;-webkit-font-smoothing:antialiased;word-wrap:break-word;overflow-wrap:break-word}main{width:820px;max-width:calc(100% - 2.5rem);margin:0 auto;padding:3rem 0 5rem}.layout-main--wide{width:1180px}h1,h2,h3,h4,h5,h6{font-family:Avenir Next Condensed,Helvetica Neue,sans-serif;margin:0 0 .5em;color:var(--ink);line-height:1.2;font-weight:700;letter-spacing:-.01em}h1{font-size:2.4rem}h2{font-size:1.7rem}h3{font-size:1.3rem}h4{font-size:1.1rem}h5{font-size:1rem}strong,b{font-weight:700}a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em}a:hover{color:var(--ink)}p{margin:0 0 1em}textarea{width:100%;font-size:16px}input{font-size:16px}table{display:block;width:100%;max-width:100%;overflow-x:auto}img,video,iframe,embed,object{max-width:100%;height:auto}img{border-radius:10px}code{font-size:.88em;padding:.15em .4em;background:var(--bg-raised);border-radius:4px;border:1px solid var(--rule)}pre{padding:1.4em 1.6em;border-radius:10px;overflow-x:auto;background:var(--ink);color:#f8f8f2}pre>code{all:unset;font-size:.9em;color:inherit}blockquote{margin:1.5em 0;padding:.75em 0 .75em 1.5em;border-left:3px solid var(--accent);color:var(--ink-2);font-size:1.1em}hr{margin:2.5rem 0;border:none;border-top:1px solid var(--rule)}.page-shell{display:grid;gap:2.5rem}.page-heading{padding-bottom:1.5rem;border-bottom:1px solid var(--rule)}.page-heading h1{margin-bottom:.25em}.page-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.6rem;color:var(--ink-3);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.page-content{display:grid;gap:2rem}.taxonomy-list__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 0}.taxonomy-list__link{color:var(--ink);font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .15s ease}.taxonomy-list__link:hover{color:var(--accent)}.taxonomy-list__count{display:inline-flex;align-items:center;padding:.2em .7em;border-radius:999px;background:var(--bg-raised);border:1px solid var(--rule);color:var(--ink-2);font-size:.82rem;white-space:nowrap}.tag-cloud{display:flex;flex-wrap:wrap;gap:.6rem}.tag-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35em .85em;border-radius:6px;background:var(--bg-raised);border:1px solid var(--rule);color:var(--ink-2);font-size:.88rem;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.tag-pill:hover{background:var(--accent-bg);color:var(--accent);border-color:var(--accent)}.tag-pill__count{font-size:.8em;color:var(--ink-3)}.archive-list{display:grid;gap:3rem}.archive-group{display:grid;grid-template-columns:80px minmax(0,1fr);gap:2rem}.archive-group__year{margin:0;font-size:1.05rem;font-weight:700;color:var(--ink-3);letter-spacing:-.01em;padding-top:.2rem}.archive-group__items{list-style:none;margin:0;padding:0}.archive-entry{display:grid;grid-template-columns:80px minmax(0,1fr);gap:1rem;padding:.5rem 0}.archive-entry__date{color:var(--ink-3);font-size:.85rem;padding-top:.15rem}.archive-entry__title{margin:0 0 .2rem;font-size:1rem;font-weight:600}.archive-entry__summary{margin:0;font-size:.9rem;color:var(--ink-2)}@media(max-width:680px){main{max-width:calc(100% - 2rem);padding:2rem 0 4rem}h1{font-size:1.9rem}h2{font-size:1.4rem}.taxonomy-list__item,.archive-group,.archive-entry{grid-template-columns:1fr}.archive-group{gap:.5rem}.taxonomy-list__item{align-items:flex-start;flex-direction:column;gap:.5rem}}.archive-empty,.feed-empty{color:var(--ink-3);font-size:.95rem;padding:2rem 0}footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--rule);background:var(--bg)}.footer-inner[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:820px;max-width:calc(100% - 2.5rem);margin:0 auto;padding:1.5rem 0 2.5rem;color:var(--ink-3);font-size:.88rem}.footer-inject[data-astro-cid-sz7xmlte]{display:contents}:root{--header-surface: color-mix(in srgb, var(--bg) 88%, white 12%);--header-shadow: 0 18px 50px rgba(64, 49, 37, .08);--halo-search-widget-base-font-family: "Avenir Next", "PingFang SC", sans-serif;--halo-search-widget-base-rounded: 1rem;--halo-search-widget-primary-color: var(--accent);--halo-search-widget-muted-color: var(--ink-3);--halo-search-widget-content-color: var(--ink);--halo-search-widget-modal-bg-color: var(--bg);--halo-search-widget-hit-bg-color: var(--bg-raised);--halo-search-widget-divider-color: var(--rule)}html.dark{--header-surface: color-mix(in srgb, var(--bg) 82%, white 5%);--header-shadow: 0 20px 58px rgba(0, 0, 0, .28)}.site-header{position:sticky;top:0;z-index:100;padding:.75rem 0 .35rem;background:linear-gradient(180deg,color-mix(in srgb,var(--bg) 94%,transparent) 0%,color-mix(in srgb,var(--bg) 82%,transparent) 74%,transparent 100%);backdrop-filter:blur(18px)}.site-header__inner{position:relative;display:grid;width:1180px;max-width:calc(100% - 2.5rem);min-height:70px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;margin:0 auto;padding:.62rem .75rem;border:1px solid color-mix(in srgb,var(--rule) 72%,transparent);border-radius:1.15rem;background:var(--header-surface);box-shadow:var(--header-shadow)}.site-header__left{justify-self:start}.site-header__actions{display:flex;align-items:center;justify-self:end;gap:.3rem}.site-brand{display:inline-flex;min-width:0;max-width:100%;align-items:center;justify-content:center;overflow:hidden;color:var(--ink);text-decoration:none}.site-brand:hover{color:var(--accent)}.site-brand__logo{display:block;width:auto;max-width:min(220px,32vw);height:42px;border-radius:.65rem;object-fit:contain}.site-brand__text{overflow:hidden;font-family:Avenir Next Condensed,PingFang SC,sans-serif;font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:800;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}.header-tool{display:inline-grid;width:42px;height:42px;place-items:center;padding:0;border:1px solid transparent;border-radius:.8rem;background:transparent;color:var(--ink-2);cursor:pointer;list-style:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.header-tool::-webkit-details-marker{display:none}.header-tool svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.header-tool:hover,.header-tool:focus-visible,.site-popover[open]>.header-tool{transform:translateY(-1px);border-color:var(--rule);background:var(--bg-raised);color:var(--ink)}.header-tool:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:2px}.site-popover{position:relative}.site-popover__panel{position:absolute;top:calc(100% + .8rem);z-index:20;width:min(290px,calc(100vw - 2rem));padding:.65rem;border:1px solid var(--rule);border-radius:1rem;background:color-mix(in srgb,var(--bg) 94%,white 6%);box-shadow:0 24px 60px #30251c2e;animation:header-popover-in .18s ease both}html.dark .site-popover__panel{background:color-mix(in srgb,var(--bg) 90%,white 5%);box-shadow:0 28px 65px #0006}.site-menu__panel{left:0;max-height:min(70vh,560px);overflow-y:auto;overscroll-behavior:contain}.quick-links__panel{right:0}.site-popover__heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.55rem .65rem .7rem;color:var(--ink);font-size:.88rem;font-weight:750}.site-popover__heading small{color:var(--ink-3);font-size:.62rem;font-weight:700;letter-spacing:.16em}.site-menu__link,.quick-links__link{display:flex;align-items:center;gap:.75rem;padding:.72rem .75rem;border-radius:.75rem;color:var(--ink-2);text-decoration:none;transition:background .16s ease,color .16s ease}.site-menu__link{justify-content:space-between;font-size:.92rem;font-weight:650}.site-menu__item+.site-menu__item{margin-top:.15rem}.site-menu__parent-row{display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:.2rem;border-radius:.75rem;transition:background .16s ease}.site-menu__link--parent{justify-content:flex-start;padding-right:.4rem}.site-menu__submenu-toggle{display:inline-grid;width:34px;height:34px;place-items:center;padding:0;border:1px solid transparent;border-radius:.65rem;background:transparent;color:var(--ink-3);cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.site-menu__submenu-toggle:hover,.site-menu__submenu-toggle:focus-visible{border-color:var(--rule);background:color-mix(in srgb,var(--bg) 76%,var(--bg-raised) 24%);color:var(--ink)}.site-menu__submenu-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 24%,transparent);outline-offset:1px}.site-menu__submenu-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transition:transform .18s ease}.site-menu__group--open .site-menu__parent-row{background:var(--bg-raised)}.site-menu__group--open .site-menu__submenu-toggle{color:var(--accent)}.site-menu__group--open .site-menu__submenu-toggle svg{transform:rotate(180deg)}.site-menu__children{display:grid;gap:.12rem;margin:.25rem .35rem .45rem .8rem;padding:.22rem 0 .12rem .7rem;border-left:1px solid color-mix(in srgb,var(--accent) 28%,var(--rule));animation:submenu-in .17s ease both}.site-menu__children[hidden]{display:none}.site-menu__child-link{display:grid;min-height:36px;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.48rem .55rem;border-radius:.62rem;color:var(--ink-2);font-size:.82rem;font-weight:600;line-height:1.35;text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease}.site-menu__child-link:hover,.site-menu__child-link:focus-visible{transform:translate(2px);background:color-mix(in srgb,var(--bg-raised) 84%,transparent);color:var(--ink)}.site-menu__child-link:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 22%,transparent);outline-offset:1px}.site-menu__child-mark{width:5px;height:5px;border-radius:50%;background:color-mix(in srgb,var(--accent) 56%,var(--rule))}.site-menu__child-link>svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7;opacity:.5}.site-menu__link>svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-menu__link:hover,.quick-links__link:hover{background:var(--bg-raised);color:var(--ink)}.quick-links__link+.quick-links__link{margin-top:.15rem}.quick-links__icon{display:inline-grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:.7rem;background:var(--ink);color:var(--bg)}.quick-links__icon svg,.quick-links__icon img{width:19px;height:19px}.quick-links__icon img{border-radius:.25rem;object-fit:cover}.quick-links__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.quick-links__link>span:last-child{display:grid;min-width:0}.quick-links__link strong{color:inherit;font-size:.9rem;line-height:1.35}.quick-links__empty{margin:0;padding:.9rem .75rem;color:var(--ink-3);font-size:.8rem;text-align:center}.quick-links__link small{color:var(--ink-3);font-size:.72rem}.user-button-fallback{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:.8rem}.user-button-fallback span{width:22px;height:22px;border-radius:50%;background:linear-gradient(90deg,var(--bg-raised),color-mix(in srgb,var(--bg-raised) 72%,var(--ink) 28%),var(--bg-raised));background-size:200% 100%;animation:header-skeleton 1.2s ease-in-out infinite}@keyframes header-popover-in{0%{transform:translateY(-5px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes header-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes submenu-in{0%{transform:translateY(-3px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:680px){.site-header{padding-top:.45rem}.site-header__inner{max-width:calc(100% - 1rem);min-height:60px;grid-template-columns:auto minmax(0,1fr);gap:.35rem;padding:.45rem;border-radius:.95rem}.site-brand{position:absolute;top:50%;left:50%;width:auto;max-width:calc(100% - 16rem);padding-inline:0;transform:translate(-50%,-50%)}.site-brand__logo{max-width:100%;height:34px}.site-brand__text{max-width:100%}.header-tool,.user-button-fallback{width:38px;height:38px}.site-header__actions{grid-column:2;gap:0}.site-menu__panel{max-height:min(72vh,520px)}}@media(prefers-reduced-motion:reduce){.site-popover__panel,.header-tool,.user-button-fallback span,.site-menu__children,.site-menu__submenu-toggle svg,.site-menu__child-link{animation:none;transition:none}}.user-button-shell[data-v-4abd4115]{display:inline-grid;align-items:center;justify-content:center;box-sizing:border-box;flex-shrink:0;width:42px;height:42px;padding:0;border:1px solid transparent;border-radius:.8rem;color:var(--ink-2);background:transparent;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.user-button-shell[data-v-4abd4115]:hover,.user-button-shell[data-v-4abd4115]:focus-visible{transform:translateY(-1px);border-color:var(--rule);background:var(--bg-raised);color:var(--ink)}.user-button-shell[data-v-4abd4115]:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:2px}.user-button-shell--loading[data-v-4abd4115]{pointer-events:none}.user-button-avatar[data-v-4abd4115]{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;width:26px;height:26px;border-radius:999px;background:var(--bg-raised);color:var(--ink);font-size:.72rem;font-weight:700;line-height:1;flex-shrink:0}.user-button-avatar__image[data-v-4abd4115]{display:block;width:100%;height:100%;object-fit:cover}.user-button-avatar--skeleton[data-v-4abd4115]{width:24px;height:24px;border-radius:50%;background:linear-gradient(90deg,var(--bg-raised) 0%,color-mix(in srgb,var(--bg-raised) 78%,var(--ink) 22%) 50%,var(--bg-raised) 100%);background-size:200% 100%;animation:shimmer-4abd4115 1.2s ease-in-out infinite}.user-button-login-icon[data-v-4abd4115]{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.sr-only[data-v-4abd4115]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes shimmer-4abd4115{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:680px){.user-button-shell[data-v-4abd4115]{width:38px;height:38px}}
