:root{--bg:#faf7f2;--surface:#fff;--text:#2c2c2c;--text-muted:#66615b;--line:#e5ddd4;--accent:#4f6472;--max-width:72rem;--content-width:68ch;--section-space:clamp(1.25rem, 2.4vw, 1.75rem);--card-padding:clamp(1rem, 2vw, 1.25rem)}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}body{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;margin:0;display:flex;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover,a:focus-visible{color:var(--accent)}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.skip-link{background:var(--surface);color:var(--text);z-index:100;padding:.75rem 1rem;position:absolute;top:-3rem;left:1rem}.skip-link:focus{top:1rem}.container{width:min(100% - 2rem, var(--max-width));margin:0 auto}.site-header,.site-footer{border-bottom:1px solid var(--line);background:var(--surface)}.site-footer{border-top:1px solid var(--line);border-bottom:0;margin-top:0;padding:0}.header-inner,.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;padding:clamp(.9rem,2vw,1.2rem) 0;display:flex}.footer-inner{gap:.25rem 1rem;padding:.75rem 0}.footer-inner p{margin:0}.brand{flex-shrink:0;align-items:center;width:fit-content;max-width:100%;display:inline-flex}.brand img{width:clamp(10rem,32vw,15rem);max-width:100%;height:auto}.nav-list,.footer-nav{flex-wrap:wrap;gap:.75rem 1rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a,.footer-nav a{align-items:center;min-height:44px;padding:.5rem .25rem;display:inline-flex}.header-navigation{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.25rem 1rem;display:flex}.language-switcher ul{flex-wrap:wrap;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.language-switcher a{border:1px solid var(--line);min-height:44px;color:var(--text-muted);border-radius:999px;align-items:center;padding:.4rem .65rem;font-size:.9rem;display:inline-flex}.language-switcher a:hover,.language-switcher a:focus-visible,.language-switcher a[aria-current=page]{border-color:var(--accent);color:var(--accent)}.language-switcher a[aria-current=page]{font-weight:600}.nav-list a[aria-current=page]{color:var(--accent);box-shadow:inset 0 -2px 0 var(--accent);font-weight:600}main{width:min(100% - 2rem, var(--max-width));flex:1 0 auto;margin:0 auto;padding:clamp(1.5rem,3vw,2.25rem) 0 clamp(2rem,4vw,3rem)}.hero,.section,.card{background:var(--surface);border:1px solid var(--line);padding:var(--card-padding);border-radius:.25rem}.hero,.section{margin-bottom:var(--section-space)}.hero h1,.section h2,.section h3{margin:0 0 .65rem;font-family:Georgia,Times New Roman,serif;line-height:1.2}.page-title{border-left:3px solid var(--accent);padding-left:.85rem;display:inline-block}.card-meta,.article-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.example-badge{background:var(--accent);color:var(--surface);border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.8rem;display:inline-flex}.article-card h3 a{color:inherit;text-decoration:none}.article-card h3 a:hover,.article-card h3 a:focus-visible{color:var(--accent)}.category-card h3 a:hover,.category-card h3 a:focus-visible,.article-category a:hover,.article-category a:focus-visible{color:var(--accent);text-decoration:underline}.article-page{gap:1.25rem;display:grid}.article-breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.article-breadcrumb a,.category-card h3 a,.article-category a{align-items:center;min-height:44px;display:inline-flex}.article-header{border-bottom:1px solid var(--line);gap:.75rem;padding-bottom:.75rem;display:grid}.article-header .page-title{line-height:1.1}.article-category{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0;font-size:.95rem;font-weight:600}.article-description{color:var(--text-muted);max-width:var(--content-width);font-size:1.05rem}.article-content{max-width:var(--content-width);gap:1rem;display:grid}.article-content h2,.article-content h3{margin:1.2rem 0 .5rem;font-family:Georgia,Times New Roman,serif;line-height:1.25}.article-content p,.article-content ul,.article-content ol,.article-content blockquote,.article-content table{margin:0 0 .85rem}.article-content ul,.article-content ol{padding-left:1.25rem}.article-content a{color:var(--accent);text-decoration:underline}.article-content blockquote{border-left:3px solid var(--accent);color:var(--text-muted);background:#4f647214;padding:.75rem 1rem}.article-content code{background:#4f64721f;border-radius:.2rem;padding:.15rem .35rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.article-content pre{border:1px solid var(--line);background:#fffc;padding:1rem;overflow-x:auto}.article-content table{border-collapse:collapse;width:100%;max-width:100%;display:block;overflow-x:auto}.article-content th,.article-content td{border:1px solid var(--line);text-align:left;padding:.65rem .8rem}.article-content img,.article-content figure{max-width:100%;height:auto}.article-content figure{margin:0 0 1.25rem}.article-content figure a{display:block}.article-content figure img{border:1px solid var(--line);background:var(--surface);border-radius:.2rem;width:100%}.article-content figcaption{color:var(--text-muted);margin-top:.5rem;font-size:.95rem}.hero p,.section p{max-width:var(--content-width);margin:0 0 .75rem}.hero p:last-child,.section p:last-child{margin-bottom:0}.grid{gap:1rem;display:grid}.card-list{grid-template-columns:1fr;gap:1rem;display:grid}.card{flex-direction:column;gap:.55rem;height:100%;min-height:0;display:flex}.card h2,.card h3,.card p{margin:0}.category-list{flex-wrap:wrap;gap:.75rem;display:flex}.category-pill{border:1px solid var(--line);min-height:44px;color:var(--text-muted);border-radius:999px;align-items:center;padding:.5rem .8rem;display:inline-flex}a.category-pill:hover,a.category-pill:focus-visible{border-color:var(--accent);color:var(--accent)}.category-count{color:var(--text-muted);font-size:.95rem}.language-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem;display:grid}.language-option{color:inherit}.language-option strong{font-family:Georgia,Times New Roman,serif;font-size:1.2rem}.language-option span{color:var(--text-muted)}.language-option:hover,.language-option:focus-visible{border-color:var(--accent);color:var(--accent)}@media (width<=700px){.header-inner,.footer-inner{flex-direction:column;align-items:flex-start}.nav-list,.footer-nav{width:100%}.header-navigation{justify-content:flex-start;width:100%}.language-options{grid-template-columns:1fr}.footer-inner{gap:0 .75rem;padding:.5rem 0}.footer-nav{gap:0 .75rem}.article-header .page-title{line-height:1.05}}@media (width>=700px){.card-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=960px){.card-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto;transition:none!important;animation:none!important}}
