*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:"Handjet",sans-serif;font-size:1.25rem;line-height:1.5;color:#000;background:#d66209;min-height:100vh;display:flex;flex-direction:column}.desktop{flex:1;padding:1rem;display:flex;justify-content:center;align-items:flex-start;padding-bottom:0}.window{border:2px solid;border-color:#fff #404040 #404040 #fff;background:silver;width:100%;max-width:750px;display:flex;flex-direction:column;margin-top:1rem;margin-bottom:1rem}.window.minimized .menu-bar,.window.minimized .window-body,.window.minimized .status-bar{display:none}.title-bar{background:navy;color:#fff;padding:3px 4px;display:flex;align-items:center;justify-content:space-between;font-weight:bold;font-size:1.5rem;user-select:none}.title-bar-text{padding-left:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.title-bar-text .cjk{font-family:"DotGothic16",sans-serif}.title-bar-controls{display:flex;gap:2px;flex-shrink:0}.title-bar-btn{border:2px solid;border-color:#fff #404040 #404040 #fff;background:silver;width:22px;height:22px;font-size:.75rem;font-family:"Handjet",sans-serif;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.title-bar-btn:active{border:2px solid;border-color:gray #fff #fff gray}.title-bar-btn-close{margin-left:2px}.title-bar-btn-close:disabled{color:gray;cursor:default;text-shadow:1px 1px 0 #fff}.menu-bar{background:silver;padding:2px 4px;border-bottom:1px solid gray}.menu-list{list-style:none;display:flex;gap:0}.menu-item{position:relative}.menu-trigger{display:inline-block;font-family:"Handjet",sans-serif;font-size:1.2rem;padding:2px 10px;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);color:#000;cursor:pointer;text-decoration:none;line-height:1.4}.menu-trigger:hover,.menu-trigger:focus{background:navy;color:#fff}.menu-trigger:first-letter{text-decoration:underline}.dropdown{display:none;position:absolute;top:100%;left:0;min-width:180px;list-style:none;background:silver;border:2px solid;border-color:#fff #404040 #404040 #fff;z-index:100;padding:2px}.dropdown li a{display:block;padding:4px 24px;color:#000;text-decoration:none;font-size:1.1rem}.dropdown li a:hover{background:navy;color:#fff}.menu-item:hover>.dropdown,.menu-item:focus-within>.dropdown{display:block}.menu-search{margin-left:auto;position:relative}.search-input{border:2px solid;border-color:gray #fff #fff gray;font-family:"Handjet",sans-serif;font-size:1rem;padding:2px 8px;width:140px;background:#fff;color:#000;outline:none}.search-results{display:none;position:absolute;top:100%;right:0;min-width:220px;list-style:none;background:silver;border:2px solid;border-color:#fff #404040 #404040 #fff;z-index:100;padding:2px}.search-results li a{display:block;padding:4px 24px;color:#000;text-decoration:none;font-size:1.1rem}.search-results li a:hover{background:navy;color:#fff}.menu-search:focus-within .search-results:not(:empty){display:block}.window-body{border:2px solid;border-color:gray #fff #fff gray;background:#fff;margin:4px;padding:1rem 1.25rem;flex:1;overflow-y:auto}.status-bar{border:2px solid;border-color:gray #fff #fff gray;margin:0 4px 4px;padding:2px 8px;font-size:1rem;color:#000;background:silver}.taskbar{border:2px solid;border-color:#fff #404040 #404040 #fff;background:silver;padding:3px 4px;display:flex;align-items:center;justify-content:space-between;position:sticky;bottom:0}.start-button{border:2px solid;border-color:#fff #404040 #404040 #fff;background:silver;font-family:"Handjet",sans-serif;font-size:1.1rem;font-weight:bold;padding:2px 10px;cursor:pointer}.start-button:active{border:2px solid;border-color:gray #fff #fff gray}.taskbar-tray{border:2px solid;border-color:gray #fff #fff gray;padding:2px 12px;font-size:1rem;background:silver}.post-list{list-style:none;margin-top:.75rem}.post-list li{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #dfdfdf}.post-list li:last-child{border-bottom:none}.post-list a{font-size:1.3rem;color:navy;text-decoration:underline}.post-list a:hover{color:#551a8b}.post-list time{display:inline-block;margin-left:.5rem;font-size:1rem;color:#666}.post-list .meta{font-size:1rem;color:#444;margin-left:.25rem}.post-list .rating{margin-left:.5rem;color:#d4a017;font-size:1.1rem}.post-list p{margin-top:.25rem;font-size:1.1rem;color:#333}.section-description{color:#333;margin-bottom:.75rem}article time{display:block;font-size:1rem;color:#666;margin-bottom:.5rem}article .meta{font-size:1.1rem;color:#444;margin-bottom:.25rem}article .rating{color:#d4a017;font-size:1.2rem;margin-bottom:1rem}article .content{margin-top:1.25rem}article .content p{margin-bottom:1rem}article .content a{color:navy}article .content pre{border:2px solid;border-color:gray #fff #fff gray;background:#1e1e2e;padding:1rem;overflow-x:auto;margin-bottom:1rem}article .content code{font-size:1.1rem}h1{font-size:2rem;margin-bottom:.5rem}h2{font-size:1.6rem;margin-top:1.5rem;margin-bottom:.5rem}@media (max-width: 600px){.desktop{padding:.5rem}.window{margin-top:.5rem}.window-body{padding:.75rem}h1{font-size:1.6rem}}