:root{--navy:#1a2340;--navy-2:#232d4b;--navy-3:#2a3558;--teal-green:#00b8a0;--white:#fff;--off:#f0f2f5;--text:#2d3a52;--heading:#1a2340;--muted:#6b7a99;--border:#e2e6ef;--card:#fff}.es-loading{color:var(--teal-green)}.es-loading,.es-not-found{min-height:100vh;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:14px}.es-not-found{color:var(--white)}.es-progress{height:3px;background:var(--teal-green);position:fixed;top:0;left:0;z-index:999;transition:width .1s linear}.es-hero{background:var(--navy);padding:2rem 2rem 0}.es-hero__inner{max-width:1120px;margin:0 auto}.es-breadcrumb{display:flex;align-items:center;gap:6px;font-size:20px;color:hsla(0,0%,100%,.4);margin-bottom:1.5rem}.es-breadcrumb a{color:var(--teal-green);text-decoration:none}.es-breadcrumb a:hover{text-decoration:underline}.es-breadcrumb__current{color:hsla(0,0%,100%,.6)}.es-hero__grid{display:grid;grid-template-columns:1fr 450px;gap:2.5rem;align-items:center;padding-bottom:2.5rem}.es-hero__img-wrap{position:relative;border-radius:14px;overflow:hidden;height:320px}.es-hero__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.es-hero__img-fb{height:320px;background:var(--navy-3);display:flex;align-items:center;justify-content:center;font-size:52px}.es-hero__img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,184,160,.2),transparent 60%)}.es-hero__tag{display:inline-flex;align-items:center;gap:5px;background:rgba(0,184,160,.15);color:var(--teal-green);font-size:18px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 14px;border-radius:20px;border:1px solid rgba(0,184,160,.3);margin-bottom:1rem}.es-hero__title{font-size:31px;font-weight:700;line-height:1.22;color:var(--white);margin-bottom:1.5rem}.es-hero__author{gap:10px}.es-avatar,.es-hero__author{display:flex;align-items:center}.es-avatar{width:40px;height:40px;border-radius:50%;background:var(--teal-green);justify-content:center;font-size:14px;font-weight:700;color:var(--navy);flex-shrink:0}.es-hero__author-name{font-size:22px;font-weight:600;color:var(--white)}.es-hero__author-sub{font-size:18px;color:hsla(0,0%,100%,.45);margin-top:2px}.es-hero__stats{display:flex;gap:16px;margin-top:1.25rem;flex-wrap:wrap}.es-hero__stat{display:flex;align-items:center;gap:5px;font-size:17px;color:hsla(0,0%,100%,.5)}.es-hero__stat svg{color:var(--teal-green);width:14px;height:14px}.es-page-bg{background:var(--off)}.es-body{max-width:70%;margin:0 auto;padding:2rem;display:grid;grid-template-columns:360px 1fr;gap:10rem;align-items:start}.es-toc{background:var(--card);border-radius:12px;border:1px solid var(--border);padding:1.25rem;position:sticky;top:20px}.es-toc__title{font-size:20px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.es-toc__item{display:block;font-size:18px;color:var(--muted);padding:6px 0 6px 12px;border-left:2px solid transparent;text-decoration:none;line-height:1.45;transition:color .15s,border-color .15s;cursor:pointer}.es-toc__item--active{color:var(--heading);border-left-color:var(--teal-green);font-weight:600}.es-article{min-width:0}.es-summary{background:var(--card);border-radius:12px;border:1px solid var(--border);padding:1.25rem 1.5rem;margin-bottom:1.75rem}.es-summary__label{font-size:24px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-green);margin-bottom:.6rem}.es-summary__text{font-weight:500;font-size:21px;line-height:1.72;color:var(--muted)}.es-article-body{font-size:19px;line-height:1.82;color:var(--text)}.es-article-body p{margin-bottom:1.3rem}.es-article-body h2{font-size:21px;font-weight:700;color:var(--heading);margin:2.2rem 0 .85rem}.es-article-body ul{padding-left:1.4rem;margin-bottom:1.3rem}.es-article-body li{margin-bottom:.45rem}.es-article-body strong{color:var(--heading);font-weight:600}.es-pull-quote{background:var(--navy);border-radius:12px;padding:1.25rem 1.5rem 1.25rem 1.75rem;margin:1.75rem 0;position:relative;overflow:hidden}.es-pull-quote:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--teal-green)}.es-pull-quote p{font-size:19px;font-style:italic;color:var(--white);line-height:1.65;margin:0}.es-divider{height:1px;background:var(--border);margin:2rem 0}.es-share{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem}.es-share__label{font-size:12px;color:var(--muted);font-weight:500}.es-share__btn{width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--muted);text-decoration:none;transition:border-color .15s,color .15s}.es-share__btn:hover{border-color:var(--teal-green);color:var(--teal-green)}.es-tags{display:none;gap:8px;flex-wrap:wrap;margin-bottom:2rem}.es-tag-chip{font-size:12px;padding:5px 14px;border-radius:20px;border:1px solid var(--border);color:var(--muted);background:var(--white);cursor:pointer;transition:border-color .15s,color .15s}.es-tag-chip:hover{border-color:var(--teal-green);color:var(--teal-green)}.es-related{background:var(--navy);padding:2.5rem 2rem}.es-related__inner{max-width:1020px;margin:0 auto}.es-related__heading{font-size:18px;font-weight:700;color:var(--white);margin-bottom:1.5rem}.es-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.es-rcard{background:var(--navy-2);border-radius:12px;border:1px solid hsla(0,0%,100%,.08);overflow:hidden;cursor:pointer;text-decoration:none;display:block;transition:border-color .15s,transform .15s}.es-rcard:hover{border-color:var(--teal-green);transform:translateY(-2px)}.es-rcard__img{height:120px;overflow:hidden}.es-rcard__img img{width:100%;height:100%;object-fit:cover;display:block}.es-rcard__img-fb{height:120px;display:flex;align-items:center;justify-content:center;font-size:36px;background:var(--navy-3)}.es-rcard__body{padding:14px}.es-rcard__tag{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-green);margin-bottom:6px}.es-rcard__title{font-size:13px;font-weight:600;line-height:1.45;color:var(--white);margin-bottom:8px}.es-rcard__meta{font-size:11px;color:hsla(0,0%,100%,.4);display:flex;justify-content:space-between}.es-footer{background:var(--navy-3);padding:1.25rem 2rem;text-align:center}.es-footer p{font-size:12px;color:hsla(0,0%,100%,.3)}@media (max-width:768px){.es-hero__grid{grid-template-columns:1fr}.es-hero__title{font-size:22px}.es-toc__item{font-size:16px}.es-summary__label{font-size:20px}.es-toc__title{font-size:18px}.es-breadcrumb,.es-hero__stat{font-size:13px}.es-hero__author-name{font-size:16px}.es-hero__author-sub{font-size:13px}.es-hero__tag{font-size:11px}.es-body{grid-template-columns:1fr;max-width:90%;margin:0 auto;padding:10px;gap:10px}.es-article-body,.es-summary__text{font-size:16px}.es-toc{position:static}.es-related__grid{grid-template-columns:1fr}}