:root{--silver: #c0c0c0;--silver-light: #dfdfdf;--white: #ffffff;--grey: #808080;--black: #000000;--navy: #000080;--navy-2: #1084d0;--teal: #008080;--title-inactive-1: #808080;--title-inactive-2: #b5b5b5;--font-ui: Tahoma, "MS Sans Serif", "Segoe UI", Verdana, sans-serif;--font-mono: "Courier New", Courier, monospace;--taskbar-h: 30px;--titlebar-h: 22px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:var(--font-ui);font-size:12px;background:var(--teal);color:var(--black);-webkit-font-smoothing:none;-webkit-user-select:none;user-select:none}img,canvas{image-rendering:pixelated}.raised{background:var(--silver);box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--white),inset -2px -2px 0 var(--grey),inset 2px 2px 0 var(--silver-light)}.sunken{background:var(--white);box-shadow:inset -1px -1px 0 var(--white),inset 1px 1px 0 var(--grey),inset -2px -2px 0 var(--silver-light),inset 2px 2px 0 var(--black)}.groove-h{border-top:1px solid var(--grey);border-bottom:1px solid var(--white)}.btn{font-family:var(--font-ui);font-size:12px;color:var(--black);background:var(--silver);border:none;padding:3px 12px;min-height:23px;box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--white),inset -2px -2px 0 var(--grey),inset 2px 2px 0 var(--silver-light);cursor:default}.btn:active,.btn[aria-pressed=true],.btn.pressed{box-shadow:inset 1px 1px 0 var(--black),inset -1px -1px 0 var(--white),inset 2px 2px 0 var(--grey);padding:4px 11px 2px 13px}.btn:focus-visible{outline:1px dotted var(--black);outline-offset:-5px}#desktop{position:fixed;inset:0 0 var(--taskbar-h) 0;overflow:hidden}.desktop-icon{position:absolute;width:76px;padding:4px 2px;display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:default;touch-action:none}.desktop-icon img,.desktop-icon canvas{width:32px;height:32px;pointer-events:none}.desktop-icon .label{font-family:var(--font-ui);font-size:11px;color:var(--white);text-shadow:1px 1px 0 var(--black);text-align:center;line-height:1.2;padding:1px 3px;max-width:76px;overflow-wrap:break-word;pointer-events:none}.desktop-icon.selected .label,.desktop-icon:focus .label{background:var(--navy);text-shadow:none;outline:1px dotted var(--white)}.desktop-icon:focus{outline:none}.desktop-icon.dragging{opacity:.6}.win{position:absolute;display:flex;flex-direction:column;min-width:200px;min-height:120px;background:var(--silver);box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--silver-light),inset -2px -2px 0 var(--grey),inset 2px 2px 0 var(--white);padding:3px}.win.minimized{display:none}.win-titlebar{display:flex;align-items:center;gap:4px;height:var(--titlebar-h);padding:2px 3px;background:linear-gradient(90deg,var(--title-inactive-1),var(--title-inactive-2));color:var(--silver-light);flex:none;touch-action:none}.win.active .win-titlebar{background:linear-gradient(90deg,var(--navy),var(--navy-2));color:var(--white)}.win-titlebar img,.win-titlebar canvas{width:16px;height:16px;flex:none}.win-title{flex:1;font-weight:700;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.win-titlebar .tb-btn{flex:none;width:18px;height:16px;padding:0;min-height:0;display:inline-flex;align-items:center;justify-content:center;font-size:10px;line-height:1}.win-titlebar .tb-btn:active{padding:1px 0 0 1px}.win-body{flex:1;overflow:auto;position:relative;-webkit-user-select:text;user-select:text}.win-body.pad{padding:8px}.win-statusbar{flex:none;display:flex;gap:2px;padding-top:2px}.win-statusbar .cell{flex:1;padding:2px 6px;font-size:11px;box-shadow:inset 1px 1px 0 var(--grey),inset -1px -1px 0 var(--white);white-space:nowrap;overflow:hidden}#taskbar-root{position:fixed;left:0;right:0;bottom:0;height:var(--taskbar-h);background:var(--silver);box-shadow:inset 0 1px 0 var(--white),0 -1px 0 var(--silver-light);display:flex;align-items:center;gap:4px;padding:2px 3px;z-index:10000}.start-btn{display:inline-flex;align-items:center;gap:4px;font-weight:700;padding:2px 8px 2px 4px;height:24px}.start-btn img,.start-btn canvas{width:16px;height:16px}.task-buttons{flex:1;display:flex;gap:3px;overflow:hidden;height:24px}.task-btn{flex:0 1 160px;min-width:48px;display:inline-flex;align-items:center;gap:4px;height:24px;padding:2px 6px;font-size:11px;overflow:hidden;white-space:nowrap}.task-btn img,.task-btn canvas{width:16px;height:16px;flex:none}.task-btn span{overflow:hidden;text-overflow:ellipsis}.task-btn.active-task{font-weight:700;box-shadow:inset 1px 1px 0 var(--black),inset -1px -1px 0 var(--white),inset 2px 2px 0 var(--grey);background:repeating-conic-gradient(var(--white) 0% 25%,var(--silver) 0% 50%) 0 0 / 4px 4px}.tray{flex:none;display:flex;align-items:center;gap:6px;height:24px;padding:2px 8px;box-shadow:inset 1px 1px 0 var(--grey),inset -1px -1px 0 var(--white)}.tray img,.tray canvas{width:16px;height:16px}.tray .clock{font-size:11px;min-width:46px;text-align:center}.tray button{background:none;border:none;padding:0;display:inline-flex;cursor:default}.tray button:focus-visible{outline:1px dotted var(--black)}.menu{position:absolute;background:var(--silver);box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--silver-light),inset -2px -2px 0 var(--grey),inset 2px 2px 0 var(--white);padding:3px;min-width:180px;z-index:10001}.start-menu{position:fixed;left:2px;bottom:var(--taskbar-h);display:flex;z-index:10001}.start-menu .banner{width:24px;background:linear-gradient(0deg,var(--navy-2),var(--navy));color:var(--silver-light);writing-mode:vertical-rl;transform:rotate(180deg);font-weight:700;font-size:15px;letter-spacing:1px;padding:8px 2px;display:flex;align-items:center}.start-menu .banner b{color:var(--white)}.menu-items{flex:1;min-width:170px}.menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:5px 8px;border:none;background:none;font-family:var(--font-ui);font-size:12px;text-align:left;cursor:default;position:relative}.menu-item img,.menu-item canvas{width:24px;height:24px;flex:none}.menu-item.small img,.menu-item.small canvas{width:16px;height:16px}.menu-item .arrow{margin-left:auto;font-size:9px}.menu-item:hover,.menu-item:focus,.menu-item[data-open=true]{background:var(--navy);color:var(--white);outline:none}.menu-sep{height:0;border-top:1px solid var(--grey);border-bottom:1px solid var(--white);margin:3px 2px}.explorer{display:flex;flex-direction:column;height:100%}.explorer-toolbar{flex:none;display:flex;align-items:center;gap:4px;padding:3px 4px;border-bottom:1px solid var(--grey);box-shadow:0 1px 0 var(--white)}.explorer-toolbar .btn{min-height:0;padding:2px 8px;font-size:11px;display:inline-flex;align-items:center;gap:4px}.explorer-toolbar .btn img,.explorer-toolbar .btn canvas{width:16px;height:16px}.explorer-address{flex:1;display:flex;align-items:center;gap:6px;height:22px;padding:2px 6px;font-size:11px;background:var(--white);box-shadow:inset -1px -1px 0 var(--silver-light),inset 1px 1px 0 var(--grey),inset 2px 2px 0 var(--black);white-space:nowrap;overflow:hidden}.explorer-view{flex:1;overflow:auto;background:var(--white)}.file-table{width:100%;border-collapse:collapse;font-size:12px}.file-table th{position:sticky;top:0;text-align:left;font-weight:400;background:var(--silver);box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--white),inset -2px -2px 0 var(--grey),inset 2px 2px 0 var(--silver-light);padding:2px 8px;cursor:default;white-space:nowrap}.file-table td{padding:2px 8px;white-space:nowrap;cursor:default}.file-table td.name-cell{display:flex;align-items:center;gap:5px}.file-table td img,.file-table td canvas{width:16px;height:16px;flex:none}.file-table tr.selected td{background:var(--navy);color:var(--white)}.file-table tr:focus{outline:1px dotted var(--black);outline-offset:-1px}.icon-grid{display:grid;grid-template-columns:repeat(auto-fill,84px);gap:8px;padding:10px}.icon-grid .file-icon{display:flex;flex-direction:column;align-items:center;gap:4px;border:none;background:none;padding:4px 2px;cursor:default;position:relative}.icon-grid .file-icon img,.icon-grid .file-icon canvas{width:32px;height:32px}.icon-grid .file-icon .label{font-size:11px;text-align:center;line-height:1.2;padding:1px 3px;max-width:80px;overflow-wrap:break-word}.icon-grid .file-icon.selected .label,.icon-grid .file-icon:focus .label{background:var(--navy);color:var(--white);outline:1px dotted var(--white)}.icon-grid .file-icon:focus{outline:none}.icon-grid .file-icon img.shortcut-overlay,.desktop-icon img.shortcut-overlay{position:absolute;left:calc(50% - 16px);top:24px;width:12px;height:12px}.empty-folder-msg{padding:20px;font-size:12px;color:var(--grey)}.notepad{height:100%;overflow:auto;background:var(--white);box-shadow:inset -1px -1px 0 var(--silver-light),inset 1px 1px 0 var(--grey),inset 2px 2px 0 var(--black);padding:6px 8px}.notepad pre{font-family:var(--font-mono);font-size:13px;line-height:1.35;white-space:pre-wrap;overflow-wrap:break-word}.dialog-body{padding:12px;display:flex;flex-direction:column;gap:12px;font-size:12px}.dialog-row{display:flex;align-items:center;gap:10px}.dialog-buttons{display:flex;justify-content:flex-end;gap:6px}.dialog-buttons .btn{min-width:70px}#shutdown-screen{position:fixed;inset:0;z-index:20000;background:var(--black);color:orange;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-mono);font-size:clamp(16px,3.5vw,28px);cursor:pointer;padding:20px}.context-menu{min-width:150px;z-index:10002}.menu-item.disabled,.menu-item.disabled:hover,.menu-item.disabled:focus{color:var(--grey);text-shadow:1px 1px 0 var(--white);background:none}.props-sheet{display:flex;flex-direction:column;height:100%;padding:8px;gap:0}.props-tabs{display:flex;padding-left:2px}.props-tab{padding:3px 12px;background:var(--silver);box-shadow:inset -1px 0 0 var(--black),inset 1px 1px 0 var(--white),inset -2px 0 0 var(--grey);position:relative;top:1px;font-size:12px}.props-page{flex:1;padding:14px 12px;display:flex;flex-direction:column;gap:9px;box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--white),inset -2px -2px 0 var(--grey),inset 2px 2px 0 var(--silver-light);overflow:auto}.props-head{display:flex;align-items:center;gap:12px}.props-head input{flex:1}.props-big-icon{width:32px;height:32px;flex:none}.props-row{display:flex;gap:8px;font-size:12px}.props-label{flex:none;width:80px;color:var(--black)}.props-value{flex:1;overflow-wrap:anywhere}.props-attrs{display:flex;gap:14px;padding-left:88px;margin-top:-6px}.props-attr{font-size:12px;display:inline-flex;align-items:center;gap:4px}.props-sheet .dialog-buttons{padding-top:8px}.change-icon-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,40px);gap:2px;padding:6px;overflow:auto;align-content:start}.change-icon-cell{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:default}.change-icon-cell img{width:32px;height:32px}.change-icon-cell.selected{background:var(--navy)}.change-icon-cell:focus-visible{outline:1px dotted var(--black)}.taskman{gap:8px;height:100%}.taskman-list{flex:1;min-height:120px;overflow:auto;display:flex;flex-direction:column}.taskman-row{display:flex;align-items:center;gap:6px;width:100%;padding:3px 8px;border:none;background:none;font-family:var(--font-ui);font-size:12px;text-align:left;cursor:default}.taskman-row img{width:16px;height:16px}.taskman-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.taskman-status{flex:none;font-size:11px;color:var(--grey)}.taskman-row.selected{background:var(--navy);color:var(--white)}.taskman-row.selected .taskman-status{color:var(--silver-light)}.taskman-row:focus-visible{outline:1px dotted var(--black);outline-offset:-1px}.mail-root{display:flex;flex-direction:column;height:100%}.mail-fields{display:flex;flex-direction:column;gap:4px;padding:6px 8px}.mail-field{display:flex;align-items:center;gap:6px}.mail-field label{flex:none;width:52px;font-size:12px}.mail-field .find-input{flex:1}.mail-body{flex:1;margin:0 8px 6px;padding:6px;resize:none;font-family:var(--font-ui);font-size:12px;border:none;background:var(--white);box-shadow:inset -1px -1px 0 var(--silver-light),inset 1px 1px 0 var(--grey),inset 2px 2px 0 var(--black)}.mail-root .cell a{color:var(--navy)}.msn-signin{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px}.msn-logo img{width:48px;height:48px}.msn-signin-title{font-weight:700;font-size:13px}.msn-signin .find-row{width:min(300px,100%)}.msn-note{font-size:11px;color:var(--grey);text-align:center;max-width:300px}.msn-root{display:flex;height:100%}.msn-contacts{flex:none;width:130px;border-right:1px solid var(--grey);box-shadow:1px 0 0 var(--white);padding:6px;display:flex;flex-direction:column;gap:6px;overflow:auto}.msn-contacts-title{font-weight:700;font-size:11px}.msn-contact{display:flex;align-items:center;gap:5px;font-size:12px}.msn-contact img{width:16px;height:16px}.msn-main{flex:1;display:flex;flex-direction:column;padding:6px;gap:4px;min-width:0}.msn-log{flex:1;overflow:auto;padding:6px 8px;font-size:12px;line-height:1.5;-webkit-user-select:text;user-select:text}.msn-line{overflow-wrap:anywhere}.msn-line b{color:var(--navy)}.msn-bandi b{color:purple}.msn-system{color:var(--grey);font-size:11px}.msn-typing{min-height:14px;font-size:11px;color:var(--grey)}.msn-inputrow{display:flex;gap:4px}.msn-inputrow .find-input{min-width:0}@media(max-width:700px){.msn-contacts{width:96px}}.wordpad-root{display:flex;flex-direction:column;height:100%}.wordpad-toolbar{flex:none;display:flex;align-items:center;gap:4px;padding:3px 6px;border-bottom:1px solid var(--grey);box-shadow:0 1px 0 var(--white)}.wordpad-combo{font-size:11px;background:var(--white);padding:2px 16px 2px 6px;min-width:110px;position:relative;box-shadow:inset -1px -1px 0 var(--silver-light),inset 1px 1px 0 var(--grey),inset 2px 2px 0 var(--black)}.wordpad-combo.small{min-width:34px}.wordpad-combo:after{content:"▾";position:absolute;right:2px;top:1px;font-size:9px;background:var(--silver);padding:1px 2px;box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--white)}.wordpad-tbtn{width:20px;height:18px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;background:var(--silver);box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--white),inset -2px -2px 0 var(--grey)}.wordpad-ruler{flex:none;height:14px;margin:2px 6px;background:repeating-linear-gradient(90deg,var(--grey) 0 1px,transparent 1px 8px),var(--white);box-shadow:inset 1px 1px 0 var(--grey),inset -1px -1px 0 var(--white)}.wordpad-page{flex:1;overflow:auto;background:var(--white);margin:0 6px 6px;padding:18px 26px;box-shadow:inset -1px -1px 0 var(--silver-light),inset 1px 1px 0 var(--grey),inset 2px 2px 0 var(--black);font-family:Times New Roman,Georgia,serif;font-size:15px;line-height:1.5;-webkit-user-select:text;user-select:text}.wordpad-page h1{font-size:24px;margin-bottom:10px}.wordpad-page h2{font-size:19px;margin:14px 0 6px}.wordpad-page h3{font-size:16px;margin:12px 0 4px}.wordpad-page h4{font-size:15px;margin:10px 0 4px}.wordpad-page p{margin-bottom:9px}.wordpad-page ul{margin:0 0 9px 24px}.wordpad-page blockquote{margin:0 0 9px 18px;padding-left:10px;border-left:3px solid var(--silver);font-style:italic}.wordpad-page hr{border:none;border-top:1px solid var(--grey);margin:10px 0}.wordpad-page a{color:var(--navy)}.wordpad-page code{font-family:var(--font-mono);font-size:13px;background:var(--silver-light);padding:0 3px}.icon-rename{font-family:var(--font-ui);font-size:11px;width:74px;border:1px solid var(--black);padding:1px 2px;text-align:center}.display-dialog{padding:12px;display:flex;flex-direction:column;gap:8px;height:100%}.display-monitor{width:150px;height:110px;margin:0 auto;padding:10px;background:var(--silver);box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--white),inset -2px -2px 0 var(--grey),inset 2px 2px 0 var(--silver-light)}.display-screen{width:100%;height:100%;background:var(--teal);box-shadow:inset 1px 1px 0 var(--grey),inset -1px -1px 0 var(--white),inset 2px 2px 0 var(--black)}.display-stand{width:40px;height:8px;margin:0 auto;background:var(--silver);box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--white)}.display-list{flex:1;min-height:90px;overflow:auto}.display-option{display:block;width:100%;text-align:left;padding:3px 8px;border:none;background:none;font-family:var(--font-ui);font-size:12px;cursor:default}.display-option.selected{background:var(--navy);color:var(--white)}.display-option:focus-visible{outline:1px dotted var(--black);outline-offset:-1px}#bandibot-root{position:fixed;right:18px;bottom:calc(var(--taskbar-h) + 6px);z-index:9000;display:flex;flex-direction:column;align-items:flex-end;gap:2px}#bandibot-root canvas{width:96px;height:144px}.bandibot-holder{background:none;border:none;padding:0;cursor:default;touch-action:none;display:block}.bandibot-holder:focus-visible{outline:1px dotted var(--white)}#bandibot-root .bandibot-dismiss{background:var(--silver);border:none;font-size:9px;width:16px;height:14px;box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--white),inset -2px -2px 0 var(--grey)}#bandibot-root.hidden{display:none}.bandibot-balloon{position:fixed;width:230px;background:#ffffe1;border:1px solid var(--black);padding:14px 8px 8px;display:flex;flex-direction:column;gap:8px;font-size:12px;z-index:9500}.bandibot-balloon.hidden,.bandibot-balloon.no-tail .bandibot-balloon-tail{display:none}.bandibot-balloon-close{position:absolute;top:2px;right:2px;width:16px;height:14px;border:none;background:var(--silver);font-size:10px;line-height:1;box-shadow:inset -1px -1px 0 var(--black),inset 1px 1px 0 var(--white),inset -2px -2px 0 var(--grey);cursor:default}.bandibot-balloon-close:focus-visible{outline:1px dotted var(--black);outline-offset:-4px}.bandibot-speech{min-height:30px;line-height:1.45;-webkit-user-select:text;user-select:text}.bandibot-ask{display:flex;gap:4px}.bandibot-ask .find-input{min-width:0;background:var(--white)}.bandibot-ask .btn{min-height:0;padding:2px 10px}.bandibot-balloon-tail{position:absolute;bottom:-9px;right:34px;width:0;height:0;border-left:9px solid transparent;border-right:4px solid transparent;border-top:9px solid var(--black)}.bandibot-balloon-tail:after{content:"";position:absolute;left:-7px;top:-10px;width:0;height:0;border-left:7px solid transparent;border-right:3px solid transparent;border-top:8px solid #ffffe1}.help-body{padding:10px 14px;font-size:12px;line-height:1.5;-webkit-user-select:text;user-select:text}.help-body h1{font-size:14px;margin-bottom:8px}.help-body h2{font-size:12px;margin:10px 0 4px}.help-body ul{margin-left:18px}.help-body kbd{font-family:var(--font-mono);background:var(--silver);padding:0 4px;box-shadow:inset -1px -1px 0 var(--grey),inset 1px 1px 0 var(--white)}.find-body{padding:10px;display:flex;flex-direction:column;gap:8px;height:100%}.find-row{display:flex;gap:6px;align-items:center}.find-row label{flex:none}.find-input{flex:1;font-family:var(--font-ui);font-size:12px;padding:3px 6px;border:none;background:var(--white);box-shadow:inset -1px -1px 0 var(--silver-light),inset 1px 1px 0 var(--grey),inset 2px 2px 0 var(--black)}.find-results{flex:1;overflow:auto;background:var(--white);box-shadow:inset 1px 1px 0 var(--grey)}.find-status{font-size:11px;padding:2px 4px}.find-result{display:flex;flex-direction:column;gap:1px;width:100%;text-align:left;border:none;background:none;font-family:var(--font-ui);font-size:12px;padding:4px 8px;border-bottom:1px solid var(--silver-light);cursor:default}.find-result:hover,.find-result:focus{background:var(--navy);color:var(--white);outline:none}.find-result-name{display:inline-flex;align-items:center;gap:5px;font-weight:700}.find-result-name img{width:16px;height:16px}.find-result-path{font-size:10px;opacity:.75}.find-snippet{font-size:11px;font-family:var(--font-mono);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.find-match{background:var(--navy);color:var(--white)}.find-result:hover .find-match,.find-result:focus .find-match{background:var(--white);color:var(--navy)}@media(max-width:700px){:root{--taskbar-h: 44px;--titlebar-h: 32px}body{font-size:14px}.win{inset:0 0 var(--taskbar-h) 0!important;width:auto!important;height:auto!important;min-width:0}.win-titlebar .tb-btn{width:28px;height:26px;font-size:13px}.win-title{font-size:14px}.desktop-icon{width:84px}.desktop-icon img,.desktop-icon canvas{width:48px;height:48px}.desktop-icon .label{font-size:12px;max-width:84px}.task-btn{min-width:40px;flex-basis:120px}.start-btn,.task-btn,.tray{height:36px}.menu-item{padding:10px 8px;font-size:14px}.file-table td,.file-table th{padding:8px}.icon-grid{grid-template-columns:repeat(auto-fill,96px)}.icon-grid .file-icon img,.icon-grid .file-icon canvas{width:48px;height:48px}.icon-grid .file-icon img.shortcut-overlay,.desktop-icon img.shortcut-overlay{left:calc(50% - 24px);top:36px;width:16px;height:16px}#bandibot-root canvas{width:64px;height:96px}.bandibot-balloon{width:min(230px,calc(100vw - 40px))}.memory-tile{min-height:56px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
