:root{--sys-black: #000000;--sys-white: #FFFFFF;--sys-bg-pattern: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzjwqUAqGwUSYAJwAygBZB4A2r4PC9112u4AAAAASUVORK5CYII=)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Courier New,Courier,monospace;font-weight:700;background-color:gray;background-image:var(--sys-bg-pattern);image-rendering:pixelated;overflow:hidden;height:100vh;display:flex;flex-direction:column;color:var(--sys-black);-webkit-font-smoothing:none}.sys-font{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:700;letter-spacing:.5px}::-webkit-scrollbar{width:16px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzjwqUAqGwUSYAJwAygBZB4A2r4PC9112u4AAAAASUVORK5CYII=);border-left:2px solid black}::-webkit-scrollbar-thumb{background:#fff;border:2px solid black;box-shadow:1px 1px #000 inset}::-webkit-scrollbar-button{background:#fff;border:2px solid black;height:16px}.sys-window{background:#fff;border:2px solid black;box-shadow:4px 4px #00000080;display:flex;flex-direction:column;position:relative}.title-bar{height:28px;border-bottom:2px solid black;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;padding:0 4px;flex-shrink:0}.title-lines{position:absolute;inset:4px 0;margin:0 30px;background-image:linear-gradient(to bottom,black 50%,transparent 50%);background-size:100% 4px;z-index:0}.title-text{background:#fff;padding:0 10px;z-index:10;font-weight:800;font-size:14px}.close-box{width:18px;height:18px;border:2px solid black;position:absolute;left:6px;top:3px;background:#fff;cursor:pointer}.close-box:active{background:#000}.sys-btn{border:2px solid black;background:#fff;padding:4px 12px;font-family:inherit;font-weight:700;box-shadow:2px 2px #000;cursor:pointer}.sys-btn:active{transform:translate(2px,2px);box-shadow:0 0 #000}.menu-bar{background:#fff;height:32px;border-bottom:2px solid black;display:flex;align-items:center;padding:0 16px;font-size:14px;z-index:50}.menu-item{padding:0 12px;height:100%;display:flex;align-items:center;cursor:default;user-select:none}.menu-item:active{background:#000;color:#fff}.desktop{flex-grow:1;display:flex;flex-direction:row;align-items:stretch;padding:16px;gap:16px;overflow:hidden}@media(max-width:768px){.desktop{flex-direction:column;padding:8px;gap:8px}}.content{padding:24px}.content h1{font-size:24px;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid black;padding-bottom:8px}.article{border-bottom:1px dotted #999;padding-bottom:20px;margin-bottom:20px}.article:last-child{border-bottom:none;margin-bottom:0}.article-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;gap:16px}.article-title{font-size:16px;font-weight:700;color:#000;text-decoration:none}.article-title:hover{text-decoration:underline}.article-date{font-size:11px;border:1px solid black;padding:2px 6px;white-space:nowrap}.article-excerpt{font-size:13px;line-height:1.6;margin-bottom:12px}.article-tags{display:flex;gap:6px;margin-bottom:12px}.tag{font-size:11px;background:#000;color:#fff;padding:2px 6px}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid black}.back-link{color:#000;text-decoration:none;font-size:13px}.back-link:hover{text-decoration:underline}.prose{font-size:14px;line-height:1.8}.prose h1{font-size:24px;margin-bottom:16px;font-weight:700;border-bottom:none;text-transform:none;letter-spacing:normal;padding-bottom:0}.prose h2{font-size:18px;margin-top:24px;margin-bottom:12px;font-weight:700;border-bottom:1px solid black;padding-bottom:4px}.prose h3{font-size:16px;margin-top:20px;margin-bottom:8px;font-weight:700}.prose p{margin-bottom:16px}.prose ul,.prose ol{margin-bottom:16px;padding-left:24px}.prose li{margin-bottom:6px}.prose pre{background:#000;color:#fff;padding:12px;margin-bottom:16px;overflow-x:auto;font-size:12px}.prose code{font-family:Courier New,Courier,monospace}.prose blockquote{border-left:3px solid black;padding-left:16px;margin:16px 0;font-style:italic}.prose hr{border:none;border-top:1px dotted black;margin:24px 0}.prose strong{font-weight:700}.prose a{color:#000;text-decoration:underline}.prose a:hover{background:#000;color:#fff}.file-link{display:flex;align-items:center;padding:2px 4px;font-size:12px;color:#000;text-decoration:none;border-bottom:1px dotted #ccc;cursor:pointer}.file-link:hover,.file-link.active{background-color:#000;color:#fff}.file-link .tree-arrow{width:14px;height:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.file-link .col-name{flex:1;padding-left:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-link .col-size{width:80px;font-size:11px;text-align:right;padding-right:8px}.file-link .col-kind{width:45px;font-size:11px}.folder-children{display:none;padding-left:20px}.folder-children.expanded{display:block}.sys-window{display:flex;flex-direction:column}.sys-window .window-content{flex:1;overflow:auto;background:#fff;color:#000}.sys-window .title-bar{cursor:grab;user-select:none}.sys-window .title-bar:active{cursor:grabbing}@media(max-width:768px){.sys-window .title-bar{height:36px}.sys-window .title-text{font-size:13px}.sys-window .close-box{width:22px;height:22px;top:5px}.resize-handle{display:none!important}.sys-window{-webkit-user-select:none;user-select:none;touch-action:none}.sys-window .window-content{touch-action:pan-y;-webkit-overflow-scrolling:touch}.content{padding:16px}.content h1{font-size:20px}.prose{font-size:13px}}.menu-bar[data-astro-cid-thzxgp7c]{background:#fff;height:32px;border-bottom:2px solid black;display:flex;align-items:center;padding:0 16px;font-size:14px;z-index:50;flex-shrink:0}.menu-item[data-astro-cid-thzxgp7c]{padding:0 12px;height:100%;display:flex;align-items:center;cursor:default;user-select:none}.menu-item[data-astro-cid-thzxgp7c]:active{background:#000;color:#fff}.flex-grow[data-astro-cid-thzxgp7c]{flex-grow:1}.clock[data-astro-cid-thzxgp7c]{font-variant-numeric:tabular-nums}.sidebar[data-astro-cid-ssfzsv2f]{min-width:200px;min-height:150px}.sys-window[data-astro-cid-ssfzsv2f]{background:#fff;border:2px solid black;box-shadow:4px 4px #00000080;display:flex;flex-direction:column;position:absolute}.title-bar[data-astro-cid-ssfzsv2f]{height:28px;border-bottom:2px solid black;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;padding:0 4px;flex-shrink:0;cursor:grab;user-select:none}.title-bar[data-astro-cid-ssfzsv2f]:active{cursor:grabbing}.title-lines[data-astro-cid-ssfzsv2f]{position:absolute;inset:4px 0;margin:0 30px;background-image:linear-gradient(to bottom,black 50%,transparent 50%);background-size:100% 4px;z-index:0;pointer-events:none}.title-text[data-astro-cid-ssfzsv2f]{background:#fff;padding:0 10px;z-index:10;font-weight:800;font-size:14px;pointer-events:none}.close-box[data-astro-cid-ssfzsv2f]{width:18px;height:18px;border:2px solid black;position:absolute;left:6px;top:3px;background:#fff;cursor:pointer;z-index:20}.close-box[data-astro-cid-ssfzsv2f]:active{background:#000}.file-list-header[data-astro-cid-ssfzsv2f]{display:flex;border-bottom:2px solid black;padding:2px 4px;font-size:12px;font-weight:700;background:#fff;flex-shrink:0}.file-list[data-astro-cid-ssfzsv2f]{flex:1;overflow-y:auto;background:#fff}.nav-item[data-astro-cid-ssfzsv2f]{display:flex;align-items:center;padding:2px 4px;font-size:13px;color:#000;text-decoration:none;border-bottom:1px dotted #ccc;cursor:pointer}.nav-item[data-astro-cid-ssfzsv2f]:hover,.nav-item[data-astro-cid-ssfzsv2f].active{background-color:#000;color:#fff}.nav-item[data-astro-cid-ssfzsv2f]:hover svg[data-astro-cid-ssfzsv2f],.nav-item[data-astro-cid-ssfzsv2f].active svg[data-astro-cid-ssfzsv2f]{filter:invert(1)}.folder-toggle[data-astro-cid-ssfzsv2f]{user-select:none}.folder-children[data-astro-cid-ssfzsv2f]{display:none;padding-left:20px}.folder-children[data-astro-cid-ssfzsv2f].expanded{display:block}.file-link[data-astro-cid-ssfzsv2f]{display:flex;align-items:center;padding:2px 4px;font-size:12px;color:#000;text-decoration:none;border-bottom:1px dotted #ccc;cursor:pointer}.file-link[data-astro-cid-ssfzsv2f]:hover,.file-link[data-astro-cid-ssfzsv2f].active{background-color:#000;color:#fff}.file-link[data-astro-cid-ssfzsv2f]:hover svg[data-astro-cid-ssfzsv2f],.file-link[data-astro-cid-ssfzsv2f].active svg[data-astro-cid-ssfzsv2f]{filter:invert(1)}.tree-arrow[data-astro-cid-ssfzsv2f]{width:14px;height:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tree-arrow[data-astro-cid-ssfzsv2f] svg[data-astro-cid-ssfzsv2f]{width:8px;height:8px;transition:transform .15s}.tree-arrow[data-astro-cid-ssfzsv2f] svg[data-astro-cid-ssfzsv2f].expanded{transform:rotate(180deg)}.arrow-icon[data-astro-cid-ssfzsv2f]{transform:rotate(-90deg)}.arrow-icon[data-astro-cid-ssfzsv2f].expanded{transform:rotate(0)}.col-name[data-astro-cid-ssfzsv2f]{flex:1;padding-left:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-size[data-astro-cid-ssfzsv2f]{width:40px;font-size:11px;text-align:right;padding-right:8px}.col-kind[data-astro-cid-ssfzsv2f]{width:45px;font-size:11px}.label[data-astro-cid-ssfzsv2f]{font-weight:700}.friend-avatar[data-astro-cid-ssfzsv2f]{width:14px;height:14px;flex-shrink:0;image-rendering:pixelated;border:1px solid black}.resize-handle[data-astro-cid-ssfzsv2f]{position:absolute;background:transparent}.resize-n[data-astro-cid-ssfzsv2f]{top:-4px;left:8px;right:8px;height:8px;cursor:n-resize}.resize-s[data-astro-cid-ssfzsv2f]{bottom:-4px;left:8px;right:8px;height:8px;cursor:s-resize}.resize-e[data-astro-cid-ssfzsv2f]{right:-4px;top:8px;bottom:8px;width:8px;cursor:e-resize}.resize-w[data-astro-cid-ssfzsv2f]{left:-4px;top:8px;bottom:8px;width:8px;cursor:w-resize}.resize-ne[data-astro-cid-ssfzsv2f]{top:-4px;right:-4px;width:12px;height:12px;cursor:ne-resize}.resize-nw[data-astro-cid-ssfzsv2f]{top:-4px;left:-4px;width:12px;height:12px;cursor:nw-resize}.resize-se[data-astro-cid-ssfzsv2f]{bottom:-4px;right:-4px;width:12px;height:12px;cursor:se-resize}.resize-sw[data-astro-cid-ssfzsv2f]{bottom:-4px;left:-4px;width:12px;height:12px;cursor:sw-resize}.sys-window[data-astro-cid-wlitygfi]{background:#fff;border:2px solid black;box-shadow:4px 4px #00000080;display:flex;flex-direction:column;position:absolute;min-width:200px;min-height:150px}.title-bar[data-astro-cid-wlitygfi]{height:28px;border-bottom:2px solid black;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;padding:0 4px;flex-shrink:0;cursor:grab;user-select:none}.title-bar[data-astro-cid-wlitygfi]:active{cursor:grabbing}.title-lines[data-astro-cid-wlitygfi]{position:absolute;inset:4px 0;margin:0 30px;background-image:linear-gradient(to bottom,black 50%,transparent 50%);background-size:100% 4px;z-index:0;pointer-events:none}.title-text[data-astro-cid-wlitygfi]{background:#fff;padding:0 10px;z-index:10;font-weight:800;font-size:14px;pointer-events:none}.close-box[data-astro-cid-wlitygfi]{width:18px;height:18px;border:2px solid black;position:absolute;left:6px;top:3px;background:#fff;cursor:pointer;z-index:20}.close-box[data-astro-cid-wlitygfi]:active{background:#000}.window-content[data-astro-cid-wlitygfi]{flex:1;overflow:auto;background:#fff;color:#000}.resize-handle[data-astro-cid-wlitygfi]{position:absolute;background:transparent}.resize-n[data-astro-cid-wlitygfi]{top:-4px;left:8px;right:8px;height:8px;cursor:n-resize}.resize-s[data-astro-cid-wlitygfi]{bottom:-4px;left:8px;right:8px;height:8px;cursor:s-resize}.resize-e[data-astro-cid-wlitygfi]{right:-4px;top:8px;bottom:8px;width:8px;cursor:e-resize}.resize-w[data-astro-cid-wlitygfi]{left:-4px;top:8px;bottom:8px;width:8px;cursor:w-resize}.resize-ne[data-astro-cid-wlitygfi]{top:-4px;right:-4px;width:12px;height:12px;cursor:ne-resize}.resize-nw[data-astro-cid-wlitygfi]{top:-4px;left:-4px;width:12px;height:12px;cursor:nw-resize}.resize-se[data-astro-cid-wlitygfi]{bottom:-4px;right:-4px;width:12px;height:12px;cursor:se-resize}.resize-sw[data-astro-cid-wlitygfi]{bottom:-4px;left:-4px;width:12px;height:12px;cursor:sw-resize}
