:root{--tk-07d-primary:hsl(10 55% 38%);--tk-07d-primary-dark:hsl(10 55% 28%);--tk-07d-accent:hsl(228 60% 45%);--tk-07d-bg:hsl(10 11% 99%);--tk-07d-surface:hsl(10 9% 96%);--tk-07d-text:hsl(10 7% 12%);--tk-07d-muted:hsl(10 5% 42%);--tk-07d-border:hsl(10 7% 88%);--tk-07d-radius:6px}
*,*::before,*::after{box-sizing:border-box}
html{font-size:18px;-webkit-text-size-adjust:100%}
body{margin:0;font-family:ui-sans-serif, system-ui, sans-serif;line-height:1.65;color:var(--tk-07d-text);background:var(--tk-07d-bg)}
img{max-width:100%;height:auto}
a{color:var(--tk-07d-primary)}a:hover{color:var(--tk-07d-primary-dark)}
h1,h2,h3,h4{font-family:ui-serif, Georgia, Cambria, 'Times New Roman', serif;line-height:1.2;margin:1.4em 0 .5em}
h1{font-size:2.1rem}h2{font-size:1.5rem}h3{font-size:1.2rem}
.tk-07d-wrap{max-width:860px;margin:0 auto;padding:0 1.25rem}
.tk-07d-header{border-bottom:1px solid var(--tk-07d-border);background:#fff}
.tk-07d-header .tk-07d-wrap{display:flex;align-items:center;gap:1.5rem;min-height:64px;flex-wrap:wrap}
.tk-07d-nav-centered .tk-07d-wrap{justify-content:center;flex-direction:column;padding:.75rem 1.25rem}
.tk-07d-nav-split .tk-07d-wrap{justify-content:space-between}
.tk-07d-logo{display:inline-flex;align-items:center;gap:.6rem;font-family:ui-serif, Georgia, Cambria, 'Times New Roman', serif;font-weight:700;font-size:1.25rem;color:var(--tk-07d-text);text-decoration:none}
.tk-07d-logo img{width:40px;height:40px}
.tk-07d-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1rem;flex-wrap:wrap}
.tk-07d-nav a{text-decoration:none;color:var(--tk-07d-muted);font-size:.95rem}
.tk-07d-nav a:hover{color:var(--tk-07d-primary)}
.tk-07d-main{padding:2rem 0 3rem}
.tk-07d-hero{padding:2.5rem 0;border-bottom:1px solid var(--tk-07d-border);margin-bottom:2rem}
.tk-07d-hero h1{margin:0 0 .5rem;font-size:2.4rem}
.tk-07d-hero p{margin:0;color:var(--tk-07d-muted);font-size:1.1rem;max-width:60ch}
.tk-07d-section{margin:2.5rem 0}
.tk-07d-section>h2{font-size:1.1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--tk-07d-muted);border-bottom:2px solid var(--tk-07d-border);padding-bottom:.4rem}
.tk-07d-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.tk-07d-card{background:#fff;border:1px solid var(--tk-07d-border);border-radius:var(--tk-07d-radius);overflow:hidden;display:flex;flex-direction:column}
.tk-07d-card-b{flex-direction:column-reverse}
.tk-07d-card-c{flex-direction:row}
.tk-07d-card-c .tk-07d-card-img{flex:0 0 40%}
.tk-07d-card-c .tk-07d-card-img img{height:100%;object-fit:cover}
.tk-07d-card-img img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.tk-07d-card-body{padding:1rem 1.1rem 1.2rem}
.tk-07d-card h3{margin:.3rem 0 .5rem;font-size:1.15rem}
.tk-07d-card h3 a{text-decoration:none;color:var(--tk-07d-text)}
.tk-07d-card h3 a:hover{color:var(--tk-07d-primary)}
.tk-07d-card p{margin:0 0 .6rem;color:var(--tk-07d-muted);font-size:.95rem}
.tk-07d-card time{font-size:.85rem;color:var(--tk-07d-muted)}
.tk-07d-card-cat{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;color:var(--tk-07d-accent);font-weight:600}
.tk-07d-cats{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.6rem}
.tk-07d-cats li a{display:inline-block;padding:.4rem .9rem;background:var(--tk-07d-surface);border:1px solid var(--tk-07d-border);border-radius:999px;text-decoration:none;color:var(--tk-07d-text)}
.tk-07d-cats li span{color:var(--tk-07d-muted);font-size:.85rem;margin-left:.25rem}
.tk-07d-crumbs ol{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.4rem;font-size:.85rem;color:var(--tk-07d-muted)}
.tk-07d-crumbs li+li::before{content:"›";margin-right:.4rem}
.tk-07d-crumbs a{color:var(--tk-07d-muted);text-decoration:none}
.tk-07d-article-head h1{margin:.2rem 0 .8rem}
.tk-07d-meta{display:flex;flex-wrap:wrap;gap:.4rem 1rem;color:var(--tk-07d-muted);font-size:.9rem;margin-bottom:1.5rem}
.tk-07d-meta a{color:inherit}
.tk-07d-featured{margin:0 0 2rem;border-radius:var(--tk-07d-radius);overflow:hidden}
.tk-07d-featured img{display:block;width:100%}
.tk-07d-content{font-size:1.05rem}
.tk-07d-content h2{margin-top:2.2em}
.tk-07d-content img{border-radius:var(--tk-07d-radius)}
.tk-07d-content table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem}
.tk-07d-content th,.tk-07d-content td{border:1px solid var(--tk-07d-border);padding:.5rem .7rem;text-align:left}
.tk-07d-content th{background:var(--tk-07d-surface)}
.tk-07d-content blockquote{margin:1.5rem 0;padding:.5rem 1.2rem;border-left:4px solid var(--tk-07d-accent);background:var(--tk-07d-surface);border-radius:0 var(--tk-07d-radius) var(--tk-07d-radius) 0}
.tk-07d-content figure{margin:1.5rem 0}
.tk-07d-content figcaption{font-size:.85rem;color:var(--tk-07d-muted);text-align:center}
.tk-07d-content pre{overflow-x:auto;background:var(--tk-07d-surface);padding:1rem;border-radius:var(--tk-07d-radius)}
.tk-07d-author-box{display:flex;gap:1.2rem;align-items:flex-start;margin:3rem 0 0;padding:1.5rem;background:var(--tk-07d-surface);border-radius:var(--tk-07d-radius)}
.tk-07d-author-box img{width:72px;height:72px;border-radius:50%;object-fit:cover;flex:0 0 72px}
.tk-07d-author-box h3{margin:0 0 .3rem}
.tk-07d-author-box p{margin:0;color:var(--tk-07d-muted);font-size:.95rem}
.tk-07d-author-page .tk-07d-author-hero{display:flex;gap:2rem;align-items:center;margin-bottom:2rem;flex-wrap:wrap}
.tk-07d-author-page .tk-07d-author-hero img{width:160px;height:160px;border-radius:50%;object-fit:cover}
.tk-07d-related{margin-top:3rem}
.tk-07d-related h2{font-size:1.2rem}
.tk-07d-related ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}
.tk-07d-related a{text-decoration:none}
.tk-07d-footer{border-top:1px solid var(--tk-07d-border);padding:2rem 0;color:var(--tk-07d-muted);font-size:.9rem;background:#fff}
.tk-07d-footer a{color:var(--tk-07d-muted)}
.tk-07d-notfound{text-align:center;padding:5rem 0}
.tk-07d-notfound h1{font-size:4rem;margin:0}
@media (max-width:640px){h1{font-size:1.7rem}.tk-07d-hero h1{font-size:1.9rem}.tk-07d-card-c{flex-direction:column}.tk-07d-nav ul{gap:.7rem}}
