:root{--bg:#0f172a;--ink:#e2e8f0;--muted:#94a3b8;--accent:#22d3ee}*{box-sizing:border-box}body{margin:0;font:16px/1.6 system-ui,Segoe UI,Roboto,Helvetica,Arial;background:var(--bg);color:var(--ink)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:980px;margin:0 auto;padding:24px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.nav a{margin-right:12px;color:var(--ink)}.post{background:#0b1220;border:1px solid #1f2a44;border-radius:14px;padding:18px;margin:14px 0}.post h1,.post h2,.post h3{margin-top:0}.meta{color:var(--muted);font-size:14px;margin-bottom:8px}.tag{border:1px solid #334155;border-radius:999px;padding:2px 10px;margin-right:6px;font-size:12px;color:#cbd5e1}code{background:#0b1220;border:1px solid #1f2a44;padding:2px 6px;border-radius:6px}pre code{display:block;overflow:auto;padding:12px;border-radius:10px}.footer{color:var(--muted);margin-top:40px;border-top:1px solid #1f2a44;padding-top:12px}.toc{border-left:3px solid #334155;padding-left:12px;margin:12px 0;color:#cbd5e1}.badge{background:#0b1220;border:1px solid #1f2a44;border-radius:8px;padding:6px 10px;margin-right:6px}.pagination-default{display:flex;list-style:none;font-size:x-large}.pagination-default li{padding-right:5px}.pagination-default li.active{text-decoration:underline;font-weight:700}.pagination-default li.disabled a{color:#a7a4a4}.categories .category{margin-right:.25rem;text-decoration:none}.tags .tag{margin-right:.25rem;text-decoration:none;opacity:.9}.sep{opacity:.6}.nav .active,.footer .active{text-decoration:underline}img{max-width:100%}.one-list-post{display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:18px;margin:14px 0}.one-list-post>a.block{display:block}.one-list-post>a.block img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:10px}.post-content{display:grid;grid-template-columns:2fr 1fr;gap:16px}.post-content .main-col h2{margin:0;font-size:clamp(1.1rem,1.2vw + .6rem,1.4rem)}.post-content .main-col h2 a{text-decoration:none;color:#111827}.post-content .main-col h2 a:hover{text-decoration:underline}.post-content .main-col p{margin-top:6px;color:#334155}.post-content .side-col{display:flex;flex-direction:column;gap:8px;font-size:.9rem}.post-content .side-col .meta{color:#64748b}.post-content .side-col .categories,.post-content .side-col .tags{display:flex;flex-wrap:wrap;gap:6px}.post-content .side-col a{padding:4px 8px;border-radius:999px;font-size:.8rem;text-decoration:none;background:#f3f4f6;border:1px solid #e5e7eb;color:#111827}.post-content .side-col a:hover{background:#e5e7eb}@media(min-width:640px){.one-list-post{flex-direction:row}.one-list-post>a.block{flex:0 0 220px;order:-1}.one-list-post>a.block img{height:150px}.post-content{flex:1}}@media(max-width:639px){.post-content{grid-template-columns:1fr}}