.post-hero{position:relative;width:100%}.post-hero__content{--post-hero-inline-pad: 1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--post-hero-inline-pad) var(--post-hero-inline-pad) .5rem}@media(min-width:768px){.post-hero__content{--post-hero-inline-pad: 2rem;padding:var(--post-hero-inline-pad) var(--post-hero-inline-pad) .75rem}}.post-hero__title{font-weight:700;font-size:1.5rem;line-height:1.3;color:var(--deep-text);margin-bottom:.375rem;word-break:break-word}@media(min-width:768px){.post-hero__title{font-size:2.25rem;line-height:2.75rem}}.post-hero__info{width:min(100%,56rem)}.post-hero__meta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem .35rem;color:var(--content-meta);font-size:.8rem;line-height:1.4}.post-hero__meta-item{white-space:nowrap}.post-hero__meta-dot{color:var(--line-color);user-select:none;margin:0 .1rem}.post-hero__views,.post-hero__views .text-50{color:#22c55e}.post-hero__taxonomy-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem .35rem;margin-top:.375rem}.post-hero__taxonomy-link{position:relative;display:inline-flex;align-items:center;padding:0;border:0;background:transparent;color:var(--content-meta);font-size:.8125rem;line-height:1.4;text-decoration:none;white-space:nowrap;transition:color .2s ease}.post-hero__taxonomy-link:after{position:absolute;right:0;bottom:-.125rem;left:0;height:1px;content:"";background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .2s ease}.post-hero__taxonomy-link:hover,.post-hero__taxonomy-link:focus-visible{color:var(--primary)}.post-hero__taxonomy-link:hover:after,.post-hero__taxonomy-link:focus-visible:after{transform:scaleX(1)}.post-hero__taxonomy-link:focus-visible,.post-hero__share-action:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.post-hero__share-menu:focus-visible .post-hero__share-trigger{outline:2px solid var(--primary);outline-offset:3px}.post-hero__taxonomy-link--category{color:var(--deep-text);font-weight:600}.post-hero__taxonomy-item{display:inline-flex;align-items:center;gap:.35rem}.post-hero__taxonomy-separator{color:var(--line-color);user-select:none;margin:0 .1rem}.post-hero__share-menu{position:relative;flex:0 0 auto}.post-hero__share-menu:after{position:absolute;top:100%;right:0;left:0;height:.5rem;content:""}.post-hero__share-trigger{display:inline-flex;min-height:1.75rem;align-items:center;justify-content:center;gap:.3rem;padding:0 .2rem;border:0;background:transparent;color:var(--content-meta);cursor:pointer;list-style:none;transition:color .2s ease}.post-hero__share-trigger svg{width:1rem;height:1rem}.post-hero__share-menu:hover .post-hero__share-trigger,.post-hero__share-menu:focus-within .post-hero__share-trigger{color:var(--deep-text)}.post-hero__share-popover{position:absolute;z-index:30;top:calc(100% + .5rem);right:0;display:grid;grid-template-columns:7.25rem minmax(0,1fr);align-items:center;gap:1rem;width:min(32rem,calc(100vw - 2rem));padding:1rem;border:2px solid var(--deep-text);border-radius:.5rem;background:var(--page-bg);box-shadow:0 12px 24px #00000024;color:var(--deep-text);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-.35rem);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.post-hero__share-popover:before{position:absolute;top:-.45rem;right:.75rem;width:.75rem;height:.75rem;border-top:2px solid var(--deep-text);border-left:2px solid var(--deep-text);background:var(--page-bg);content:"";transform:rotate(45deg)}.post-hero__share-menu:hover .post-hero__share-popover,.post-hero__share-menu:focus-within .post-hero__share-popover{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.post-hero__share-qr{display:grid;justify-items:center;gap:.45rem;padding-right:1rem;border-right:1px solid var(--line-divider)}.post-hero__share-qr-image{width:6rem;height:6rem;padding:.25rem;border:1px solid var(--line-divider);border-radius:.25rem;background:#fff}.post-hero__share-qr-label,.post-hero__share-title{color:var(--content-meta);font-size:.75rem;font-weight:600;line-height:1.2}.post-hero__share-content{min-width:0}.post-hero__share-title{display:block;margin-bottom:.6rem;text-align:center}.post-hero__share-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem .5rem}.post-hero__share-action{display:grid;min-width:0;justify-items:center;gap:.35rem;padding:.15rem 0;border:0;background:transparent;color:var(--content-meta);cursor:pointer;font:inherit;text-decoration:none}.post-hero__share-action-icon{display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border-radius:50%;background:var(--post-hero-share-action-color);color:var(--post-hero-share-action-icon-color, #fff);transition:transform .2s ease}.post-hero__share-action-icon svg{width:1.125rem;height:1.125rem}.post-hero__share-action-label{overflow:hidden;max-width:100%;font-size:.7rem;line-height:1.2;text-align:center;text-overflow:ellipsis;white-space:nowrap}.post-hero__share-action:hover,.post-hero__share-action:focus-visible{color:var(--deep-text)}.post-hero__share-action:hover .post-hero__share-action-icon,.post-hero__share-action:focus-visible .post-hero__share-action-icon{transform:translateY(-2px)}.post-hero__share-action--qq{--post-hero-share-action-color: #12b7f5}.post-hero__share-action--email{--post-hero-share-action-color: #ea4335}.post-hero__share-action--feishu{--post-hero-share-action-color: #3370ff}.post-hero__share-action--x{--post-hero-share-action-color: var(--deep-text);--post-hero-share-action-icon-color: var(--page-bg)}.post-hero__share-action--whatsapp{--post-hero-share-action-color: #25d366}.post-hero__share-action--copy{--post-hero-share-action-color: var(--primary)}:root.dark .post-hero__share-action--copy{--post-hero-share-action-icon-color: oklch(.08 0 0)}.post-hero__share-action--copy.is-copied{--post-hero-share-action-color: #22c55e}:root.dark .post-hero__share-action--copy.is-copied{--post-hero-share-action-icon-color: #fff}@media(max-width:768px){.post-hero__share-menu:focus-within{display:grid;flex-basis:100%;justify-items:center}.post-hero__share-menu:focus-within .post-hero__share-popover{position:static;width:min(100%,32rem);margin-top:.75rem}.post-hero__share-menu:focus-within .post-hero__share-popover:before{right:auto;left:50%;transform:translate(-50%) rotate(45deg)}.post-hero__share-qr{padding-right:.75rem}}@media(prefers-reduced-motion:reduce){.post-hero__taxonomy-link,.post-hero__taxonomy-link:after,.post-hero__share-trigger,.post-hero__share-popover,.post-hero__share-action-icon,.post-intro-card__summary,.post-intro-card__summary-arrow{transition-duration:.01ms}}.post-intro-card{border:0;border-radius:var(--radius-large);background:var(--article-surface-bg);overflow:hidden}.post-intro-card__section{padding:.75rem 1.125rem}.post-intro-card__section--summary{padding:.25rem 1.125rem .875rem}@media(min-width:768px){.post-intro-card__section{padding:.875rem 1.125rem}}.post-intro-card__row{display:flex;align-items:center;gap:.5rem}.post-intro-card__summary{display:flex;min-height:2.75rem;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1.125rem;cursor:pointer;list-style:none;transition:background-color .2s ease}.post-intro-card__summary::-webkit-details-marker{display:none}.post-intro-card__summary:hover{background:var(--btn-plain-bg-hover)}.post-intro-card__summary:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.post-intro-card__summary-title{display:flex;min-width:0;align-items:center;gap:.375rem;color:var(--deep-text);font-size:.9rem;font-weight:600;line-height:1.4}.post-intro-card__summary-icon,.post-intro-card__summary-arrow{flex:0 0 auto}.post-intro-card__summary-icon{width:1.125rem;height:1.125rem;color:var(--primary)}.post-intro-card__summary-model{color:var(--content-meta);font-weight:500;white-space:nowrap}.post-intro-card__summary-arrow{width:1.25rem;height:1.25rem;color:var(--content-meta);transition:transform .2s ease}.post-intro-card__details[open] .post-intro-card__summary-arrow{transform:rotate(180deg)}.post-intro-card__icon{flex-shrink:0;font-size:1rem;color:var(--primary);opacity:.8}.post-intro-card__outdated .post-intro-card__icon{color:#ef4444}.post-intro-card__text{font-size:.8rem;color:var(--content-meta);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-intro-card__outdated{display:block}.post-intro-card__outdated.hidden{display:none}.post-intro-card__outdated.hidden+.post-intro-card__divider{display:none}.post-intro-card__outdated .outdated-days{color:var(--content-meta)}.post-intro-card__divider{height:1px;background:var(--line-divider);opacity:.5}.post-intro-card__desc{font-size:.85rem;line-height:1.6;color:var(--content-meta);margin:0;min-width:0}.post-cover{width:100%;overflow:hidden;border-radius:var(--radius-large)}.post-cover picture{display:block;width:100%}.post-cover img{display:block;width:100%;height:auto;max-height:480px;object-fit:cover}@media(min-width:768px){.post-cover img{max-height:560px}}.post-nav{display:flex;gap:.75rem;align-items:center;justify-content:space-between;--post-nav-edge-gap: .75rem;align-self:stretch;margin-inline:calc((var(--post-hero-inline-pad, 1.25rem) - var(--post-nav-edge-gap)) * -1);margin-bottom:1rem;text-align:start}.post-nav__back,.post-nav__trigger{display:inline-flex;gap:.375rem;align-items:center;max-width:100%;min-width:0;padding:.375rem .75rem;border:1px solid var(--line-divider);border-radius:var(--radius-medium, .5rem);background:transparent;color:var(--deep-text);font-size:.8125rem;font-weight:600;line-height:1.25;white-space:nowrap;cursor:pointer;transition:background-color .16s ease-out,border-color .16s ease-out,color .16s ease-out}.post-nav__back:hover,.post-nav__trigger:hover,.post-nav__category.is-open .post-nav__trigger{border-color:var(--deep-text);background:var(--deep-text);color:var(--float-panel-bg)}.post-nav__back:focus-visible,.post-nav__trigger:focus-visible{outline:2px solid var(--deep-text);outline-offset:2px}.post-nav__icon{width:1rem;height:1rem;flex:none;fill:currentColor}.post-nav__arrow{transition:rotate .2s ease-out}.post-nav__category.is-open .post-nav__arrow{rotate:180deg}.post-nav__category{position:relative;min-width:0}.post-nav__current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-nav__menu{width:max-content;min-width:100%;max-width:min(18rem,calc(100vw - 2.5rem));position:absolute;z-index:40;top:calc(100% + .6rem);right:0;padding:.5rem;border:1.5px solid var(--deep-text);border-radius:.75rem;background:var(--float-panel-bg);box-shadow:none;color:var(--deep-text);visibility:hidden;opacity:0;transform:translateY(-.5rem);transition:opacity .2s ease-out,transform .2s ease-out,visibility .2s}.post-nav__menu:before{width:.75rem;height:.75rem;position:absolute;top:-.45rem;right:1.25rem;border-top:1.5px solid var(--deep-text);border-left:1.5px solid var(--deep-text);background:var(--float-panel-bg);content:"";rotate:45deg}.post-nav__menu-scroll{max-height:17rem;display:flex;flex-direction:column;gap:.125rem;overflow-y:auto;overscroll-behavior:contain}.post-nav__category.is-open .post-nav__menu{visibility:visible;opacity:1;transform:none}.post-nav__item{display:flex;gap:.625rem;align-items:center;justify-content:space-between;padding:.375rem .625rem;border-radius:var(--radius-small, .375rem);color:var(--deep-text);font-size:.8125rem;text-decoration:none;transition:background-color .14s ease-out}.post-nav__item:hover{background:var(--btn-plain-bg-hover)}.post-nav__item:focus-visible{outline:2px solid var(--deep-text);outline-offset:-2px}.post-nav__item.is-active{background:var(--deep-text);color:var(--float-panel-bg);font-weight:700}.post-nav__item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-nav__item-count{flex:none;color:var(--content-meta);font-size:.6875rem;font-variant-numeric:tabular-nums}.post-nav__item.is-active .post-nav__item-count{color:inherit;opacity:.72}@media(max-width:768px){.post-nav{margin-bottom:.75rem}.post-nav__current{max-width:7.5rem}}@media(prefers-reduced-motion:reduce){.post-nav__back,.post-nav__trigger,.post-nav__arrow,.post-nav__menu,.post-nav__item{transition:none}}.related-posts{padding:1rem 1.25rem;border-radius:var(--radius-large);background:var(--article-surface-bg);border:0}.related-posts__title{font-size:1.05rem;font-weight:600;color:var(--deep-text);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid var(--line-divider)}.related-posts__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.related-posts__item{margin:0}.related-posts__link{display:flex;flex-direction:column;gap:.25rem;padding:.6rem .75rem;border-radius:var(--radius-medium);transition:background-color .2s ease}.related-posts__link:hover{background:var(--btn-plain-bg-hover)}.related-posts__post-title{font-size:.95rem;font-weight:500;color:var(--deep-text);line-height:1.4}.related-posts__post-meta{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--meta-divider)}.related-posts__post-category{color:var(--primary)}.related-posts__post-date{color:var(--meta-divider)}@media(max-width:768px){.related-posts{padding:.85rem 1rem}.related-posts__title{font-size:1rem}}
