*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:12pt}body{background:#0e0e12;color:#c0b8c8;font-family:"Lucida Console","Consolas","Courier New","Courier",monospace;line-height:1.6;padding:16px;display:flex;justify-content:center;min-height:100vh}.page{width:100%;min-width:0;max-width:860px}.site-header{margin-bottom:2rem}.titlebar{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;background:#2e2244;border:1px solid #5a4480}.titlebar .title{color:#b9e;font-size:.85rem;letter-spacing:.02em}.titlebar .controls{color:#5a4480;font-size:.7rem;letter-spacing:.12em;user-select:none}nav{display:flex;border:1px solid #2a2a35;border-top:none;font-size:.8rem}nav a{color:#665e75;text-decoration:none;padding:3px 12px;border-right:1px solid #2a2a35}nav a:last-child{border-right:none}nav a:hover{color:#b9e;background:#151518}nav .feed-link{margin-left:auto;border-right:none;border-left:1px solid #2a2a35}.posts{display:flex;flex-direction:column}.post-row{display:flex;align-items:baseline;gap:1rem;padding:6px 0;text-decoration:none;border-bottom:1px dotted #1e1e26}.post-row:first-child{border-top:1px dotted #1e1e26}.post-row:hover .post-title{color:#b9e}.post-date{font-size:.8rem;color:#665e75;flex-shrink:0}.post-title{color:#c0b8c8}.empty{color:#665e75;font-size:.85rem;padding:1rem 0}.post-header{margin-bottom:1.5rem;padding-bottom:6px;border-bottom:1px solid #2a2a35}.post-header h1{font-size:1.15rem;font-weight:bold;color:#e0d8ea;line-height:1.3;margin-bottom:2px}.post-meta{font-size:.8rem;color:#665e75;display:flex;align-items:center;gap:.6rem}.tag{color:#97c;font-size:.75rem}.post-body h2{font-size:1rem;font-weight:bold;color:#97c;margin:2rem 0 .6rem;padding-bottom:2px;border-bottom:1px dotted #2a2a35}.post-body h3{font-size:.95rem;font-weight:bold;color:#e0d8ea;margin:1.5rem 0 .4rem}.post-body p{margin-bottom:.8rem}.post-body a{color:#97c;text-decoration:underline}.post-body a:visited{color:#5a4480}.post-body a:hover{color:#b9e}.post-body strong{color:#e0d8ea;font-weight:bold}.post-body em{font-style:italic}.post-body hr{border:none;border-top:1px dotted #2a2a35;margin:1.5rem 0}.post-body blockquote{margin:1rem 0;padding:6px 10px;border-left:2px solid #5a4480;color:#665e75;background:#151518}.post-body blockquote p:last-child{margin-bottom:0}.post-body code{font-family:"Lucida Console","Consolas","Courier New","Courier",monospace;font-size:.95em;color:#c96;background:#151518;padding:1px 4px;border:1px solid #1e1e26}.post-body pre{margin:1rem 0;padding:8px 10px;background:#151518;border:1px solid #2a2a35;border-left:2px solid #5a4480;overflow-x:auto;line-height:1.5}.post-body pre code{background:none;border:none;padding:0;color:inherit;font-size:.85rem}.post-body ul,.post-body ol{margin:0 0 .8rem 1.2rem}.post-body ul li,.post-body ol li{margin-bottom:.15rem}.post-body ul li::marker{color:#5a4480}.post-body img{max-width:100%;height:auto;border:1px solid #2a2a35}.post-body table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.85rem}.post-body table th,.post-body table td{text-align:left;padding:3px 6px;border:1px solid #2a2a35}.post-body table th{color:#e0d8ea;background:#2e2244;font-size:.8rem}footer{margin-top:3rem;padding-top:6px;border-top:1px dotted #2a2a35}.status{font-size:.75rem;color:#665e75}::selection{background:#2e2244;color:#b9e}@media (max-width: 600px){body{padding:8px}.post-row{flex-direction:column;gap:0}}