:root{--bg:#fbf5f4;--surface:#fff;--surface-2:#f7e9e6;--border:#eeddda;--text-pri:#3a2e3f;--text-sec:#6d5e72;--text-muted:#796880;--rose:#d9667f;--rose-dark:#b8455f;--gold:#96551c;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text-pri);font-family:var(--font);margin:0;line-height:1.65}a{color:var(--rose-dark);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:680px;margin:0 auto;padding:0 24px}.site-header{border-bottom:1px solid var(--border);padding:24px 0 20px}.site-title{font-family:var(--font);color:var(--rose-dark);letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:700}.site-title a{color:inherit}.site-title a:hover{text-decoration:none}.site-tagline{color:var(--text-sec);margin:4px 0 0;font-size:.95rem}main{padding:48px 0 80px}.post-list{flex-direction:column;gap:36px;margin:0;padding:0;list-style:none;display:flex}.post-item{border-bottom:1px solid var(--border);padding-bottom:32px}.post-item:last-child{border-bottom:none}.post-date{color:var(--gold);background:var(--surface-2);border-radius:999px;margin-bottom:10px;padding:3px 10px;font-size:.85rem;font-weight:600;display:inline-block}.post-item h2{font-family:var(--font);margin:0 0 8px;font-size:1.4rem;font-weight:700}.post-item h2 a{color:var(--text-pri)}.post-item h2 a:hover{color:var(--rose-dark)}.post-summary{color:var(--text-sec);margin:0}.empty-state{color:var(--text-muted);font-style:italic}.post-header{margin-bottom:32px}.post-header h1{font-family:var(--font);margin:12px 0 0;font-size:1.85rem;font-weight:700;line-height:1.3}.back-link{font-size:.9rem}.post-body{font-size:1.05rem}.post-body h2{font-family:var(--font);margin-top:2em;font-weight:700}.post-body h3{margin-top:1.6em;font-weight:700}.post-body p{margin:1.1em 0}.post-body code{background:var(--surface-2);border-radius:4px;padding:2px 6px;font-size:.9em}.post-body pre{color:#f7e9e6;background:#3a2e3f;border-radius:10px;padding:16px 18px;overflow-x:auto}.post-body pre code{color:inherit;background:0 0;padding:0}.post-body blockquote{border-left:3px solid var(--rose);color:var(--text-sec);margin:1.4em 0;padding:.2em 1.2em}.post-body ul,.post-body ol{padding-left:1.4em}.post-body a{text-underline-offset:2px;text-decoration:underline}.post-body img{border:1px solid var(--border);border-radius:10px;max-width:100%;height:auto;margin:1.6em auto;display:block}.post-body table{border-collapse:collapse;width:100%;margin:1.4em 0;font-size:.95em}.post-body th,.post-body td{text-align:left;border-bottom:1px solid var(--border);padding:8px 12px}.post-body th{color:var(--text-sec);text-transform:uppercase;letter-spacing:.02em;font-size:.85rem;font-weight:700}.post-body details{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin:1.6em 0;padding:14px 18px}.post-body summary{cursor:pointer;color:var(--rose-dark);font-weight:700}.post-body details[open] summary{margin-bottom:12px}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);padding:28px 0 48px;font-size:.9rem}
