*{box-sizing:border-box}
:root{--tcw-brand:#1877f2;--tcw-brand-dark:#0f63d9;--tcw-text:#0f172a;--tcw-muted:#64748b;--tcw-line:#e2e8f0;--tcw-bg:#f8fafc}
html{scroll-behavior:smooth}
body{margin:0;background:var(--tcw-bg);color:var(--tcw-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
a{color:var(--tcw-brand);text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
.tcw-container{width:min(1120px,calc(100% - 40px));margin-inline:auto}
.tcw-site-header{background:#fff;border-bottom:1px solid var(--tcw-line);position:sticky;top:0;z-index:20}
.admin-bar .tcw-site-header{top:32px}
.tcw-header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.tcw-site-brand{font-size:20px;font-weight:850;color:var(--tcw-text)}
.tcw-site-brand img{max-height:48px;width:auto}
.tcw-nav ul{display:flex;gap:20px;align-items:center;list-style:none;margin:0;padding:0}
.tcw-content{padding-block:64px;min-height:70vh}.tcw-narrow{max-width:820px}
.tcw-page-heading{text-align:center;margin-bottom:36px}.tcw-page-heading h1{font-size:clamp(32px,5vw,52px);margin:0 0 10px}.tcw-page-heading p{color:var(--tcw-muted)}
.tcw-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.tcw-card{background:#fff;border:1px solid var(--tcw-line);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.tcw-card-image{display:block;aspect-ratio:16/9;overflow:hidden}.tcw-card-image img{width:100%;height:100%;object-fit:cover}
.tcw-card-body{padding:20px}.tcw-card h2{font-size:22px;line-height:1.25;margin:0 0 8px}.tcw-card h2 a{color:var(--tcw-text)}
.tcw-meta{font-size:13px;color:var(--tcw-muted);margin-bottom:14px}
.tcw-article{background:#fff;border:1px solid var(--tcw-line);border-radius:20px;padding:clamp(22px,5vw,48px);box-shadow:0 10px 30px rgba(15,23,42,.05)}
.tcw-article>h1{font-size:clamp(32px,5vw,52px);line-height:1.1;margin-top:0}.tcw-featured{margin:26px 0}.tcw-featured img{border-radius:16px}
.tcw-entry{font-size:18px}.tcw-entry>*:first-child{margin-top:0}.tcw-entry>*:last-child{margin-bottom:0}
.tcw-comments{margin-top:36px;background:#fff;border:1px solid var(--tcw-line);border-radius:20px;padding:28px}
.tcw-site-footer{border-top:1px solid var(--tcw-line);background:#fff;padding:26px 0;text-align:center;color:var(--tcw-muted)}
body.tcw-chat-home{overflow:hidden;background:#eef4ff}
body.tcw-chat-home #wpadminbar{position:fixed}
@media(max-width:800px){.tcw-post-grid{grid-template-columns:1fr}.tcw-header-inner{align-items:flex-start;flex-direction:column;padding-block:14px}.tcw-nav ul{flex-wrap:wrap}}
@media(max-width:782px){.admin-bar .tcw-site-header{top:46px}}
