.yj-controls{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);padding:20px 0;position:sticky;top:var(--header-height);z-index:100}.yj-controls__bar{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.yj-lang__btn.is-active{background:var(--yb-brand);border-color:var(--yb-brand);box-shadow:0 4px 14px rgba(247,92,3,.25);color:#fff}.yj-search{flex:1;max-width:400px;min-width:200px;position:relative}.yj-search__input{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:999px;color:#1c1c1c;font-family:var(--font-primary);font-size:.92rem;outline:none;padding:10px 40px 10px 16px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;width:100%}.yj-search__input::placeholder{color:#aaa}.yj-search__input:focus{background:#fff;border-color:var(--yb-brand);box-shadow:0 0 0 3px rgba(247,92,3,.08)}.yj-search__icon{color:#aaa;font-size:1rem;pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.yj-filters{display:flex;flex-wrap:wrap;gap:6px}.yj-filters__btn{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:999px;color:#777;cursor:pointer;display:inline-flex;font-family:var(--font-primary);font-size:.76rem;font-weight:700;letter-spacing:.06em;padding:7px 14px;text-transform:uppercase;transition:all .16s ease;white-space:nowrap}.yj-filters__btn:hover{border-color:var(--yb-brand);color:var(--yb-brand)}.yj-filters__btn.is-active{background:#1c1c1c;border-color:#1c1c1c;color:#fff}.yj-results-bar{padding:12px 0 0}.yj-results-bar__count{color:#999;font-size:.85rem;letter-spacing:.04em;margin:0}.yj-grid-section{padding:clamp(24px,4vh,40px) 0 clamp(60px,10vh,100px)}.yj-grid{display:grid;gap:clamp(20px,3vw,32px);grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.yj-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.yj-card:hover{box-shadow:0 20px 60px rgba(0,0,0,.1);transform:translateY(-4px)}.yj-card__link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.yj-card__img-wrap{aspect-ratio:16/9;background:#f0ede8;overflow:hidden;position:relative}.yj-card__img{background-position:50%;background-size:cover;height:100%;transition:transform .4s ease;width:100%}.yj-card:hover .yj-card__img{transform:scale(1.04)}.yj-card__featured-badge{background:var(--yb-brand);border-radius:999px;color:#fff;font-size:.68rem;font-weight:700;left:12px;letter-spacing:.1em;padding:4px 12px;position:absolute;text-transform:uppercase;top:12px}.yj-card__body{display:flex;flex:1;flex-direction:column;padding:20px 22px 24px}.yj-card__meta{align-items:center;color:#999;display:flex;flex-wrap:wrap;font-size:.78rem;gap:6px;margin-bottom:10px}.yj-card__dot{color:#ccc}.yj-card__title{color:#0f0f0f;font-size:1.2rem;font-weight:700;line-height:1.35;margin:0 0 10px}.yj-card__title--sm{font-size:1.05rem}.yj-card__excerpt{color:#555;flex-grow:1;font-size:.92rem;line-height:1.65;margin:0 0 16px}.yj-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.yj-card__tag{background:#f5f2ee;border-radius:999px;color:#888;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.06em;padding:3px 10px;text-transform:uppercase}.yj-card__read-more{color:var(--yb-brand);font-size:.88rem;font-weight:700;transition:gap .2s ease}.yj-card:hover .yj-card__read-more{text-decoration:underline}.yj-card--related{border:1px solid rgba(0,0,0,.08)}.yj-card--related .yj-card__body{padding:18px 20px}.yj-empty{color:#999;font-size:1rem;padding:60px 20px;text-align:center}.yj-progress{background:transparent;height:3px;left:0;pointer-events:none;position:fixed;right:0;top:var(--header-height);z-index:99}.yj-progress__bar{background:linear-gradient(90deg,var(--yb-brand) 0,#ff8a40 100%);border-radius:0 2px 2px 0;height:100%;transition:width .1s linear;width:0}.yj-post-hero-img{align-items:flex-end;background-position:50%;background-size:cover;display:flex;min-height:clamp(320px,45vh,520px);position:relative}.yj-post-hero-img__overlay{background:linear-gradient(180deg,rgba(28,28,28,.2) 0,rgba(28,28,28,.5) 50%,rgba(28,28,28,.92));inset:0;position:absolute}.yj-post-hero-img__content{padding:0 0 clamp(36px,5vh,60px);position:relative;width:100%;z-index:1}.yj-breadcrumb--hero{background:none;border:none;padding:0 0 20px}.yj-breadcrumb--hero .yj-breadcrumb__list{color:hsla(40,60%,98%,.6)}.yj-breadcrumb--hero .yj-breadcrumb__list a{color:hsla(40,60%,98%,.7)}.yj-breadcrumb--hero .yj-breadcrumb__list a:hover{color:var(--yb-brand)}.yj-breadcrumb--hero .yj-breadcrumb__list [aria-current=page]{color:hsla(40,60%,98%,.9)}.yj-breadcrumb--hero .yj-breadcrumb__list li:before{color:hsla(40,60%,98%,.3)}.yj-breadcrumb__list{align-items:center;color:#999;display:flex;font-size:.8rem;gap:8px;list-style:none;margin:0;padding:0}.yj-breadcrumb__list li:before{color:#ccc;content:"/";margin-right:8px}.yj-breadcrumb__list li:first-child:before{display:none}.yj-breadcrumb__list a{color:#777;text-decoration:none;transition:color .15s ease}.yj-breadcrumb__list a:hover{color:var(--yb-brand)}.yj-breadcrumb__list [aria-current=page]{color:#444;font-weight:700}.yj-post-hero__meta--hero{color:hsla(40,60%,98%,.7)}.yj-post-hero__meta{align-items:center;color:#999;display:flex;flex-wrap:wrap;font-size:.82rem;gap:8px;margin-bottom:16px}.yj-post-hero__category{background:rgba(247,92,3,.15);border:1px solid rgba(247,92,3,.25);border-radius:999px;color:var(--yb-brand);font-size:.72rem;font-weight:700;letter-spacing:.08em;padding:4px 14px;text-transform:uppercase}.yj-post-hero__dot{color:hsla(40,60%,98%,.3)}.yj-post-hero__title--hero{color:#fdfbf7;font-size:clamp(2.2rem,1.8rem + 2.5vw,3.6rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 18px;max-width:800px}.yj-post-hero__excerpt--hero{color:hsla(40,60%,98%,.75);font-size:clamp(1rem,.95rem + .3vw,1.15rem);line-height:1.7;margin:0;max-width:640px}.yj-toolbar{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);padding:16px 0;position:sticky;top:var(--header-height);z-index:98}.yj-toolbar__inner{align-items:center;display:flex;gap:16px;justify-content:space-between;max-width:760px}.yj-toolbar__author{align-items:center;display:flex;gap:10px}.yj-toolbar__avatar{align-items:center;background:linear-gradient(135deg,var(--yb-brand) 0,#d94f02 100%);border-radius:999px;color:#fff;display:flex;flex-shrink:0;font-size:.7rem;font-weight:700;height:36px;justify-content:center;letter-spacing:.06em;width:36px}.yj-toolbar__author-info{display:flex;flex-direction:column;gap:1px}.yj-toolbar__author-name{color:#0f0f0f;font-size:.85rem;font-weight:700}.yj-toolbar__author-date{color:#999;font-size:.75rem}.yj-toolbar__share{align-items:center;display:flex;gap:8px}.yj-toolbar__share-label{color:#999;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.yj-share-btn{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:999px;color:#777;cursor:pointer;display:inline-flex;height:34px;justify-content:center;text-decoration:none;transition:all .16s ease;width:34px}.yj-share-btn:hover{background:rgba(247,92,3,.04);border-color:var(--yb-brand);color:var(--yb-brand)}.yj-post-content{padding:clamp(40px,6vh,80px) 0}.yj-post-content__inner{margin:0 auto;max-width:760px}.yj-post-body{color:#2a2a2a;font-size:clamp(1.02rem,.95rem + .25vw,1.12rem);line-height:1.9}.yj-post-body--dropcap>p:first-child:first-letter{color:var(--yb-brand);float:left;font-size:3.6em;font-weight:700;line-height:.8;padding-right:10px;padding-top:6px}.yj-post-body h2{border-top:1px solid rgba(0,0,0,.06);color:#0f0f0f;font-size:clamp(1.4rem,1.2rem + .8vw,1.8rem);font-weight:700;line-height:1.3;margin:56px 0 18px;padding-top:20px}.yj-post-body h2:first-child,.yj-post-body>p:first-child+h2{border-top:none;padding-top:0}.yj-post-body h3{color:#0f0f0f;font-size:1.2rem;font-weight:700;margin:36px 0 12px}.yj-post-body p{margin:0 0 22px}.yj-post-body ol,.yj-post-body ul{margin:0 0 28px;padding-left:24px}.yj-post-body li{margin-bottom:10px;padding-left:4px}.yj-post-body li::marker{color:var(--yb-brand)}.yj-post-body strong{color:#0f0f0f}.yj-post-body em{color:var(--yb-brand);font-style:italic}.yj-post-body a{color:var(--yb-brand);text-decoration:underline;text-decoration-color:rgba(247,92,3,.3);text-underline-offset:3px;transition:all .15s ease}.yj-post-body a:hover{color:#d94f02;text-decoration-color:#d94f02}.yj-post-body .yj-media-placeholder{border:2px dashed rgba(0,0,0,.1)}.yj-post-body table{border:1px solid #e8e4e0;border-collapse:separate;border-radius:12px;border-spacing:0;font-size:.92em;margin:32px 0;overflow:hidden;width:100%}.yj-post-body thead th{background:var(--yb-brand);border-bottom:none;color:#fff;font-size:.88em;font-weight:700;letter-spacing:.03em;padding:14px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.yj-post-body thead th:first-child{border-radius:11px 0 0 0}.yj-post-body thead th:last-child{border-radius:0 11px 0 0}.yj-post-body tbody td{border-bottom:1px solid #e8e4e0;color:#2a2a2a;padding:12px 16px;vertical-align:top}.yj-post-body tbody tr:last-child td{border-bottom:none}.yj-post-body tbody tr:nth-child(2n) td{background:#faf8f5}.yj-post-body tbody tr:hover td{background:rgba(247,92,3,.04)}.yj-post-body tbody tr.yj-table-highlight td{background:rgba(247,92,3,.07);border-bottom-color:rgba(247,92,3,.2);color:#0f0f0f;font-weight:700}.yj-post-body tbody tr.yj-table-highlight td:first-child{position:relative}.yj-post-body tbody tr.yj-table-highlight td:first-child:before{background:var(--yb-brand);border-radius:2px;bottom:4px;content:"";left:0;position:absolute;top:4px;width:3px}.yj-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #e8e4e0;border-radius:12px;margin:32px 0}.yj-table-wrap table{border:none;border-radius:0;margin:0}.yj-toc{background:#faf8f5;border:1px solid #e8e4e0;border-radius:12px;margin:0 0 36px;padding:20px 24px}.yj-toc__title{align-items:center;color:#6f6a66;display:flex;font-size:.85em;font-weight:700;gap:8px;letter-spacing:.06em;margin:0 0 12px;text-transform:uppercase}.yj-toc__title:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%236f6a66' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M3 4h12M3 9h9M3 14h7'/%3E%3C/svg%3E") no-repeat 50%;content:"";display:inline-block;height:18px;width:18px}.yj-toc__list{counter-reset:toc;list-style:none;margin:0;padding:0}.yj-toc__list li{counter-increment:toc;margin:0;padding:0}.yj-toc__list a{align-items:baseline;border-bottom:1px solid rgba(0,0,0,.04);color:#2a2a2a;display:flex;font-size:.92em;gap:10px;line-height:1.4;padding:8px 0;text-decoration:none;transition:color .15s ease,padding-left .15s ease}.yj-toc__list li:last-child a{border-bottom:none}.yj-toc__list a:before{color:var(--yb-brand);content:counter(toc,decimal-leading-zero);flex-shrink:0;font-size:.8em;font-weight:700;min-width:20px;opacity:.7}.yj-toc__list a:hover{color:var(--yb-brand);padding-left:4px}.yj-toc__list a.yj-toc--active{color:var(--yb-brand);font-weight:700}.yj-post-body blockquote{background:#faf8f5;border-left:3px solid var(--yb-brand);border-radius:0 16px 16px 0;color:#444;font-size:1.05em;font-style:italic;line-height:1.8;margin:36px 0;padding:20px 28px}.yj-post-tags{padding:0 0 32px}.yj-post-tags__inner{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin:0 auto;max-width:760px}.yj-post-tags__label{color:#999;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.yj-post-tags__list{display:flex;flex-wrap:wrap;gap:6px}.yj-author-card{border-bottom:1px solid rgba(0,0,0,.06);border-top:1px solid rgba(0,0,0,.06);padding:40px 0}.yj-author-card__inner{align-items:flex-start;display:flex;gap:20px;margin:0 auto;max-width:760px}.yj-author-card__avatar{align-items:center;background:linear-gradient(135deg,var(--yb-brand) 0,#d94f02 100%);border-radius:999px;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:56px;justify-content:center;letter-spacing:.06em;width:56px}.yj-author-card__name{color:#0f0f0f;font-size:1.05rem;font-weight:700;margin:0 0 6px}.yj-author-card__bio{color:#666;font-size:.92rem;line-height:1.6;margin:0 0 10px}.yj-author-card__link{color:var(--yb-brand);font-size:.88rem;font-weight:700;text-decoration:none}.yj-author-card__link:hover{text-decoration:underline}.yj-related{background:#fafaf8;padding:clamp(50px,8vh,80px) 0}.yj-related__title{color:#0f0f0f;font-size:clamp(1.5rem,1.3rem + .8vw,2rem);font-weight:700;margin:0 0 clamp(24px,4vh,40px)}.yj-related__grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.yj-card__img-wrap--sm{aspect-ratio:16/10}.yj-back{border-top:1px solid rgba(0,0,0,.06);padding:32px 0}.yj-back__link{align-items:center;color:var(--yb-brand);display:inline-flex;font-size:.95rem;font-weight:700;gap:8px;text-decoration:none;transition:gap .2s ease}.yj-back__link:hover{gap:12px}.yj-post-cta{background:linear-gradient(135deg,var(--yb-brand) 0,#d94f02 100%);padding:clamp(60px,10vh,100px) 0}.yj-post-cta__inner{margin:0 auto;max-width:640px;text-align:center}.yj-post-cta__title{color:#fff;font-size:clamp(1.8rem,1.4rem + 1.5vw,2.6rem);font-weight:700;margin:0 0 14px}.yj-post-cta__text{color:hsla(0,0%,100%,.88);font-size:clamp(1rem,.9rem + .3vw,1.12rem);line-height:1.7;margin:0 0 32px}.yj-post-cta__buttons{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}@media (max-width:768px){.yj-controls__bar{align-items:stretch;flex-direction:column;gap:12px}.yj-search{max-width:100%}.yj-filters{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.yj-filters::-webkit-scrollbar{display:none}.yj-grid,.yj-related__grid{grid-template-columns:1fr}.yj-post-hero__title--hero{font-size:clamp(1.6rem,1.4rem + 1.5vw,2.4rem)}.yj-post-hero-img{min-height:clamp(260px,40vh,380px)}.yj-toolbar__inner{flex-wrap:wrap;gap:12px}.yj-toolbar__author{flex-basis:100%;order:-1}.yj-toolbar__share-label{display:none}.yj-post-body--dropcap>p:first-child:first-letter{font-size:2.8em}.yj-author-card__inner{text-align:center}.yj-author-card__inner,.yj-post-cta__buttons{align-items:center;flex-direction:column}}@media (max-width:480px){.yj-card__body{padding:16px 18px 20px}.yj-card__title{font-size:1.1rem}.yj-card__excerpt{font-size:.88rem}.yj-post-hero__excerpt--hero{font-size:.92rem}.yj-toolbar{padding:12px 0}.yj-share-btn{height:30px;width:30px}.yj-post-body blockquote{margin:24px 0;padding:16px 20px}.yj-post-body table{font-size:.85em}.yj-post-body tbody td,.yj-post-body thead th{padding:10px 12px}.yj-toc{padding:16px 18px}.yj-toc__list a{font-size:.88em;padding:6px 0}}