:root{--eb-bg:#0b0d0d;--eb-border:#3b4447;--eb-text:#ecefef;--eb-muted:#9aa3a6;--eb-accent:#65e2b1;--eb-accent-dark:#1a8f72;--eb-card:#f4f4f4;--eb-card-text:#171a1c}
body.ebspt-active{background:var(--eb-bg)!important;color:var(--eb-text)}
.ebspt-page{background:var(--eb-bg);min-height:100vh;padding:42px 22px 80px;box-sizing:border-box;overflow-x:clip}
.ebspt-shell{width:min(1220px,100%);margin:0 auto}.ebspt-post-header{margin:0 0 28px}
.ebspt-meta{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin:0 0 16px;color:#82dff0;font-size:15px;line-height:1.4}.ebspt-meta-item{display:inline-flex;align-items:center;gap:8px}
.ebspt-title{margin:0 0 18px!important;color:var(--eb-accent)!important;font-size:clamp(28px,3.1vw,42px)!important;line-height:1.12!important;letter-spacing:.01em!important;font-weight:700!important;max-width:900px}
.ebspt-featured{width:min(84%,840px);max-width:100%;margin:0 auto;background:#091210;overflow:hidden;border:3px solid var(--eb-accent);border-radius:15px;box-shadow:0 8px 24px rgba(0,0,0,.25);min-height:44px}
.ebspt-featured-image{width:100%!important;height:auto!important;max-height:none!important;display:block!important;object-fit:contain!important;transform:none!important;transition:none!important;margin:0!important}.ebspt-featured:hover .ebspt-featured-image{transform:none!important}
.ebspt-grid{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;align-items:start}.ebspt-sidebar{min-width:0;position:sticky;top:96px;align-self:start;max-height:calc(100vh - 120px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#42504f transparent}.ebspt-sidebar::-webkit-scrollbar{width:7px}.ebspt-sidebar::-webkit-scrollbar-thumb{background:#42504f;border-radius:999px}.admin-bar .ebspt-sidebar{top:128px;max-height:calc(100vh - 152px)}
.ebspt-author-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 0 25px}.ebspt-avatar{width:126px;height:126px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.08);box-shadow:0 10px 30px rgba(0,0,0,.28);background:#fff}.ebspt-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;margin:0!important}.ebspt-author-name{margin-top:14px;color:#fff;font-size:15px;font-weight:700}
.ebspt-toc-card{position:static;border:1px solid #687176;background:#0d0f10;border-radius:2px;overflow:hidden}.ebspt-toc-toggle{appearance:none;width:100%;border:0;border-bottom:1px solid #687176;background:transparent;color:#aeb3b5;padding:20px 18px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:17px;font-weight:700;cursor:pointer;text-align:left}.ebspt-chevron{transition:transform .2s ease}.ebspt-toc-card.is-collapsed .ebspt-chevron{transform:rotate(180deg)}.ebspt-toc{padding:16px 18px 18px;max-height:none;overflow:visible}.ebspt-toc-card.is-collapsed .ebspt-toc{display:none}.ebspt-toc ul{margin:0;padding:0;list-style:none}.ebspt-toc li{margin:0;padding:0}.ebspt-toc a{display:block;color:#aeb3b5;text-decoration:none;font-size:14px;line-height:1.45;padding:7px 0}.ebspt-toc a:hover,.ebspt-toc a.is-active{color:var(--eb-accent)}.ebspt-toc .ebspt-level-3 a{padding-left:14px;font-size:13px}.ebspt-toc-empty{margin:6px 0;color:#8e9598;line-height:1.6;font-size:14px}
.ebspt-content-card{min-width:0;background:var(--eb-card);color:var(--eb-card-text);border-radius:12px;padding:34px 38px 40px;box-shadow:0 14px 36px rgba(0,0,0,.16);overflow:hidden}.ebspt-content{font-size:17px;line-height:1.72;color:var(--eb-card-text);overflow-wrap:anywhere}.ebspt-content>*:first-child{margin-top:0!important}.ebspt-content p{margin:0 0 1.25em;color:var(--eb-card-text)}.ebspt-content h2,.ebspt-content h3,.ebspt-content h4{color:#171a1c!important;line-height:1.25!important;scroll-margin-top:125px}.ebspt-content h2{font-family:Arial,sans-serif!important;font-size:25px!important;font-weight:700!important;color:#000!important;margin:1.8em 0 .7em!important}.ebspt-content h3{font-family:Arial,sans-serif!important;font-size:20px!important;font-weight:700!important;color:#000!important;margin:1.6em 0 .65em!important}.ebspt-content h4{font-size:18px!important;margin:1.5em 0 .6em!important}.ebspt-content img{max-width:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;display:block;margin:26px auto!important;border-radius:4px;transform:none!important;transition:none!important}.ebspt-content img:hover{transform:none!important}.ebspt-content figure{max-width:100%!important;margin:28px 0!important}.ebspt-content figure img{width:auto!important;max-width:100%!important;margin:0 auto!important}.ebspt-content iframe,.ebspt-content video,.ebspt-content embed{max-width:100%!important}.ebspt-content table{width:100%!important;max-width:100%;border-collapse:collapse;display:block;overflow-x:auto}.ebspt-content blockquote{margin:28px 0;padding:18px 22px;border-left:4px solid var(--eb-accent);background:#e8f7f1;border-radius:0 8px 8px 0}.ebspt-content a{color:#087f70;text-decoration:underline;text-underline-offset:2px}.ebspt-content ul,.ebspt-content ol{margin:0 0 1.3em 1.25em}.ebspt-categories{display:flex;flex-wrap:wrap;gap:8px;margin-top:34px;padding-top:24px;border-top:1px solid #d5d7d8}.ebspt-categories a{background:#e1f7ef;color:#0b665a;text-decoration:none;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700}

.ebspt-related{margin:44px 0 0 264px;padding:26px 0 0;border-top:1px solid rgba(255,255,255,.1)}
.ebspt-related-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}
.ebspt-related-head h2{margin:0 0 6px!important;color:var(--eb-accent)!important;font-size:28px!important;line-height:1.2!important}
.ebspt-related-head p{margin:0;color:#9eb0b3}
.ebspt-carousel-controls{display:flex;gap:10px}
.ebspt-carousel-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--eb-accent-dark);background:#111818;color:var(--eb-accent);font-size:28px;line-height:1;cursor:pointer}
.ebspt-carousel{overflow:hidden}
.ebspt-carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc(33.333% - 14px);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:10px}
.ebspt-carousel-track::-webkit-scrollbar{height:8px}.ebspt-carousel-track::-webkit-scrollbar-thumb{background:#27403c;border-radius:999px}
.ebspt-related-card{scroll-snap-align:start;background:#101414;border:1px solid rgba(101,226,177,.18);border-radius:14px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.2)}
.ebspt-related-thumb{display:block;aspect-ratio:16/9;background:#081110;overflow:hidden}.ebspt-related-image{width:100%!important;height:100%!important;object-fit:cover!important;display:block}
.ebspt-related-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--eb-accent);font-weight:700;background:linear-gradient(135deg,#0a1916,#0b2420)}
.ebspt-related-body{padding:18px}
.ebspt-related-date{font-size:13px;color:#7fa4a1;margin-bottom:10px}
.ebspt-related-body h3{margin:0 0 10px!important;font-size:20px!important;line-height:1.35!important}
.ebspt-related-body h3 a{color:#fff!important;text-decoration:none!important}
.ebspt-related-body p{margin:0 0 15px;color:#bfc8ca;font-size:14px;line-height:1.65}
.ebspt-related-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:rgba(101,226,177,.12);border:1px solid rgba(101,226,177,.24);text-decoration:none!important;color:var(--eb-accent)!important;font-weight:700}


.ebspt-comments{margin:44px 0 0 264px;padding:30px 34px;background:var(--eb-card);color:var(--eb-card-text);border-radius:12px;box-shadow:0 14px 36px rgba(0,0,0,.16)}
.ebspt-comments .comments-title,.ebspt-comments .comment-reply-title{margin:0 0 22px!important;color:#171a1c!important;font-size:26px!important;line-height:1.25!important}
.ebspt-comments .comment-list{margin:0 0 30px!important;padding:0!important;list-style:none!important}.ebspt-comments .comment-list .children{margin:20px 0 0 28px!important;padding:0!important;list-style:none!important}
.ebspt-comments .comment-body{margin:0 0 22px;padding:20px;border:1px solid #d8dddc;border-radius:10px;background:#fff}.ebspt-comments .comment-meta{margin-bottom:12px}.ebspt-comments .comment-author{display:flex;align-items:center;gap:10px}.ebspt-comments .comment-author .avatar{border-radius:50%;margin:0!important}.ebspt-comments .comment-metadata{font-size:13px;color:#687174}.ebspt-comments .comment-content{font-size:16px;line-height:1.65}.ebspt-comments .reply a{display:inline-flex;padding:7px 12px;border-radius:999px;background:#e1f7ef;color:#0b665a;text-decoration:none;font-size:13px;font-weight:700}
.ebspt-comments .comment-form p{margin:0 0 16px}.ebspt-comments label{display:block;margin:0 0 7px;font-weight:700;color:#262b2d}.ebspt-comments input[type=text],.ebspt-comments input[type=email],.ebspt-comments input[type=url],.ebspt-comments textarea{width:100%;max-width:100%;box-sizing:border-box;border:1px solid #bfc7c6;border-radius:7px;background:#fff;color:#171a1c;padding:11px 12px;font:inherit}.ebspt-comments textarea{min-height:150px;resize:vertical}.ebspt-comments .form-submit input{border:0;border-radius:999px;background:#0b806f;color:#fff;padding:11px 20px;font-weight:700;cursor:pointer}.ebspt-comments a{color:#087f70}

body.ebspt-active .site-content,body.ebspt-active #content,body.ebspt-active .content-area,body.ebspt-active .site-main,body.ebspt-active main{max-width:none}body.ebspt-active .widget-area,body.ebspt-active #secondary{display:none!important}
@media(max-width:1100px){.ebspt-carousel-track{grid-auto-columns:calc(50% - 10px)}}
@media(max-width:900px){.ebspt-page{padding:30px 16px 60px}.ebspt-grid{grid-template-columns:1fr;gap:20px}.ebspt-sidebar,.admin-bar .ebspt-sidebar{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;align-items:start;position:static;top:auto;max-height:none;overflow:visible}.ebspt-author-card{padding:0}.ebspt-avatar{width:100px;height:100px}.ebspt-toc-card{position:static}.ebspt-related,.ebspt-comments{margin-left:0}.ebspt-related-head{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.ebspt-page{padding:24px 12px 48px}.ebspt-meta{gap:10px 14px;font-size:13px}.ebspt-title{font-size:30px!important}.ebspt-sidebar{grid-template-columns:1fr}.ebspt-author-card{flex-direction:row;justify-content:flex-start;gap:14px;text-align:left}.ebspt-avatar{width:72px;height:72px;flex:0 0 72px}.ebspt-author-name{margin:0}.ebspt-content-card{border-radius:10px;padding:24px 20px 30px}.ebspt-comments{padding:24px 20px;border-radius:10px}.ebspt-content{font-size:16px;line-height:1.68}.ebspt-content h2{font-size:25px!important}.ebspt-content h3{font-size:20px!important}.ebspt-featured{width:100%}.ebspt-carousel-track{grid-auto-columns:85%}.ebspt-carousel-btn{width:38px;height:38px}}
