:root{--bg: #0d1117;--bg-alt: #161b22;--text: #e6edf3;--muted: #8b949e;--green: #2ea043;--blue: #388bfd;--border: #30363d}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.65}body{margin:0}main{max-width:42rem;margin:0 auto;padding:2rem 1.25rem 4rem}h1,h2,h3{font-family:Space Grotesk,Inter,sans-serif;line-height:1.2;letter-spacing:-.02em}h1{font-size:2rem;margin:.5rem 0 .75rem}h2{font-size:1.35rem;margin-top:2.25rem;border-bottom:1px solid var(--border);padding-bottom:.35rem}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}strong{color:var(--text)}code{background:var(--bg-alt);padding:.1em .35em;border-radius:4px;font-size:.92em}table{border-collapse:collapse;width:100%;margin:1.25rem 0;font-size:.95rem}th,td{border:1px solid var(--border);padding:.5rem .65rem;text-align:left}th{background:var(--bg-alt);font-family:Space Grotesk,Inter,sans-serif}blockquote{border-left:3px solid var(--green);margin:1.25rem 0;padding:.25rem 0 .25rem 1rem;color:var(--muted)}figure.hero{margin:1.5rem 0}figure.hero img{width:100%;height:auto;border-radius:8px;border:1px solid var(--border);display:block}figure.hero figcaption{margin-top:.4rem}hr{border:0;border-top:1px solid var(--border);margin:2rem 0}.brand{display:inline-flex;align-items:center}.brand img{height:24px;width:auto;display:block}.tagline{color:var(--muted);font-size:.95rem}.meta{color:var(--muted);font-size:.85rem}.verdict{font-family:Space Grotesk,Inter,sans-serif;font-weight:700;color:var(--green)}header.site{display:flex;justify-content:space-between;align-items:center;max-width:42rem;margin:0 auto;padding:1.25rem;border-bottom:1px solid var(--border)}header.site nav a{color:var(--muted);margin-left:1rem;font-size:.9rem}footer.site{max-width:42rem;margin:0 auto;padding:2rem 1.25rem;border-top:1px solid var(--border);color:var(--muted);font-size:.85rem}.post-list{list-style:none;padding:0}.post-list li{margin:1.5rem 0;display:flex;gap:.9rem;align-items:flex-start}.post-list .thumb{flex:0 0 132px;display:block}.post-list .thumb img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:6px;border:1px solid var(--border);background:var(--bg-alt);display:block}.post-list .thumb:hover img{border-color:var(--green)}.post-body{min-width:0}.post-list .date{color:var(--muted);font-size:.85rem;display:block}.post-list a{color:var(--text);font-family:Space Grotesk,Inter,sans-serif;font-size:1.15rem;font-weight:600}.post-list a:hover{color:var(--green);text-decoration:none}.post-list p{margin:.25rem 0 0;color:var(--muted);font-size:.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.signup{background:var(--bg-alt);border:1px solid var(--border);border-radius:8px;padding:1.25rem;margin:2rem 0}.signup h3{margin:0 0 .5rem}.signup p{margin:0 0 .75rem;color:var(--muted);font-size:.95rem}.signup form{display:flex;gap:.5rem;flex-wrap:wrap}.signup input[type=email]{flex:1;min-width:220px;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.6rem .75rem;font-size:1rem}.signup button{background:var(--green);color:#fff;border:0;border-radius:6px;padding:.6rem 1.1rem;font-weight:600;font-size:1rem;cursor:pointer}.signup button:hover{filter:brightness(1.1)}.lang-switch{margin-left:1rem;padding-left:1rem;border-left:1px solid var(--border);white-space:nowrap}.lang-switch a{margin-left:.5rem;font-size:.8rem;letter-spacing:.05em}.lang-switch a:first-child{margin-left:0}.lang-switch a.active{color:var(--green);font-weight:700}.hero img{width:100%;height:auto;border-radius:8px}figure.video{margin:2rem 0}figure.video iframe{width:100%;aspect-ratio:16 / 9;border:0;border-radius:8px;display:block}figure.video figcaption{margin-top:.4rem}.post-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin:.5rem 0 1rem}.post-head>div{min-width:0}.post-head .meta{margin:0 0 .25rem}.post-head h1{margin:0}.share{display:inline-flex;gap:.5rem;flex-shrink:0;margin-top:1.55rem}.share a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--border);border-radius:50%;background:var(--bg-alt);color:var(--muted);transition:color .15s ease,border-color .15s ease,transform .15s ease}.share a:hover{color:var(--green);border-color:var(--green);transform:translateY(-1px);text-decoration:none}.share svg{width:16px;height:16px;fill:currentColor;display:block}#lang-hint{display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--bg-alt);border-bottom:1px solid var(--border);padding:.55rem 1rem;font-size:.88rem}#lang-hint[hidden]{display:none}#lang-hint a{color:var(--green);font-weight:600;white-space:nowrap}#lang-hint button{background:none;border:0;color:var(--muted);font-size:1rem;line-height:1;padding:.15rem .35rem;cursor:pointer}#lang-hint button:hover{color:var(--text)}.signup.compact{margin:2.5rem 0 0;padding:1.1rem 1.25rem}.signup.compact h3{font-size:1.1rem}.signup.compact p{margin-bottom:.6rem}@media(max-width:560px){.post-head{flex-direction:column;gap:.5rem}.share{margin-top:0}main{padding:1.5rem 1rem 3rem}header.site{padding:.9rem 1rem}header.site .brand img{height:20px}header.site nav a{margin-left:.7rem;font-size:.8rem}header.site nav .rss-link,header.site nav .issues-link{display:none}header.site nav{white-space:nowrap}.lang-switch{margin-left:.7rem;padding-left:.7rem}.lang-switch a{margin-left:.4rem;font-size:.75rem}h1{font-size:1.6rem;margin:.25rem 0 .6rem}.tagline{font-size:.9rem}h2{font-size:1.15rem;margin-top:1.75rem}.post-list li{margin:1.25rem 0;gap:.7rem}.post-list .thumb{flex:0 0 96px}.post-list a{font-size:1.05rem}#lang-hint{font-size:.82rem;gap:.5rem;padding:.5rem .75rem}}article hr{margin:1.5rem 0 1rem}footer.site{padding:1.25rem}
