@import "https://unpkg.com/98.css";
*{box-sizing:border-box}html,body{width:100vw;height:100vh;margin:0;padding:0;font-family:MS Sans Serif,Tahoma,Arial,sans-serif;overflow:hidden}body{background:teal;position:relative}.desktop{width:100vw;height:calc(100vh - 40px);position:relative;overflow:hidden}.desktop-icons{grid-template-columns:repeat(auto-fill,80px);grid-auto-rows:90px;gap:20px;padding:20px;display:grid;position:absolute;top:0;left:0}.desktop-icon{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:2px;flex-direction:column;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.desktop-icon:hover{background-color:#ffffff1a}.desktop-icon.selected{background-color:#0000804d;border:1px dotted #fff}.desktop-icon img{width:48px;height:48px;margin-bottom:4px}.desktop-icon span{color:#fff;text-align:center;text-shadow:1px 1px 2px #000c;word-wrap:break-word;max-width:70px;font-size:11px}.window-container{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.window{pointer-events:all;background:silver;border:2px outset #dfdfdf;flex-direction:column;min-width:400px;min-height:300px;display:flex;position:absolute;box-shadow:2px 2px 10px #00000080}.window.focused{z-index:1000}.title-bar{color:#fff;cursor:move;-webkit-user-select:none;user-select:none;background:linear-gradient(#0a246a 0%,#0d3f8f 100%);justify-content:space-between;align-items:center;height:24px;padding:3px 4px;display:flex}.title-bar-text{align-items:center;gap:4px;min-width:0;font-size:11px;font-weight:700;display:flex}.title-bar-text>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.title-bar-controls{flex-shrink:0;gap:2px;display:flex}.title-bar-controls button{width:16px;height:14px;min-width:unset;padding:0;font-size:10px;line-height:1}.window-body{background:#fff;flex:1;padding:8px;overflow:auto}.props{flex-direction:column;height:100%;font-size:11px;display:flex}.props-tabs{gap:2px;padding-left:4px;display:flex}.props-tab{min-width:unset;background:silver;border:1px outset #dfdfdf;border-bottom:none;padding:4px 14px;font-size:11px}.props-tab.active{z-index:1;background:#d9d9d9;font-weight:700;position:relative}.props-panel{background:silver;border:2px outset #dfdfdf;flex:1;min-height:0;padding:14px;overflow:auto}.props-header{align-items:center;gap:12px;display:flex}.props-name{word-break:break-word;font-size:12px;font-weight:700}.props-rule{border-top:1px solid gray;border-bottom:1px solid #fff;height:2px;margin:12px 0}.props-rows{grid-template-columns:80px 1fr;gap:6px 8px;margin:0;display:grid}.props-rows dt{color:#000}.props-rows dd{word-break:break-word;margin:0}.props-section-label{margin-bottom:6px;font-weight:700}.props-description{margin:0;line-height:1.6}.props-tech-list{background:#fff;border:2px inset #dfdfdf;max-height:150px;margin-bottom:14px;padding:2px;overflow-y:auto}.props-tech-item{padding:3px 6px}.props-tech-item:nth-child(odd){background:#f4f4f4}.props-links{flex-wrap:wrap;gap:8px;display:flex}.props-links button{align-items:center;gap:6px;padding:4px 10px;display:flex}.props-note,.props-empty{color:#555;margin:0}.props-buttons{justify-content:flex-end;gap:6px;padding:10px 4px 4px;display:flex}.props-buttons button{min-width:75px;padding:4px 10px}.boot-screen{color:silver;z-index:9000;background:#000;padding:28px 32px;position:fixed;inset:0;overflow:hidden}.boot-bios{box-shadow:none;color:inherit;white-space:pre-wrap;background:0 0;border:0;margin:0;padding:0;font-family:Courier New,monospace;font-size:15px;line-height:1.45}.boot-skip{color:#666;font-family:Courier New,monospace;font-size:12px;position:absolute;bottom:24px;right:32px}.login-screen{z-index:9000;background:teal;place-items:center;display:grid;position:fixed;inset:0}.login-dialog{background:silver;border:2px outset #dfdfdf;width:380px;box-shadow:3px 3px 12px #00000080}.login-body{padding:14px;font-size:11px}.login-intro{margin:0 0 14px}.login-fields{grid-template-columns:auto 1fr;align-items:center;gap:8px 10px;margin-bottom:16px;display:grid}.login-fields input{background:#fff;border:2px inset #dfdfdf;width:100%;padding:3px 4px;font-family:inherit;font-size:11px}.login-buttons{justify-content:flex-end;gap:8px;display:flex}.login-buttons button{min-width:80px;padding:4px 12px}.login-hint{color:#555;text-align:center;margin:14px 0 0;font-size:10px}.ms-app{-webkit-user-select:none;user-select:none;background:silver;flex-direction:column;gap:4px;height:100%;display:flex}.ms-menubar{gap:12px;padding:1px 2px;font-size:11px;display:flex}.ms-menubar-item{cursor:default;padding:1px 5px}.ms-menubar-item:hover{color:#fff;background:#0a246a}.ms-frame{background:silver;border:3px inset #dfdfdf;align-self:flex-start;padding:5px}.ms-header{border:2px inset #dfdfdf;justify-content:space-between;align-items:center;margin-bottom:5px;padding:4px;display:flex}.ms-led{color:red;letter-spacing:1px;background:#000;border:1px inset gray;padding:2px 3px;font-family:Courier New,monospace;font-size:19px;font-weight:700;line-height:1}.ms-face{width:26px;height:26px;min-width:unset;background:silver;border:2px outset #dfdfdf;place-items:center;padding:0;display:grid}.ms-face:active{border-style:inset}.ms-board{background:gray;border:3px inset #dfdfdf;display:grid}.ms-cell{width:16px;height:16px;min-width:unset;min-height:unset;cursor:default;background:silver;border:2px outset #dfdfdf;place-items:center;margin:0;padding:0;font-family:Tahoma,MS Sans Serif,sans-serif;font-size:11px;font-weight:700;line-height:1;display:grid}.ms-cell.revealed{background:silver;border:1px solid gray}.ms-cell.exploded{background:red}.ms-flag{color:red;font-size:10px}.ms-mine{color:#000;font-size:11px}.context-menu{z-index:5000;-webkit-user-select:none;user-select:none;background:silver;border:2px outset #dfdfdf;min-width:160px;padding:2px;font-size:11px;position:fixed;box-shadow:2px 2px 6px #0006}.context-menu-item{cursor:default;justify-content:space-between;align-items:center;gap:20px;padding:4px 8px;display:flex;position:relative}.context-menu-item:hover:not(.disabled){color:#fff;background:#0a246a}.context-menu-item.disabled{color:gray;text-shadow:1px 1px #fff}.context-menu-separator{border-top:1px solid gray;border-bottom:1px solid #fff;height:2px;margin:3px 2px}.context-menu-arrow{font-size:9px}.context-submenu{color:#000;margin-left:-1px;position:absolute;top:-2px;left:100%}.display-props{flex-direction:column;height:100%;font-size:11px;display:flex}.display-props-tabs{gap:2px;padding-left:4px;display:flex}.display-props-tab{min-width:unset;background:silver;border:1px outset #dfdfdf;border-bottom:none;padding:4px 12px;font-size:11px}.display-props-tab.active{z-index:1;background:#d9d9d9;font-weight:700;position:relative}.display-props-panel{background:silver;border:2px outset #dfdfdf;flex:1;min-height:0;padding:12px;overflow:auto}.display-props-monitor{flex-direction:column;align-items:center;margin-bottom:12px;display:flex}.display-props-screen{border:4px solid #4a4a4a;border-radius:4px;width:180px;height:130px;box-shadow:inset 0 0 0 2px #000}.display-props-stand{background:#4a4a4a;border-radius:0 0 4px 4px;width:60px;height:12px}.display-props-label{margin-bottom:4px}.display-props-list{background:#fff;border:2px inset #dfdfdf;height:120px;padding:2px;overflow-y:auto}.display-props-option{cursor:default;padding:3px 6px}.display-props-option.selected{color:#fff;background:#0a246a}.display-props-empty{flex-direction:column;gap:8px;display:flex}.display-props-note{color:#444}.display-props-buttons{justify-content:flex-end;gap:6px;padding:10px 4px 4px;display:flex}.display-props-buttons button{min-width:75px;padding:4px 10px}@media (max-width:767px){.quick-launch button{padding:2px 4px}.quick-launch button span{display:none}.taskbar{gap:2px}.explorer-sidebar{display:none}}.window-resize-handle{cursor:nwse-resize;z-index:2;background:linear-gradient(135deg,#0000 0 45%,gray 45% 55%,#0000 55%) 3px 3px/11px 11px no-repeat,linear-gradient(135deg,#0000 0 45%,gray 45% 55%,#0000 55%) 6px 6px/8px 8px no-repeat,linear-gradient(135deg,#0000 0 45%,gray 45% 55%,#0000 55%) 9px 9px/5px 5px no-repeat;width:16px;height:16px;position:absolute;bottom:0;right:0}.taskbar{z-index:10000;background:silver;border-top:2px solid #fff;align-items:center;gap:4px;width:100%;height:40px;padding:2px 4px;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -2px 4px #0003}.start-button{cursor:pointer;-webkit-user-select:none;user-select:none;background:silver;border:2px outset #dfdfdf;align-items:center;gap:4px;height:32px;padding:0 16px;font-size:11px;font-weight:700;display:flex}.start-button:active{border-style:inset}.start-button img{width:20px;height:20px}.taskbar-divider{background:linear-gradient(90deg,gray 0%,#fff 50%,gray 100%);width:2px;height:32px;margin:0 2px}.quick-launch{align-items:center;gap:2px;display:flex}.quick-launch button{width:auto;height:28px;min-width:unset;padding:2px 8px}.quick-launch img{width:20px;height:20px}.taskbar-windows{flex:1;align-items:center;gap:2px;display:flex;overflow-x:auto}.taskbar-window-button{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;max-width:160px;height:28px;padding:0 8px;font-size:11px;display:flex;overflow:hidden}.taskbar-window-button.active{background:#dfdfdf;border-style:inset}.system-tray{background:silver;border:1px inset gray;align-items:center;gap:8px;height:28px;padding:0 8px;display:flex}.system-tray-time{color:#000;font-size:11px}.start-menu{z-index:10001;background:silver;border:2px outset #dfdfdf;width:250px;display:flex;position:fixed;bottom:40px;left:0;box-shadow:2px 2px 10px #00000080}.start-menu-banner{color:#fff;writing-mode:vertical-lr;background:linear-gradient(90deg,#0a246a 0%,#0d3f8f 100%);flex-shrink:0;padding:4px 8px;font-size:18px;font-weight:700;transform:rotate(180deg)}.start-menu-items{flex:1;min-width:0;padding:4px 0}.start-menu-item{cursor:pointer;align-items:center;gap:8px;padding:8px 32px 8px 40px;font-size:11px;display:flex;position:relative}.start-menu-item:hover{color:#fff;background:#0a246a}.start-menu-item img,.start-menu-item svg{width:24px;height:24px;position:absolute;left:8px}.word-viewer{flex-direction:column;height:100%;display:flex}.word-menubar{background:silver;border-bottom:1px solid gray;gap:8px;padding:2px 4px;font-size:11px;display:flex}.word-menubar span{cursor:pointer;padding:2px 8px}.word-menubar span:hover{color:#fff;background:#0a246a}.word-toolbar{background:silver;border-bottom:1px solid gray;flex-wrap:wrap;gap:4px;padding:4px;display:flex}.word-toolbar button{width:24px;height:24px;min-width:unset;padding:2px;font-size:10px}.word-content{background:#fff;flex:1;padding:40px;line-height:1.6;overflow-y:auto}.explorer-app{background:silver;flex-direction:column;height:100%;display:flex}.explorer-menubar{border-bottom:1px solid gray;gap:14px;padding:3px 6px;font-size:11px;display:flex}.explorer-menubar span{cursor:default;padding:2px 4px}.explorer-menubar span:hover{color:#fff;background:#0a246a}.explorer-toolbar{border-bottom:1px solid gray;align-items:center;gap:2px;padding:3px 4px;display:flex}.explorer-tool{min-width:unset;min-height:unset;background:0 0;border:1px solid #0000;align-items:center;gap:4px;padding:3px 8px;font-size:11px;display:flex}.explorer-tool:hover:not(:disabled){border:1px outset #dfdfdf}.explorer-tool:active:not(:disabled){border:1px inset #dfdfdf}.explorer-tool:disabled{color:gray;text-shadow:1px 1px #fff}.explorer-tool-glyph{font-size:9px}.explorer-toolbar-sep{border-left:1px solid gray;border-right:1px solid #fff;width:2px;height:20px;margin:0 4px}.explorer-statusbar{background:silver;border-top:1px solid #fff;justify-content:space-between;gap:8px;padding:3px 8px;font-size:11px;display:flex}.explorer-statusbar span{white-space:nowrap;text-overflow:ellipsis;border:1px inset #dfdfdf;flex:1;padding:2px 6px;overflow:hidden}.explorer{flex:1;min-height:0;display:flex}.explorer-sidebar{background:#fff;border-right:1px solid gray;width:200px;padding:8px;overflow-y:auto}.explorer-tree-item{cursor:pointer;align-items:center;gap:4px;padding:4px 8px;font-size:11px;display:flex}.explorer-tree-item img{object-fit:contain;flex-shrink:0;width:16px;height:16px}.explorer-tree-item:hover{color:#fff;background:#0a246a}.explorer-content{flex:1;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));align-content:start;gap:16px;padding:16px;display:grid;overflow-y:auto}.explorer-folder{cursor:pointer;border-radius:2px;flex-direction:column;align-items:center;padding:8px;display:flex}.explorer-folder:hover{background:#0a246a1a}.explorer-folder.selected{color:#fff;background:#0a246a}.explorer-folder.selected img{filter:brightness(.85)saturate(1.2)}.explorer-folder-name{-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.explorer-sidebar-title{margin-bottom:8px;padding:4px;font-size:11px;font-weight:700}.explorer-tree-item.active{color:#fff;background:#0a246a}.explorer-folder img{width:48px;height:48px;margin-bottom:4px}.explorer-folder span{text-align:center;word-wrap:break-word;font-size:11px}.terminal{color:silver;background:#000;height:100%;padding:16px;font-family:Courier New,monospace;font-size:14px;line-height:1.4;overflow-y:auto}.terminal-line{margin-bottom:4px}.terminal-prompt{color:#fff}.terminal-cursor{background:silver;width:8px;height:16px;margin-left:2px;animation:1s infinite blink;display:inline-block}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.contact-form{padding:16px}.form-group{margin-bottom:16px}.form-group label{margin-bottom:4px;font-size:11px;font-weight:700;display:block}.form-group input,.form-group textarea{border:1px inset gray;width:100%;padding:4px;font-family:MS Sans Serif,Tahoma,Arial,sans-serif;font-size:11px}.form-group textarea{resize:vertical;min-height:100px}.form-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background:#dfdfdf}::-webkit-scrollbar-thumb{background:silver;border:1px outset #dfdfdf}::-webkit-scrollbar-thumb:hover{background:#a0a0a0}::-webkit-scrollbar-button{background:silver;border:1px outset #dfdfdf;width:16px;height:16px}button{cursor:pointer;background:silver;border:2px outset #dfdfdf;min-width:75px;padding:4px 12px;font-family:MS Sans Serif,Tahoma,Arial,sans-serif;font-size:11px}button:active{border-style:inset}button:focus{outline-offset:-4px;outline:1px dotted #000}.gallery-app{background:#d9d9d9;flex-direction:column;height:100%;display:flex}.gallery-toolbar{background:silver;border-bottom:1px solid gray;gap:14px;padding:4px 8px;font-size:11px;display:flex}.gallery-toolbar span{cursor:default;padding:2px 4px}.gallery-toolbar span:hover{color:#fff;background:#0a246a}.gallery-content{flex:1;grid-template-columns:300px 1fr;min-height:0;display:grid}.gallery-sidebar{background:#ececec;border-right:1px solid gray;padding:10px;overflow-y:auto}.gallery-sidebar-title{color:#fff;background:#0a246a;margin-bottom:8px;padding:6px 8px;font-size:11px;font-weight:700}.gallery-thumb{text-align:left;width:100%;min-width:unset;background:#f6f6f6;border:1px outset #dfdfdf;grid-template-columns:60px 1fr;align-items:center;gap:8px;margin-bottom:6px;padding:6px;display:grid}.gallery-thumb.active{background:#d5e2ff;border-style:inset}.gallery-thumb-preview{background:#fff;border:1px solid #666;place-items:center;width:56px;height:56px;display:grid;overflow:hidden}.gallery-thumb-preview img{object-fit:cover;width:100%;height:100%}.gallery-thumb-preview span{color:#555;font-size:10px}.gallery-thumb-meta{flex-direction:column;gap:3px;min-width:0;display:flex}.gallery-thumb-meta strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.gallery-thumb-meta span{color:#444;font-size:10px}.gallery-preview{grid-template-rows:minmax(0,1fr) auto;gap:10px;min-height:0;padding:12px;display:grid}.gallery-main-image-frame{background:linear-gradient(135deg,#f5f5f5 0%,#e2e2e2 100%);border:2px inset #dfdfdf;place-items:center;min-height:220px;display:grid;position:relative;overflow:hidden}.gallery-main-image{object-fit:contain;background:#111;width:100%;height:100%;position:absolute;inset:0}.gallery-image-fallback{text-align:center;color:#333;padding:12px;font-size:12px}.gallery-image-fallback small{color:#666;margin-top:6px;display:block}.gallery-summary-panel{background:#fff;border:2px inset #dfdfdf;padding:10px}.gallery-controls{background:#f0f0f0;border:1px inset #dfdfdf;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;padding:6px;display:flex}.gallery-controls span{color:#333;font-size:11px}.gallery-controls button{min-width:80px;padding:3px 10px}.gallery-controls button:disabled{color:#777;cursor:not-allowed}.gallery-summary-panel h3{margin:0 0 6px;font-size:16px}.gallery-summary-subline{color:#555;margin:0 0 8px;font-size:10px}.gallery-summary-panel p{margin:0;font-size:11px;line-height:1.55}@media (max-width:900px){.gallery-content{grid-template-rows:220px 1fr;grid-template-columns:1fr}.gallery-sidebar{border-bottom:1px solid gray;border-right:0;align-items:stretch;gap:8px;display:flex;overflow:auto hidden}.gallery-sidebar-title{display:none}.gallery-thumb{flex-shrink:0;width:240px;margin-bottom:0}}
