: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}.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}.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}@media(max-width:560px){.post-head{flex-direction:column;gap:.5rem}.share{margin-top:0}}article hr{margin:1.5rem 0 1rem}footer.site{padding:1.25rem}
