.titlebar-button.close{background-image:url(/images/window/window-close.png)}.titlebar-button.close:active{background-image:url(/images/window/window-close-active.png)}.titlebar-button.tabify{background-image:url(/images/window/window-expand.png)}.titlebar-button.tabify:active{background-image:url(/images/window/window-expand-active.png)}.titlebar-button.minimize{background-image:url(/images/window/window-minimize.png)}.titlebar-button.minimize:active{background-image:url(/images/window/window-minimize-active.png)}.titlebar-stripes{transform:scaleY(2);flex:1;height:8px;border-style:solid;border-width:0 2px;border-image-source:url(/images/window/titlebar-stripes.png);border-image-slice:0 2 fill;border-image-repeat:repeat;background:none;margin-left:16px;margin-right:16px}.window-scrollbar-v{width:25px;background-image:url(/images/scrollbar/scrollbar-bkgd-vert.png);border-left:2px solid black;background-repeat:repeat-y;background-size:24px auto;display:flex;flex-direction:column;flex-shrink:0;box-shadow:#000 10px -10px}.window-scrollbar-h{height:25px;background-image:url(/images/scrollbar/scrollbar-bkgd-hoz.png);border:2px solid black;border-top:0px;background-repeat:repeat-x;background-size:auto 25px;display:flex;flex-direction:row;align-items:center;flex:1;margin:0 1px 0 0}.scroll-arrow.down{background-image:url(/images/scrollbar/scrollbar-down.png);box-shadow:#000 0 -2px}.scroll-arrow.down:active{background-image:url(/images/scrollbar/scrollbar-down-active.png)}.scroll-arrow.up{background-image:url(/images/scrollbar/scrollbar-up.png);transform:none;box-shadow:#000 0 2px}.scroll-arrow.up:active{background-image:url(/images/scrollbar/scrollbar-up-active.png);transform:none}.scroll-arrow.left{background-image:url(/images/scrollbar/scrollbar-left.png);box-shadow:#000 2px 0}.scroll-arrow.left:active{background-image:url(/images/scrollbar/scrollbar-left-active.png)}.scroll-arrow.right{background-image:url(/images/scrollbar/scrollbar-right.png);box-shadow:#000 -2px 0}.scroll-arrow.right:active{background-image:url(/images/scrollbar/scrollbar-right-active.png)}.scroll-thumb-v{width:24px;height:24px;top:0;background-image:url(/images/scrollbar/scrollbar-thumb-vert.png);box-shadow:#000 0 2px,#000 0 -2px}.scroll-thumb-h{height:24px;width:24px;left:0;background-image:url(/images/scrollbar/scrollbar-thumb-hoz.png);box-shadow:#000 2px 0,#000 -2px 0}.scroll-thumb-v:active,.scroll-thumb-v.active{background-image:url(/images/scrollbar/scrollbar-thumb-vert-active.png)}.scroll-thumb-h:active,.scroll-thumb-h.active{background-image:url(/images/scrollbar/scrollbar-thumb-hoz-active.png)}.window-scrollbar-v.disabled .scroll-arrow.up{background-image:url(/images/scrollbar/scrollbar-up-disabled.png);box-shadow:#777 0 2px;cursor:default;pointer-events:none}.window-scrollbar-v.disabled .scroll-arrow.down{background-image:url(/images/scrollbar/scrollbar-down-disabled.png);box-shadow:#777 0 -2px;cursor:default;pointer-events:none}.window-scrollbar-h.disabled .scroll-arrow.left{background-image:url(/images/scrollbar/scrollbar-left-disabled.png);box-shadow:#777 2px 0;transform:none;cursor:default;pointer-events:none}.window-scrollbar-h.disabled .scroll-arrow.right{background-image:url(/images/scrollbar/scrollbar-right-disabled.png);box-shadow:#777 -2px 0;transform:none;cursor:default;pointer-events:none}.resize-handle{width:24px;height:24px;background-image:url(/images/window/window-resize.png);background-size:24px 24px;background-repeat:no-repeat;background-position:center;flex-shrink:0}.desktop-item{position:absolute;width:72px;display:flex;flex-direction:column;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px;border-radius:2px;transition:background-color .1s}.desktop-item:hover{background-color:#ffffff1a}.desktop-item.selected{background-color:#0000004d}.desktop-item.selected .desktop-item-label{background-color:navy;color:#fff}.desktop-item-icon{width:48px;height:48px;margin-bottom:4px;image-rendering:pixelated;display:flex;justify-content:center;align-items:center}.desktop-item-icon img{width:100%;height:100%;display:block}.desktop-item-label{font-size:11px;text-align:center;color:#fff;background-color:transparent;padding:2px 4px;border-radius:2px;max-width:72px;word-wrap:break-word;line-height:1.2;font-family:var(--sys-font);text-shadow:1px 1px 2px rgba(0,0,0,.8)}.menubar-wrapper{position:fixed;top:0;left:0;right:0;height:28px;background-color:#000;z-index:999}.mac-menubar{position:fixed;height:28px;top:0;left:0;right:0;background-color:#ccc;border:2px solid black;border-top:none;border-left:none;border-right:none;box-shadow:#fff 2px 2px inset,#999 -2px -2px inset;z-index:1000;font-family:var(--font-header);font-size:14px;font-weight:700;image-rendering:pixelated;-webkit-user-select:none;user-select:none;border-radius:8px 8px 0 0}.menubar-container{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 8px}.menubar-left{display:flex;align-items:center;gap:4px;height:100%}.menubar-icon{width:16px;height:16px;image-rendering:pixelated}.menubar-menu{display:flex;list-style:none;margin:0;padding:0;height:100%;align-items:center;gap:2px}.menubar-item{position:relative;height:100%;display:flex;align-items:center;cursor:pointer}.menubar-label{padding:2px 8px;color:#000;height:100%;display:flex;align-items:center}.menubar-item:hover .menubar-label,.menubar-item.active .menubar-label,.menubar-item.apple-logo:hover,.menubar-item.apple-logo.active{background-color:#000;color:#fff}.menubar-item.apple-logo:hover img,.menubar-item.apple-logo.active img{filter:invert(1)}.menubar-dropdown{display:none;position:absolute;top:28px;left:0;min-width:200px;background-color:#e7e7e7;border:1px solid #000000;box-shadow:2px 2px #000;padding:4px 0;z-index:2000}.menubar-item.active .menubar-dropdown{display:block}.menu-item{padding:4px 20px 4px 12px;color:#000;cursor:pointer;display:flex;justify-content:space-between;align-items:center;position:relative;white-space:nowrap}.menu-item:hover:not(.disabled){background-color:#000;color:#fff}.menu-item.disabled{color:#888;cursor:default}.menu-separator{height:1px;background-color:#888;margin:4px 12px}.menu-shortcut{margin-left:24px;font-size:11px;font-family:inherit}.menu-arrow{margin-left:24px;font-size:10px}.menubar-right{display:flex;align-items:center;height:100%;gap:6px}.menubar-time{font-size:12px;font-weight:700}@font-face{font-family:Charcoal;src:url(/fonts/CHARCOAL.TTF) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:System;src:url(/fonts/sysfont.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Windows95;src:url(/fonts/W95FA.otf) format("opentype");font-weight:400;font-style:normal}:root{--font-header: "Charcoal", sans-serif;--font-body: "Windows95", sans-serif;--sys-font: var(--font-body);--bg-color: #9999cc;--w-bg: #c0c0c0;--w-border-light: #dfdfdf;--w-border-dark: #808080;--w-border-black: #000000;--w-title-bg: linear-gradient(90deg, #000080, #1084d0);--w-title-text: #ffffff}*{box-sizing:border-box}body{margin:0;overflow:hidden;background-color:var(--bg-color);background-image:url(/images/pattern.png);background-repeat:repeat;font-family:var(--font-body);-webkit-user-select:none;user-select:none}button{font-family:inherit}.window{image-rendering:pixelated;width:640px;min-height:200px;min-width:300px;height:400px;background-color:#ccc;display:grid;border:2px solid black;box-shadow:#fff 2px 2px inset,#999 -2px -2px inset;position:relative;display:flex;flex-direction:column;overflow:hidden;padding:3px}.window-titlebar{background:#ccc;padding:12px 8px;display:flex;align-items:center;height:22px;position:relative}.titlebar-buttons{display:flex;gap:0;margin-right:-6px;margin-left:-6px}.titlebar-button{width:20px;height:20px;border-radius:0;background-repeat:no-repeat;background-position:center;background-size:20px 20px;background-color:transparent;border:none;cursor:pointer}.titlebar-button.close{background-image:url(/images/window/window-close.png)}.titlebar-button.close:active{background-image:url(/images/window/window-close-active.png)}.titlebar-button.tabify{background-image:url(/images/window/window-expand.png)}.titlebar-button.tabify:active{background-image:url(/images/window/window-expand-active.png)}.titlebar-button.minimize{background-image:url(/images/window/window-minimize.png)}.titlebar-button.minimize:active{background-image:url(/images/window/window-minimize-active.png)}.titlebar-stripes{transform:scaleY(2);flex:1;height:8px;border-style:solid;border-width:0 2px;border-image-source:url(/images/window/titlebar-stripes.png);border-image-slice:0 2 fill;border-image-repeat:repeat;background:none;margin-left:16px;margin-right:16px}.titlebar-title{position:absolute;left:50%;transform:translate(-50%);font-size:14px;font-weight:700;color:#000;padding:0 10px;display:flex;align-items:center;gap:6px;font-family:var(--font-header);background-color:#ccc;z-index:10;pointer-events:none;max-width:calc(100% - 80px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.titlebar-icon{width:16px;height:16px;image-rendering:pixelated}.window-header{border-bottom:2px solid #000;box-shadow:#fff 2px 2px inset,#999 -2px -2px inset;flex-shrink:0;background-color:#ddd;padding:8px;font-family:var(--font-header)}.window-content{background-color:#fff;border:2px solid black;margin:4px 4px 0;flex:1;min-height:0;position:relative;overflow:hidden;display:flex;flex-direction:column;box-shadow:#fff 2px 0,#999 -2px -2px}.window-content-inner{flex:1;overflow:auto;background-color:#fff;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:y mandatory;scroll-padding-top:20px}.window-content-inner::-webkit-scrollbar{display:none}.icon-grid{display:grid;grid-template-columns:repeat(4,100px);gap:24px 16px;align-content:start;width:max-content}.desktop-icon{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4px;cursor:pointer;border:1px solid transparent;-webkit-user-select:none;user-select:none;scroll-snap-align:start}.desktop-icon:hover{background-color:#0000000d}.desktop-icon.selected{background-color:#00c}.desktop-icon.selected .icon-label{color:#fff;background-color:#00c}.icon-image{width:48px;height:48px;margin-bottom:4px;image-rendering:pixelated;display:flex;justify-content:center;align-items:center}.icon-image svg{width:48px;height:48px}.icon-label{font-size:11px;color:#000;max-width:90px;word-wrap:break-word;line-height:1.2;padding:1px 3px}.window-scrollbar-v{width:25px;background-image:url(/images/scrollbar/scrollbar-bkgd-vert.png);border-left:2px solid black;background-repeat:repeat-y;background-size:24px auto;display:flex;flex-direction:column;flex-shrink:0;box-shadow:#000 10px -10px}.window-scrollbar-h{height:25px;background-image:url(/images/scrollbar/scrollbar-bkgd-hoz.png);border:2px solid black;border-top:0px;background-repeat:repeat-x;background-size:auto 25px;display:flex;flex-direction:row;align-items:center;flex:1;margin:0 1px 0 0}.scroll-arrow{width:24px;height:24px;min-width:24px;min-height:24px;border:none;cursor:pointer;background-size:24px 24px;background-repeat:no-repeat;background-position:center;flex-shrink:0;image-rendering:pixelated}.scroll-arrow.down{background-image:url(/images/scrollbar/scrollbar-down.png);box-shadow:#000 0 -2px}.scroll-arrow.down:active{background-image:url(/images/scrollbar/scrollbar-down-active.png)}.scroll-arrow.up{background-image:url(/images/scrollbar/scrollbar-up.png);transform:none;box-shadow:#000 0 2px}.scroll-arrow.up:active{background-image:url(/images/scrollbar/scrollbar-up-active.png);transform:none}.scroll-arrow.left{background-image:url(/images/scrollbar/scrollbar-left.png);box-shadow:#000 2px 0}.scroll-arrow.left:active{background-image:url(/images/scrollbar/scrollbar-left-active.png)}.scroll-arrow.right{background-image:url(/images/scrollbar/scrollbar-right.png);box-shadow:#000 -2px 0}.scroll-arrow.right:active{background-image:url(/images/scrollbar/scrollbar-right-active.png)}.scroll-track{flex:1;position:relative;min-height:24px;min-width:24px}.scroll-thumb{max-height:24px;position:absolute;background-repeat:no-repeat;background-position:center;background-size:24px 24px;cursor:pointer;image-rendering:pixelated}.scroll-thumb-v{width:24px;height:24px;top:0;background-image:url(/images/scrollbar/scrollbar-thumb-vert.png);box-shadow:#000 0 2px,#000 0 -2px}.scroll-thumb-h{height:24px;width:24px;left:0;background-image:url(/images/scrollbar/scrollbar-thumb-hoz.png);box-shadow:#000 2px 0,#000 -2px 0}.scroll-thumb-v:active,.scroll-thumb-v.active{background-image:url(/images/scrollbar/scrollbar-thumb-vert-active.png)}.scroll-thumb-h:active,.scroll-thumb-h.active{background-image:url(/images/scrollbar/scrollbar-thumb-hoz-active.png)}.window-scrollbar-v.disabled .scroll-thumb,.window-scrollbar-h.disabled .scroll-thumb{display:none}.window-scrollbar-v.disabled{border-left:2px solid #000;background-image:none;background-color:#eee;height:100%px;width:25px}.window-scrollbar-h.disabled{border:2px solid #000;border-top:0px;background-image:none;background-color:#eee;height:25px}.window-scrollbar-v.disabled .scroll-arrow.up{background-image:url(/images/scrollbar/scrollbar-up-disabled.png);box-shadow:#777 0 2px;cursor:default;pointer-events:none}.window-scrollbar-v.disabled .scroll-arrow.down{background-image:url(/images/scrollbar/scrollbar-down-disabled.png);box-shadow:#777 0 -2px;cursor:default;pointer-events:none}.window-scrollbar-h.disabled .scroll-arrow.left{background-image:url(/images/scrollbar/scrollbar-left-disabled.png);box-shadow:#777 2px 0;transform:none;cursor:default;pointer-events:none}.window-scrollbar-h.disabled .scroll-arrow.right{background-image:url(/images/scrollbar/scrollbar-right-disabled.png);box-shadow:#777 -2px 0;transform:none;cursor:default;pointer-events:none}.window-bottom{display:flex;margin:0 4px 3px;height:24px;flex-shrink:0;box-shadow:#999 -2px -2px}.window-bottom-spacer{flex:1}.resize-handle{width:24px;height:24px;background-image:url(/images/window/window-resize.png);background-size:24px 24px;background-repeat:no-repeat;background-position:center;flex-shrink:0}.window-ghost-outline{position:absolute;box-sizing:border-box;border:2px dotted #555;z-index:99999;pointer-events:none}.ghost-inner-path{stroke:#555;stroke-width:1px;fill:none}.window:not(.active),.window:not(.active) *{box-shadow:none!important}.window:not(.active){border-color:gray!important}.window:not(.active) .window-header,.window:not(.active) .window-content,.window:not(.active) .window-scrollbar-v,.window:not(.active) .window-scrollbar-h{border-color:gray!important}.window:not(.active){background-color:#ddd!important}.window:not(.active) .window-content{background-color:#eee!important}.window:not(.active) .window-content-inner{background-color:#fff!important}.window:not(.active) .window-titlebar{background-color:#ddd;justify-content:center}.window:not(.active) .titlebar-button,.window:not(.active) .titlebar-stripes{display:none}.window:not(.active) .titlebar-title{color:#555;background-color:transparent}.window:not(.active) .resize-handle{background-image:none}.window-scrollbar-v.inactive{width:25px;height:100%;background-color:#eee;border-left:2px solid #808080;background-image:none}.window-scrollbar-h.inactive{height:25px;width:100%;background-color:#eee;border:2px solid #808080;border-top:0px;background-image:none}.file-icon-item{display:flex;flex-direction:column;align-items:center;width:100px;cursor:default;padding:2px;-webkit-user-select:none;user-select:none}.file-icon-img-container{width:64px;height:64px;margin-bottom:4px;display:flex;justify-content:center;align-items:center;image-rendering:pixelated}.file-icon-img-container img{max-width:100%;max-height:100%;display:block;color:transparent;transform:scale(1.5);transform-origin:center bottom}.file-icon-label{text-align:center;line-height:1.2;padding:0 2px;max-width:100%;word-wrap:none;margin-top:-8px}.label-text{padding:1px 3px;border-radius:2px}.file-icon-item.selected .file-icon-img-container img{filter:brightness(.5) sepia(1) hue-rotate(180deg) saturate(5)}.file-icon-item.selected .label-text{background-color:#000;color:#fff}.file-icon-item.desktop-mode{width:72px}.file-icon-item.desktop-mode .label-text{text-shadow:1px 1px 2px rgba(0,0,0,.8);background-color:transparent;color:#fff;font-size:12px}.file-icon-item.desktop-mode.selected .label-text{text-shadow:none;background-color:#000;color:#fff}.finder-container{display:flex;flex-direction:column;background-color:#fff;font-family:var(--font-body);font-size:12px;min-height:100%}.finder-infobar-content{text-align:center;font-family:var(--font-body);font-size:11px}.finder-content-area{flex:1;overflow:visible;position:relative;min-height:100%;height:auto;display:flex}.spatial-view{flex:1;position:relative;min-height:100%;min-width:100%}.finder-item{display:flex;flex-direction:column;align-items:center;width:100px;cursor:default;padding:2px}.finder-item-icon{width:64px;height:64px;margin-bottom:4px;display:flex;justify-content:center;align-items:center}.icon-image{max-width:100%;max-height:100%;image-rendering:pixelated;display:block}.finder-item-label{text-align:center;line-height:1.2;padding:0 2px}.label-text{background-color:#fff;padding:1px 3px}.finder-item.selected .icon-image{filter:brightness(.5) sepia(1) hue-rotate(180deg) saturate(5)}.finder-item.selected .label-text{background-color:#000;color:#fff}.text-editor{display:flex;flex-direction:column;height:100%;background-color:#fff}.text-editor-toolbar{display:flex;align-items:center;padding:4px 8px;background-color:#eee;border-bottom:1px solid #999;font-family:var(--font-header);font-size:12px}.text-editor-filename{color:#333}.text-editor-content{width:100%;min-height:100%;border:none;outline:none;resize:none;padding:8px;font-family:Monaco,Courier New,monospace;font-size:12px;line-height:1.4;background-color:#fff;overflow:hidden}.text-editor-content::placeholder{color:#999}
