:root{--dark: #101827;--grey: #6b7280;--pink: #fa2f6b;--blue: #641a79;--sky: #a874c4;--green: #16a34a;--bg-body: #f9fafb;--bg-card: #ffffff;--bg-blue-muted: #e6d6ef;--bg-pink-muted: #f9ccdb;--border: #e5e7eb;--border-soft: #f3f4f6;--shadow: 0 4px 12px rgba(16, 24, 39, .06);--radius: 16px;--radius-sm: 10px;--maxw: 820px}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-roboto),"Helvetica Neue",Arial,sans-serif;background:var(--bg-body);color:var(--dark);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}.container{max-width:var(--maxw);margin:0 auto;padding:0 16px}.page{padding:20px 0 8px}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:0;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap;border:0}.tags{display:flex;flex-wrap:wrap;gap:8px}.tag{background:var(--bg-blue-muted);color:var(--blue);border-radius:20px;padding:4px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease}a.tag:hover{background:var(--blue);color:#fff;text-decoration:none}.prose{color:var(--grey);font-size:17px;line-height:1.75}.prose>*+*{margin-top:1.1em}.prose h2,.prose h3,.prose h4{color:var(--dark);line-height:1.3;font-weight:700}.prose h2{font-size:1.5em;margin-top:1.8em}.prose h3{font-size:1.22em;margin-top:1.5em}.prose h4{font-size:1.05em}.prose p{margin-bottom:0}.prose strong{color:var(--dark);font-weight:500}.prose a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.prose ul,.prose ol{padding-left:22px}.prose li{margin-bottom:8px}.prose li:has(>input[type=checkbox]){list-style:none;margin-left:-22px;padding-left:0;display:flex;gap:10px;align-items:flex-start}.prose input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;min-width:20px;margin-top:3px;border:2px solid var(--blue);border-radius:5px;background:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease;position:relative}.prose input[type=checkbox]:hover{background:var(--bg-blue-muted)}.prose input[type=checkbox]:checked{background:var(--blue);border-color:var(--blue)}.prose input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.prose li.task-done{color:var(--grey);text-decoration:line-through;text-decoration-color:var(--bg-blue-muted);text-decoration-thickness:1px}.prose li.task-done strong{color:var(--grey)}.prose img{border-radius:var(--radius-sm);display:block}.prose hr{border:none;height:1px;background:linear-gradient(to right,transparent,var(--bg-blue-muted),transparent);margin:1.6em 0}.prose code{background:var(--bg-body);border:1px solid var(--border);border-radius:5px;padding:1px 6px;font-size:.88em}.prose pre{background:var(--dark);color:#e5e7eb;border-radius:var(--radius-sm);padding:18px 20px;overflow-x:auto;font-size:.9em}.prose pre code{all:unset;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.prose blockquote{border-left:4px solid var(--sky);background:#f8f2fb;border-radius:var(--radius-sm);padding:14px 18px;font-style:italic;color:var(--dark)}.prose blockquote p{margin:0}.prose table{width:100%;border-collapse:collapse;font-size:.92em;display:block;overflow-x:auto}.prose th{background:var(--blue);color:#fff;font-weight:500;padding:10px 14px;text-align:left}.prose td{padding:10px 14px;border-bottom:1px solid var(--border-soft);color:var(--grey)}.prose tr:nth-child(2n) td{background:#fafbff}@media(max-width:600px){.prose{font-size:16px}}.intro{padding:8px 4px 22px}.intro h1{font-size:1.9em;font-weight:700;color:var(--dark);line-height:1.25}.intro p{color:var(--grey);font-size:1.05em;margin-top:8px}.page-title{font-size:1.9em;font-weight:700;color:var(--dark);padding:8px 4px 18px}.post-grid{display:grid;gap:18px}.empty{color:var(--grey);padding:12px 4px}.post{display:flex;flex-direction:column;gap:16px}.post-header{padding:32px;border-top:6px solid var(--blue)}.post-header .pre{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--blue);margin-bottom:12px}.post-header h1{font-size:1.85em;font-weight:700;color:var(--dark);line-height:1.3;margin-bottom:12px}.post-header .sub{color:var(--grey);font-size:1.02em;margin-bottom:14px}.meta-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:16px;padding-top:14px;border-top:1px solid var(--border-soft);font-size:13px;color:var(--grey)}.hero img{width:100%;height:auto;border-radius:var(--radius);display:block;box-shadow:var(--shadow)}.post-body{padding:32px}.back{display:inline-block;color:var(--blue);font-weight:500;font-size:14px;padding:4px 0}.comments h3{margin:0 0 14px;color:var(--dark)}.comments iframe{min-height:480px;width:100%}@media(max-width:600px){.post-header,.post-body{padding:22px}.post-header h1{font-size:1.5em}.intro h1,.page-title{font-size:1.55em}}
