/* TekCafe theme — main.css
 * 1. Tokens & base */

:root{
	--bg:#fff;--bg-soft:#f5f5f7;--fg:#1d1d1f;--muted:#6e6e73;--line:#e5e5ea;
	--brand:#364751;--accent:#59c031;--accent-text:#3f8f22;--accent-soft:#eef8e9;
	--sans:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
	--serif:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
	--fs-ui:15px;--fs-body:18px;--fs-small:13px;
	--fs-h1:clamp(28px,4vw,44px);--fs-h2:clamp(22px,3vw,30px);--fs-h3:clamp(18px,2vw,22px);
	--s1:8px;--s2:16px;--s3:24px;--s4:32px;--s5:48px;--s6:64px;
	--radius:14px;--radius-sm:8px;--read:680px;--max:1200px;
	--header-bg:rgba(255,255,255,.82);--shadow:0 1px 2px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.04);
	--tabbar-h:0px;
}
@media (prefers-color-scheme:dark){:root{
	--bg:#000;--bg-soft:#1c1c1e;--fg:#f5f5f7;--muted:#a1a1a6;--line:#2c2c2e;
	--accent-text:#6fd346;--accent-soft:#16270f;--header-bg:rgba(0,0,0,.78);--shadow:none;
}}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-padding-top:120px}
body{margin:0;background:var(--bg);color:var(--fg);font:400 var(--fs-ui)/1.5 var(--sans);-webkit-font-smoothing:antialiased;padding-bottom:var(--tabbar-h)}
img,video,iframe{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
a:hover{color:var(--accent-text)}
h1,h2,h3,h4{line-height:1.25;letter-spacing:-.01em;margin:0}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}
.tkc-wrap{max-width:var(--max);margin:0 auto;padding:0 var(--s2)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.skip-link:focus{position:fixed;top:8px;left:8px;z-index:999;width:auto;height:auto;clip:auto;background:var(--bg);padding:8px 12px;border-radius:8px}
.tkc-main{min-height:60vh;padding-bottom:var(--s5)}
.tkc-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
.tkc-icon--fill{fill:currentColor;stroke:none}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.tkc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:0 18px;border-radius:999px;background:var(--brand);color:#fff;font-weight:600;font-size:14px}
.tkc-btn:hover{color:#fff;filter:brightness(1.1)}
.tkc-btn--light{background:#fff;color:var(--brand)}
.tkc-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--fg)}
.tkc-iconbtn:hover{background:var(--bg-soft);color:var(--fg)}
.tkc-hide-mobile{display:none}
@media (min-width:769px){.tkc-hide-mobile{display:block}}

/* 2. Header */
.tkc-header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid transparent;transition:border-color .2s}
@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.tkc-header{background:var(--header-bg);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}}
.tkc-header.is-scrolled{border-bottom-color:var(--line)}
.admin-bar .tkc-header{top:32px}
@media (max-width:782px){.admin-bar .tkc-header{top:0}}
.tkc-header__bar{display:flex;align-items:center;gap:var(--s2);min-height:60px}
.tkc-brand{display:flex;flex-direction:column;line-height:1.1;margin-right:auto}
.tkc-logo{margin:0;font-size:inherit}
.tkc-logo img{height:32px;width:auto;max-width:none;display:block}
@media (min-width:768px){.tkc-logo img{height:40px}}
.tkc-footer__logo img{height:40px;width:auto;display:block}
.tkc-footer__mascot{width:48px;height:48px;border-radius:50%;display:block;margin-bottom:12px}
.tkc-logo__text{font-weight:800;font-size:26px;letter-spacing:-.03em;color:var(--brand)}
.tkc-logo__text span{color:var(--accent)}
.tkc-logo__text--light{color:#fff}
@media (prefers-color-scheme:dark){.tkc-logo__text{color:var(--fg)}}
.tkc-date{font-size:12px;color:var(--muted);margin-top:2px}
.tkc-search{border-top:1px solid var(--line);padding:12px 0}
.tkc-searchform{display:flex;align-items:center;gap:8px;background:var(--bg-soft);border-radius:999px;padding:4px 4px 4px 14px;max-width:640px;margin:0 auto;color:var(--muted)}
.tkc-searchform input{flex:1;min-width:0;border:0;background:none;font:inherit;font-size:16px;color:var(--fg);padding:8px 0;outline:0}
.tkc-pills{overflow:hidden}
.tkc-pills__list{display:flex;gap:8px;list-style:none;margin:0;padding:6px 0 12px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
.tkc-pills__list::-webkit-scrollbar{display:none}
.tkc-pills__list li{flex:none;scroll-snap-align:start}
.tkc-pills__list a{display:block;padding:6px 14px;border-radius:999px;background:var(--bg-soft);font-size:14px;font-weight:500;white-space:nowrap;color:var(--fg)}
.tkc-pills__list .current-menu-item>a,.tkc-pills__list .current-cat>a,.tkc-pills__list a[aria-current]{background:var(--accent);color:#fff}
.tkc-pills__list a:hover{background:var(--line);color:var(--fg)}

/* 3. Card system */
.tkc-kicker{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-text);margin-bottom:6px}
.tkc-meta{font-size:13px;color:var(--muted)}
.tkc-grid{display:grid;gap:var(--s4) var(--s3);grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr))}
.tkc-grid--4{grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr))}
.tkc-grid--3{grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr))}
.tkc-card{position:relative;display:flex;flex-direction:column;gap:12px;min-width:0}
.tkc-card__media{display:block;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:var(--bg-soft)}
.tkc-card__media img,.tkc-noimg{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s}
.tkc-card:hover .tkc-card__media img{transform:scale(1.03)}
.tkc-noimg{background:linear-gradient(135deg,var(--bg-soft),var(--line))}
.tkc-card__title{font-size:18px;font-weight:700;line-height:1.3;letter-spacing:-.01em}
.tkc-card__title a::after{content:"";position:absolute;inset:0}
.tkc-card__sapo{margin:6px 0 8px;color:var(--muted);font-size:15px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tkc-kicker,.tkc-card .tkc-kicker{position:relative;z-index:1}
.tkc-card--hero .tkc-card__title{font-size:clamp(24px,3.2vw,36px);line-height:1.15;letter-spacing:-.02em}
.tkc-card--hero .tkc-card__sapo{-webkit-line-clamp:3;font-size:16px}
.tkc-card--list{flex-direction:row;align-items:flex-start;gap:var(--s2);padding-bottom:var(--s2);border-bottom:1px solid var(--line)}
.tkc-card--list .tkc-card__body{flex:1;min-width:0}
.tkc-card--list .tkc-card__media{flex:none;width:96px;aspect-ratio:1;border-radius:var(--radius-sm)}
.tkc-card--list .tkc-card__title{font-size:16px}
.tkc-card--list .tkc-card__sapo{font-size:14px}
.tkc-card--list .tkc-kicker{margin-bottom:2px}
@media (min-width:769px){.tkc-card--list .tkc-card__media{width:120px}}

/* 4. Trang chủ */
.tkc-hero{display:grid;gap:var(--s4);padding-top:var(--s3);padding-bottom:var(--s3)}
.tkc-hero__side{display:flex;flex-direction:column;gap:var(--s2)}
.tkc-hero__side .tkc-card--list:last-child{border-bottom:0}
@media (min-width:960px){.tkc-hero{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}
.tkc-section{padding:var(--s4) 0}
.tkc-section+.tkc-section,.tkc-wrap+.tkc-section{border-top:1px solid var(--line)}
.tkc-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s2);margin-bottom:var(--s3)}
.tkc-section__title{font-size:var(--fs-h2);font-weight:800;letter-spacing:-.02em}
.tkc-section__more{font-size:14px;font-weight:600;color:var(--accent-text);white-space:nowrap}

/* 7. Feed (nhịp 1 lớn → 2 → 3 ngang) + cuộn liên tục */
.tkc-feed{display:grid;gap:var(--s4) var(--s3);grid-template-columns:repeat(2,minmax(0,1fr))}
.tkc-feed>.tkc-card--wide,.tkc-feed>.tkc-card--list,.tkc-feed>.tkc-ad{grid-column:1/-1}
.tkc-feed>.tkc-card--wide .tkc-card__title{font-size:clamp(20px,2.6vw,26px)}
.tkc-feed>.tkc-card--wide .tkc-card__sapo{-webkit-line-clamp:3}
@media (max-width:560px){.tkc-feed{gap:var(--s3) 12px}.tkc-feed>.tkc-card:not(.tkc-card--wide):not(.tkc-card--list) .tkc-card__title{font-size:15px}.tkc-feed>.tkc-card:not(.tkc-card--wide):not(.tkc-card--list) .tkc-card__sapo{font-size:13px}}
@media (min-width:900px){
	.tkc-feed{grid-template-columns:repeat(3,minmax(0,1fr))}
	.tkc-feed>.tkc-card--wide{grid-column:span 1}
	.tkc-feed>.tkc-card--list{grid-column:span 1;flex-direction:column-reverse;border:0;padding:0}
	.tkc-feed>.tkc-card--list .tkc-card__media{width:100%;aspect-ratio:16/9;border-radius:var(--radius)}
	.tkc-feed>.tkc-card--list .tkc-card__title,.tkc-feed>.tkc-card--wide .tkc-card__title{font-size:18px}
	.tkc-feed>.tkc-card--wide .tkc-card__sapo{-webkit-line-clamp:2}
}
.tkc-feed-nav{display:flex;flex-direction:column;align-items:center;gap:var(--s2);padding:var(--s4) 0}
.tkc-sentinel{height:1px}
.tkc-spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--line);border-top-color:#59c031;animation:tkc-spin .8s linear infinite}
@keyframes tkc-spin{to{transform:rotate(360deg)}}
.tkc-has-feed .tkc-footer{display:none}
.nav-links,.tkc-pagelinks{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:var(--s4) 0}
.nav-links .page-numbers{display:inline-flex;min-width:40px;height:40px;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;background:var(--bg-soft);font-weight:600}
.nav-links .current{background:var(--brand);color:#fff}

/* Tab bar mobile + sheet */
.tkc-tabbar{display:none}
@media (max-width:768px){
	:root{--tabbar-h:calc(60px + env(safe-area-inset-bottom))}
	.tkc-tabbar{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:60;height:var(--tabbar-h);padding-bottom:env(safe-area-inset-bottom);background:var(--header-bg);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--line)}
	.tkc-tabbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;color:var(--muted)}
	.tkc-tabbar a[aria-current]{color:var(--accent-text)}
	.tkc-header__bar{min-height:52px}
}
.tkc-sheet{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.4);display:flex;align-items:flex-end;justify-content:center}
.tkc-sheet[hidden]{display:none}
.tkc-sheet__panel{background:var(--bg);width:100%;max-width:560px;max-height:80vh;overflow:auto;border-radius:18px 18px 0 0;padding:var(--s2) var(--s3) calc(var(--s3) + env(safe-area-inset-bottom))}
@media (min-width:769px){.tkc-sheet{align-items:center}.tkc-sheet__panel{border-radius:18px}}
.tkc-sheet__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--s2)}
.tkc-sheet__head h2{font-size:20px}
.tkc-saved-list,.tkc-cat-list{list-style:none;margin:0;padding:0}
.tkc-saved-list li,.tkc-cat-list li{border-bottom:1px solid var(--line)}
.tkc-saved-list a,.tkc-cat-list a{display:block;padding:12px 0;font-weight:600}
.tkc-cat-list .children{display:none}
.tkc-saved-empty{color:var(--muted)}
.tkc-lock{overflow:hidden}

/* 5. Trang bài */
.tkc-single{display:grid;gap:var(--s5);padding-top:var(--s3)}
@media (min-width:1080px){.tkc-single{grid-template-columns:minmax(0,var(--read)) 300px;justify-content:center;column-gap:var(--s6)}}
.tkc-article{max-width:var(--read);margin:0 auto;width:100%}
.tkc-crumb ol{display:flex;flex-wrap:wrap;list-style:none;margin:0 0 8px;padding:0;font-size:13px;color:var(--muted)}
.tkc-crumb li+li::before{content:"›";margin:0 6px}
.tkc-crumb a:hover{color:var(--accent-text)}
.tkc-article__title{font-family:var(--serif);font-size:var(--fs-h1);font-weight:700;line-height:1.15;letter-spacing:-.015em;margin:4px 0 var(--s2)}
.tkc-article__sapo{font-size:20px;line-height:1.5;color:var(--muted);margin:0 0 var(--s3)}
.tkc-byline{display:flex;align-items:center;gap:12px;padding:var(--s2) 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:var(--s4)}
.tkc-byline__avatar{border-radius:50%;width:40px;height:40px}
.tkc-byline__meta{display:flex;flex-direction:column;margin-right:auto;min-width:0}
.tkc-byline__name{font-weight:700}
.tkc-byline [aria-pressed=true]{color:var(--accent-text)}
.tkc-byline [aria-pressed=true] .tkc-icon{fill:currentColor}
.tkc-prose{font-family:var(--serif);font-size:var(--fs-body);line-height:1.7;overflow-wrap:break-word}
.tkc-prose>*{margin:0 0 1.2em}
.tkc-prose h2,.tkc-prose h3,.tkc-prose h4{font-family:var(--sans);margin:1.8em 0 .6em;letter-spacing:-.01em}
.tkc-prose h2{font-size:var(--fs-h2)}.tkc-prose h3{font-size:var(--fs-h3)}.tkc-prose h4{font-size:18px}
.tkc-prose a{color:var(--accent-text);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.tkc-prose figure{margin:1.8em 0}
.tkc-prose img{border-radius:var(--radius-sm);display:block}
@media (min-width:769px){.tkc-prose figure.alignwide,.tkc-prose figure.aligncenter.size-full,.tkc-prose .wp-block-image.size-full{margin-left:-40px;margin-right:-40px}}
.tkc-prose figcaption,.tkc-prose .wp-caption-text,.tkc-prose .wp-element-caption{font-family:var(--sans);font-size:13px;line-height:1.45;color:var(--muted);margin-top:8px;text-align:left}
.tkc-prose blockquote{border-left:3px solid var(--accent);padding-left:var(--s2);margin-left:0;font-style:italic}
.tkc-prose ul,.tkc-prose ol{padding-left:1.3em}
.tkc-prose li{margin:.3em 0}
.tkc-prose table{width:100%;border-collapse:collapse;font-family:var(--sans);font-size:15px;display:block;overflow-x:auto}
.tkc-prose th,.tkc-prose td{border-bottom:1px solid var(--line);padding:8px;text-align:left}
.tkc-prose iframe{width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:var(--radius-sm)}
/* Hộp "Tóm tắt nhanh": pipeline dùng class / heading; bắt các dạng phổ biến */
.tkc-prose .tom-tat-nhanh,.tkc-prose .tkc-summary,.tkc-prose .quick-summary,.tkc-prose .wp-block-group.is-style-summary{background:var(--accent-soft);border-radius:var(--radius);padding:var(--s3);font-family:var(--sans);font-size:16px}
.tkc-prose .tom-tat-nhanh>:first-child,.tkc-prose .tkc-summary>:first-child{margin-top:0}
.tkc-prose .tom-tat-nhanh>:last-child,.tkc-prose .tkc-summary>:last-child{margin-bottom:0}
/* Nguồn tham khảo (pipeline đặt cuối bài) */
.tkc-prose .nguon-tham-khao,.tkc-prose .tkc-sources,.tkc-prose p.source{font-family:var(--sans);font-size:14px;color:var(--muted)}
.tkc-sidebar{display:none}
@media (min-width:1080px){.tkc-sidebar{display:block}.tkc-sidebar__sticky{position:sticky;top:130px;display:flex;flex-direction:column;gap:var(--s4)}}
.tkc-side-title{font-size:16px;font-weight:800;margin-bottom:var(--s2);text-transform:uppercase;letter-spacing:.04em}
.tkc-popular ol{margin:0;padding:0;list-style:none;counter-reset:pop}
.tkc-popular li{counter-increment:pop;display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);font-weight:600;line-height:1.35}
.tkc-popular li::before{content:counter(pop);font-size:22px;font-weight:800;color:var(--accent);min-width:20px;line-height:1}
.tkc-after{max-width:var(--max)}
.tkc-list-grid{display:grid;gap:var(--s2) var(--s4);grid-template-columns:repeat(auto-fill,minmax(min(100%,420px),1fr))}

/* 9. Cuối bài */
.tkc-article__foot{display:flex;flex-direction:column;gap:var(--s3);margin-top:var(--s4)}
.tkc-tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
.tkc-tags a{display:block;padding:5px 12px;border:1px solid var(--line);border-radius:999px;font-size:14px;color:var(--fg)}
.tkc-tags a:hover{border-color:var(--accent);color:var(--accent-text)}
.tkc-share{display:flex;flex-wrap:wrap;gap:8px;padding:var(--s2) 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.tkc-share__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:var(--bg-soft);font-size:14px;font-weight:600}
.tkc-share__btn:hover{background:var(--line);color:var(--fg)}
.tkc-share__btn[aria-pressed=true]{background:var(--accent-soft);color:var(--accent-text)}
.tkc-outro{display:flex;gap:var(--s3);align-items:center;background:var(--brand);color:#fff;border-radius:var(--radius);padding:var(--s3);font-family:var(--sans);margin:var(--s3) 0}
.tkc-outro__mascot img{display:block;width:72px;height:72px}
.tkc-outro__title{font-size:20px;font-weight:800;margin:0}
.tkc-outro__text{margin:4px 0 12px;opacity:.8;font-size:15px}
.tkc-outro__links{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
.tkc-outro__links a{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:14px;font-weight:600;text-decoration:none}
.tkc-outro__links a:hover{background:var(--accent);color:#fff}
.tkc-outro .tkc-icon{width:16px;height:16px}
@media (max-width:560px){.tkc-outro{flex-direction:column;align-items:flex-start}}

/* 8. Quảng cáo */
.tkc-ad{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(var(--ad-h,250px) + 20px);background:var(--bg-soft);border-radius:var(--radius-sm);padding:4px 0 8px;margin:var(--s3) 0;overflow:hidden;font-family:var(--sans)}
.tkc-ad__label{font-size:11px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}
.tkc-ad__unit{width:100%;display:flex;justify-content:center}
.tkc-ad--ad-header{display:none;margin:0;min-height:110px;flex:none;width:748px;max-width:60%}
@media (min-width:1024px){.tkc-ad--ad-header{display:flex}}
.tkc-ad--ad-sidebar{margin:0;width:300px}
.tkc-feed__ad{margin:0}

/* 6. Archive / search / 404 */
.tkc-archive-head{padding:var(--s4) 0 var(--s3);border-bottom:1px solid var(--line);margin-bottom:var(--s4)}
.tkc-archive-head__title{font-size:var(--fs-h1);font-weight:800;letter-spacing:-.02em}
.tkc-archive-head__desc{color:var(--muted);max-width:var(--read);margin-top:8px;font-size:16px}
.tkc-archive-head__search{margin-top:var(--s3)}
.tkc-archive-head__search .tkc-searchform{margin:0}
.tkc-empty{padding:var(--s5) 0;text-align:center;color:var(--muted)}

/* 10. Footer + Về TekCafe */
.tkc-footer{background:var(--brand);color:rgba(255,255,255,.72);padding:var(--s5) 0 var(--s3);font-size:14px}
.tkc-footer a{color:#fff}
.tkc-footer a:hover{color:var(--accent)}
.tkc-footer__grid{display:grid;gap:var(--s3)}
@media (min-width:769px){.tkc-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.tkc-footer__tagline{margin:8px 0 0}
.tkc-footer__h{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.55);margin-bottom:12px}
.tkc-footer ul{list-style:none;margin:0;padding:0}
.tkc-footer__col li{margin:6px 0}
@media (max-width:768px){.tkc-footer__about ul{display:flex;flex-wrap:wrap;gap:4px 14px}.tkc-footer__about li{margin:0}}
.tkc-social{display:flex;gap:10px}
.tkc-social a{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.12)}
.tkc-footer__bottom{display:flex;justify-content:space-between;gap:var(--s2);margin-top:var(--s4);padding-top:var(--s2);border-top:1px solid rgba(255,255,255,.14);font-size:13px}
.tkc-about{max-width:960px}
.tkc-about__hero{text-align:center;max-width:var(--read);margin:0 auto;padding:var(--s4) 0}
.tkc-about__hero .tkc-crumb ol{justify-content:center}
.tkc-about__hero .tkc-prose{text-align:left}
.tkc-about__mascot{width:96px;height:96px;margin:0 auto var(--s2);display:block}
.tkc-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--s2);list-style:none;margin:0 0 var(--s4);padding:0}
.tkc-stats li{background:var(--bg-soft);border-radius:var(--radius);padding:var(--s3);text-align:center}
.tkc-stats strong{display:block;font-size:36px;font-weight:800;color:var(--accent-text);letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.tkc-stats span{color:var(--muted)}
.tkc-feature{background:var(--bg-soft);border-radius:var(--radius);padding:var(--s3)}
.tkc-feature .tkc-icon{width:28px;height:28px;color:var(--accent-text)}
.tkc-feature h3{font-size:18px;margin:12px 0 6px}
.tkc-feature p{margin:0;color:var(--muted)}
.tkc-team{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:var(--s3);list-style:none;margin:0;padding:0;text-align:center}
.tkc-team img{border-radius:50%;display:block;margin:0 auto 8px}
.tkc-team span{font-weight:600}
.tkc-contact{background:var(--brand);color:#fff;border-radius:var(--radius);padding:var(--s4);margin:var(--s4) 0;text-align:center}
.tkc-contact h2{font-size:var(--fs-h2)}
.tkc-contact p{opacity:.85;max-width:520px;margin:12px auto var(--s3)}

/* Print */
@media print{.tkc-header,.tkc-footer,.tkc-tabbar,.tkc-sidebar,.tkc-ad,.tkc-share,.tkc-after{display:none!important}}

h1,h2,h3,h4,.tkc-article__title{font-weight:700;letter-spacing:-.015em}
.tkc-views{white-space:nowrap}

.tkc-footer__legal{margin:.75rem 0 0;font-size:13px;line-height:1.6;opacity:.8}.tkc-footer__legal span{display:block}.tkc-footer__legal a{color:inherit;text-decoration:underline}
/* hidden attr phải thắng display của .tkc-btn; khi JS cuộn vô hạn chạy thì ẩn hẳn nút, chỉ hiện khi lỗi mạng */
[hidden]{display:none!important}
.tkc-feed-nav.is-js .tkc-more{display:none!important}
.tkc-feed-nav.is-js.is-error .tkc-more{display:inline-flex!important}
.tkc-spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--line,#e5e5ea);border-top-color:var(--accent,#59c031);animation:tkcspin .8s linear infinite}
@keyframes tkcspin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.tkc-spinner{animation-duration:2s}}

/* ===== Header lớn kiểu Apple News (trang chủ) — 1.0.5 ===== */
.tkc-header--large{position:relative;background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:0}
.tkc-header--large .tkc-header__bar{align-items:flex-start;padding-top:18px;min-height:0}
.tkc-header--large .tkc-brand{display:flex;flex-direction:column;gap:2px}
.tkc-header--large .tkc-logo img{height:34px}
.tkc-date--large{display:block;font-size:clamp(30px,8.5vw,44px);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--muted);margin-top:6px}
.tkc-header--large .tkc-search-toggle{margin-top:2px}
.tkc-header--large .tkc-pills__list{padding:16px 0 6px}
/* pill: chữ thường có hoa đầu, nền xám đậm, không viết HOA như menu Jannah */
.tkc-pills__list a{padding:9px 16px;font-size:15px;font-weight:600;text-transform:lowercase}
.tkc-pills__list a::first-letter{text-transform:uppercase}
.tkc-home-title{font-size:clamp(26px,7vw,34px);font-weight:800;letter-spacing:-.02em;color:var(--accent-text,var(--accent));margin:8px 0 4px;grid-column:1/-1}
/* hero: thẻ bo góc, ảnh + nội dung chung một khối nền */
.tkc-card--hero{background:var(--bg-soft);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.tkc-card--hero .tkc-card__media{border-radius:0}
.tkc-card--hero .tkc-card__body{padding:14px 18px 18px}
.tkc-card--hero .tkc-card__title a{color:var(--fg)}
.tkc-card--hero .tkc-card__title{font-weight:700}

/* 1.0.6: tách logo và dòng ngày */
.tkc-header--large .tkc-header__bar{align-items:center;padding-top:14px;padding-bottom:4px}
.tkc-header--large .tkc-logo img{height:38px}
.tkc-dateline{display:flex;flex-direction:column;gap:2px;padding-top:18px;padding-bottom:2px}
.tkc-dateline__day{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-text,var(--accent))}
.tkc-dateline__date{font-size:clamp(32px,9vw,46px);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--fg)}
.tkc-header--large .tkc-pills__list{padding-top:14px}
