.scanlines{background-color:#000}.scanlines:before,.scanlines:after{display:block;pointer-events:none;content:"";position:fixed;inset:0}.scanlines:before{z-index:2147483649;background:linear-gradient(#12101000 50%,#00000040 50%),linear-gradient(90deg,#ff00000f,#00ff0005,#0000ff0f);background-size:100% 2px,3px 100%}.scanlines:after{z-index:2147483648;background-repeat:no-repeat;background-size:100% 100%}#screen{transition:transform .5s cubic-bezier(.23,1,.32,1),filter .5s ease}.scanlines #screen{animation:crt-flicker .15s infinite,crt-power-on .8s ease-out forwards;filter:brightness(1.1) contrast(1.1) saturate(1.1)}@keyframes crt-flicker{0%{opacity:.996}50%{opacity:1}to{opacity:.996}}@keyframes crt-power-on{0%{transform:scaleY(.005);filter:brightness(10);opacity:1}40%{transform:scaleY(.005);filter:brightness(10)}70%{transform:scale(1);filter:brightness(2)}to{transform:scale(1);filter:brightness(1.1) contrast(1.1) saturate(1.1)}}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:400;src:url(ms_sans_serif.woff) format("woff");src:url(ms_sans_serif.woff2) format("woff2")}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:700;src:url(ms_sans_serif_bold.woff) format("woff");src:url(ms_sans_serif_bold.woff2) format("woff2")}body{color:var(--ButtonText);font-family:var(--font-family-base);font-size:var(--font-size-base)}h1{font-size:5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}u{border-bottom:.5px solid var(--ButtonText);text-decoration:none}fieldset{border-image:var(--fieldset-border-image);margin:0;padding:10px;padding-block-start:8px}.field-row{align-items:center;display:flex;position:relative}[class^=field-row]+[class^=field-row]{margin-top:6px}.field-row>*+*{margin-left:6px}.field-row-stacked{display:flex;flex-direction:column}.field-row-stacked *+*{margin-top:6px}label{align-items:center;display:inline-flex;-webkit-user-select:none;user-select:none}input[type=checkbox]+label,input[type=radio]+label{line-height:13px}input[type=radio]+label{margin-left:18px;position:relative}input[type=radio]+label:before{background:var(--radio-button-svg);content:"";display:inline-block;height:12px;left:-18px;margin-right:6px;position:absolute;top:0;width:12px}input[type=radio]:active+label:before{background:var(--radio-button-active-svg)}input[type=radio]:checked+label:after{background:var(--radio-dot-svg);content:"";display:block;height:4px;left:-14px;position:absolute;top:4px;width:4px}input[type=checkbox]:focus+label,input[type=radio]:focus+label{outline:1px dotted #000}input[type=radio][disabled]+label:before{background:var(--radio-button-disabled-svg)}input[type=radio][disabled]:checked+label:after{background:var(--radio-dot-disabled-svg)}input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:0;border:none;margin:0;opacity:0;height:13px;width:13px;position:absolute;left:0;top:0;z-index:1}input[type=checkbox]+label{margin-left:19px;position:relative}input[type=checkbox]+label:before{background:var(--Window);box-shadow:inset -1px -1px var(--ButtonHilight),inset 1px 1px var(--ButtonShadow),inset -2px -2px var(--ButtonLight),inset 2px 2px var(--ButtonDkShadow);content:"";display:inline-block;height:13px;left:-19px;margin-right:6px;position:absolute;width:13px}input[type=checkbox]:active+label:before{background:silver}input[type=checkbox]:checked+label:after{background:var(--checkbox-svg);content:"";display:block;height:7px;left:-16px;position:absolute;width:7px}input[type=checkbox][disabled]+label:before{background:silver}input[type=checkbox][disabled]:checked+label:after{background:var(--checkbox-disabled-svg)}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select{background-color:var(--Window);box-shadow:inset -1px -1px var(--ButtonHilight),inset 1px 1px var(--ButtonShadow),inset -2px -2px var(--ButtonLight),inset 2px 2px var(--ButtonDkShadow);box-sizing:border-box;padding:3px 4px;font-family:var(--font-family-base);font-size:var(--font-size-base)}select,textarea{border:none}textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--Window);border-radius:0;box-shadow:inset -1px -1px var(--ButtonHilight),inset 1px 1px var(--ButtonShadow),inset -2px -2px var(--ButtonLight),inset 2px 2px var(--ButtonDkShadow);box-sizing:border-box;padding:3px 4px;font-family:var(--font-family-base);font-size:var(--font-size-base)}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select{height:21px}input[type=number]{height:22px}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;height:0;width:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{line-height:2}input[type=email]:disabled,input[type=email]:read-only,input[type=number]:disabled,input[type=number]:read-only,input[type=password]:disabled,input[type=password]:read-only,input[type=search]:disabled,input[type=search]:read-only,input[type=tel]:disabled,input[type=tel]:read-only,input[type=text]:disabled,input[type=text]:read-only,input[type=url]:disabled,input[type=url]:read-only,textarea:disabled{background-color:silver}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:var(--select-arrow-svg);background-position:top 2px right 2px;background-repeat:no-repeat;border-radius:0;padding-right:32px;position:relative}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{outline:none}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--range-thumb-svg);border:none;box-shadow:none;height:21px;transform:translateY(-8px);width:11px}input[type=range].has-box-indicator::-webkit-slider-thumb{background:var(--range-box-thumb-svg);transform:translateY(-10px)}input[type=range]::-moz-range-thumb{background:var(--range-thumb-svg);border:0;border-radius:0;height:21px;transform:translateY(2px);width:11px}input[type=range].has-box-indicator::-moz-range-thumb{background:var(--range-box-thumb-svg);transform:translateY(0)}input[type=range]::-webkit-slider-runnable-track{background:var(--ButtonDkShadow);border-bottom:1px solid var(--ButtonShadow);border-right:1px solid var(--ButtonShadow);box-shadow:1px 0 0 var(--ButtonHilight),1px 1px 0 var(--ButtonHilight),0 1px 0 var(--ButtonHilight),-1px 0 0 var(--ButtonShadow),-1px -1px 0 var(--ButtonShadow),0 -1px 0 var(--ButtonShadow),-1px 1px 0 var(--ButtonHilight),1px -1px var(--ButtonShadow);box-sizing:border-box;height:2px;width:100%}input[type=range]::-moz-range-track{background:var(--ButtonDkShadow);border-bottom:1px solid var(--ButtonShadow);border-right:1px solid var(--ButtonShadow);box-shadow:1px 0 0 var(--ButtonHilight),1px 1px 0 var(--ButtonHilight),0 1px 0 var(--ButtonHilight),-1px 0 0 var(--ButtonShadow),-1px -1px 0 var(--ButtonShadow),0 -1px 0 var(--ButtonShadow),-1px 1px 0 var(--ButtonHilight),1px -1px var(--ButtonShadow);box-sizing:border-box;height:2px;width:100%}.is-vertical{display:inline-block;height:150px;transform:translateY(50%);width:4px}.is-vertical>input[type=range]{height:4px;margin:0 16px 0 10px;transform:rotate(270deg) translate(calc(-50% + 8px));transform-origin:left;width:150px}.is-vertical>input[type=range]::-webkit-slider-runnable-track{border-bottom:1px solid grey;border-left:1px solid grey;border-right:0;box-shadow:-1px 0 #fff,-1px 1px #fff,0 1px #fff,1px 0 #a9a9a9,1px -1px #a9a9a9,0 -1px #a9a9a9,1px 1px #fff,-1px -1px #a9a9a9}.is-vertical>input[type=range]::-moz-range-track{border-bottom:1px solid grey;border-left:1px solid grey;border-right:0;box-shadow:-1px 0 #fff,-1px 1px #fff,0 1px #fff,1px 0 #a9a9a9,1px -1px #a9a9a9,0 -1px #a9a9a9,1px 1px #fff,-1px -1px #a9a9a9}.is-vertical>input[type=range]::-webkit-slider-thumb{transform:translateY(-8px) scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-webkit-slider-thumb{transform:translateY(-10px) scaleX(-1)}.is-vertical>input[type=range]::-moz-range-thumb{transform:translateY(2px) scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-moz-range-thumb{transform:translateY(0) scaleX(-1)}select:focus{background-color:var(--ActiveTitle);color:var(--HilightText)}select:focus option{background-color:var(--Window);color:var(--ButtonText)}select:active{background-image:var(--select-arrow-active-svg)}a{color:var(--HotTrackingColor)}a:focus{outline:1px dotted var(--HotTrackingColor)}ul.tree-view{background:var(--Window);box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;display:block;margin:0;padding:6px}ul.tree-view li{list-style-type:none}ul.tree-view a{color:var(--ButtonText);text-decoration:none}ul.tree-view a:focus{background-color:var(--ActiveTitle);color:var(--HilightText)}ul.tree-view li,ul.tree-view ul{margin-top:3px}ul.tree-view ul{border-left:1px dotted grey;margin-left:16px;padding-left:16px}ul.tree-view ul>li{position:relative}ul.tree-view ul>li:before{border-bottom:1px dotted grey;content:"";display:block;left:-16px;position:absolute;top:6px;width:12px}ul.tree-view ul>li:last-child:after{background:#fff;bottom:0;content:"";display:block;left:-20px;position:absolute;top:7px;width:8px}ul.tree-view details{margin-top:0}ul.tree-view details[open] summary{margin-bottom:0}ul.tree-view ul details>summary:before{margin-left:-22px;position:relative;z-index:1}ul.tree-view details>summary:before{background-color:var(--Window);border:1px solid var(--ButtonShadow);content:"+";display:block;float:left;height:9px;line-height:8px;margin-right:5px;padding-left:1px;text-align:center;width:8px}ul.tree-view details[open]>summary:before{content:"-"}ul.tree-view details>summary::-webkit-details-marker,ul.tree-view details>summary::marker{content:""}pre{background:var(--Window);box-shadow:inset -1px -1px var(--ButtonHilight),inset 1px 1px var(--ButtonShadow),inset -2px -2px var(--ButtonLight),inset 2px 2px var(--ButtonDkShadow);display:block;margin:0;padding:12px 8px}code,code *{font-family:Fixedsys Excelsior,monospace!important}summary:focus{outline:1px dotted #000}.tab-window[role=tabpanel]{position:relative;z-index:2;margin-left:1px;margin-top:1px}.sunken-panel{border:2px groove transparent;border-image:var(--inset-deep-border-image);box-sizing:border-box;overflow:auto}.sunken-panel,table{background-color:#fff}table{border-collapse:collapse;position:relative;text-align:left;white-space:nowrap}table>thead>tr>*{background:var(--ButtonFace);box-shadow:inset -1px -1px var(--ButtonDkShadow),inset 1px 1px var(--ButtonHilight),inset -2px -2px var(--ButtonShadow),inset 2px 2px var(--ButtonLight);box-sizing:border-box;font-weight:400;height:17px;padding:0 6px;position:sticky;top:0}table>tbody>tr.highlighted{background-color:var(--ActiveTitle);color:var(--HilightText)}table>tbody>tr>*{height:14px;padding:0 6px}.progress-indicator{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;box-shadow:inset -2px -2px #dfdfdf,inset 2px 2px gray;box-sizing:border-box;height:32px;padding:4px;position:relative}.progress-indicator>.progress-indicator-bar{background-color:var(--ActiveTitle);display:block;height:100%}.progress-indicator.segmented>.progress-indicator-bar{background-color:transparent;background-image:linear-gradient(90deg,var(--ActiveTitle) 16px,transparent 0 2px);background-repeat:repeat;background-size:18px 100%;width:100%}.field-border{background:var(--Window)}.field-border,.field-border-disabled{box-shadow:inset -1px -1px var(--ButtonHilight),inset 1px 1px var(--ButtonShadow),inset -2px -2px var(--ButtonLight),inset 2px 2px var(--ButtonDkShadow);padding:2px}.field-border-disabled{background:var(--ButtonFace)}.status-field-border{background:var(--ButtonFace);box-shadow:inset -1px -1px var(--ButtonLight),inset 1px 1px var(--ButtonShadow);padding:1px}.tip-of-the-day-content{height:100%;display:flex;flex-direction:column}menu[role=tablist]{display:flex;list-style-type:none;margin:0 0 -2px;padding-left:3px;position:relative;text-indent:0}menu[role=tablist]>li{border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:inset -1px 0 var(--ButtonDkShadow),inset 1px 1px var(--ButtonLight),inset -2px 0 var(--ButtonShadow),inset 2px 2px var(--ButtonHilight);z-index:1}menu[role=tablist]>li[aria-selected=true]{background-color:var(--ButtonFace);margin-left:-3px;margin-top:-2px;padding-bottom:2px;position:relative;z-index:8}menu[role=tablist]>li>a{color:var(--ButtonText);display:block;margin:2px 8px;text-decoration:none}menu[role=tablist]>li[aria-selected=true]>a:focus{outline:none}menu[role=tablist]>li>a:focus{outline:1px dotted var(--ButtonText)}menu[role=tablist].multirows>li{flex-grow:1;text-align:center}.button-default-size{width:75px!important;height:23px!important;padding:0 12px!important}.tooltip{position:absolute;background-color:#fff;border:1px solid black;padding:5px 10px 5px 12px;box-shadow:5px 5px #0003;z-index:10000;font-size:10px;max-width:250px;pointer-events:none}@font-face{font-family:MSW98UI;src:url(/win98-web/assets/MSW98UI-Regular-0RpMAqAN.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:MSW98UI;src:url(/win98-web/assets/MSW98UI-Bold-BgG5yskL.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:IBM BIOS;src:url(/win98-web/assets/Web437_IBM_VGA_8x14-D3oywau_.woff) format("woff");font-weight:400;font-style:normal}:root{--background-gray: var(--ButtonFace);--border-light: var(--ButtonLight);--border-dark: var(--ButtonShadow);--border-white: var(--ButtonHilight);--border-black: var(--ButtonDkShadow);--highlight-blue: var(--Hilight);--highlight-text: var(--HilightText);--shadow-light: var(--ButtonHilight);--shadow-dark: var(--ButtonDkShadow);--shadow-medium-light: var(--ButtonLight);--shadow-medium-dark: var(--ButtonShadow);--base-color: var(--Hilight);--icon-filter: none;--text-shadow: 1px 1px var(--ButtonDkShadow);--icon-label-font-size: var(--font-size-base)}.hidden{display:none!important}body,html{height:100%;margin:0;padding:0;overflow-x:hidden;font-family:var(--font-family-base);background-color:var(--AppWorkspace);image-rendering:pixelated;font-smooth:never}.app-container{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.desktop-area{position:relative;overflow:hidden;box-sizing:border-box;height:calc(100% - 29px - env(safe-area-inset-bottom))}.desktop{height:100%;width:100%;position:relative;overflow:hidden;display:grid;grid-auto-flow:column;grid-template-rows:repeat(auto-fill,80px);grid-auto-columns:75px;gap:0;align-content:start;padding:5px;list-style:none;margin:0}.desktop.has-absolute-icons{display:block}.desktop .explorer-icon{color:#fff;text-shadow:1px 1px 1px black}.desktop .explorer-icon .icon-label{white-space:normal;word-break:break-word}.highlighted-label{background-color:var(--highlight-blue);color:var(--highlight-text)}.desktop .explorer-icon.selected .icon-label{text-shadow:none}.lasso{border:1px dotted var(--HilightText);position:absolute;z-index:1000;pointer-events:none}.desktop.drop-target{outline:2px dashed white;outline-offset:-10px;background-color:#0003}.taskbar{position:absolute;bottom:0;left:0;width:100%;height:24px;background:var(--ButtonFace, #c0c0c0);border-top:1px solid var(--ButtonLight, #dfdfdf);box-shadow:inset 0 1px var(--ButtonHilight, white);padding:2px;display:flex;align-items:center;flex-shrink:0;z-index:1000}.taskbar-divider{width:1px;height:22px;background-color:var(--ButtonShadow, grey);border-right:var(--ButtonHilight, white) 1px solid;margin:0 0 0 2px}.taskbar-divider-handler{width:1px;height:16px;background-color:var(--ButtonFace, #c0c0c0);border-top:var(--ButtonHilight, white) 1px solid;border-left:var(--ButtonHilight, white) 1px solid;border-right:var(--ButtonShadow, #808080) 1px solid;border-bottom:var(--ButtonShadow, #808080) 1px solid;padding-left:0;margin:2px}.start-button,.title-bar-text{display:flex;align-items:center;margin:0;font-weight:700;font-family:var(--font-family-title);font-size:var(--font-size-title)}.start-button{padding-left:2px;padding-right:2px}.taskbar-icon-area{display:flex;flex-wrap:nowrap;overflow:hidden;width:auto;justify-content:flex-start}.taskbar-app-area{padding-left:3px;display:flex;flex-wrap:nowrap;overflow:hidden;width:auto;flex-grow:1;justify-content:flex-start;gap:3px;min-width:0}.taskbar-button{display:flex;align-items:center;margin:0;padding-left:3px;min-width:50px;max-width:200px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-family-title);font-size:var(--font-size-title)}.taskbar-button.selected{font-weight:700}.taskbar-button.active img{transform:translate(1px,1px)}button:not(:disabled):active img{transform:translate(1px,1px)}.taskbar-icon{display:flex;align-items:center;margin:0;padding:2px;min-width:20px;min-height:20px;border:none;background-color:transparent;box-shadow:none}.taskbar-icon img{height:16px;-webkit-user-select:none;user-select:none}.start-button img,.taskbar-button img{height:16px;margin-right:3px;-webkit-user-select:none;user-select:none}.title-bar-text img{height:16px;margin-right:4px}.taskbar-button-content{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;box-sizing:border-box}.taskbar-button-content img{flex-shrink:0;max-width:100%;max-height:100%;width:16px;height:16px;object-fit:contain}.taskbar-button-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:100%;text-align:left}.start-menu{position:relative;background-color:var(--ButtonFace, #c0c0c0);border:1px solid var(--ButtonDkShadow, black);border-top-color:var(--ButtonLight, #dfdfdf);border-left-color:var(--ButtonLight, #dfdfdf);box-shadow:inset -1px -1px 0 0 var(--ButtonShadow, #808080),inset 1px 1px 0 0 var(--ButtonHilight, white);z-index:1000;display:flex;align-items:stretch;overflow:visible;pointer-events:auto;width:-moz-fit-content;width:fit-content;transition:transform .13s linear}.start-menu menu{list-style:none;padding:0;margin:1px 1px 1px 0}.start-menu li{height:32px;padding:0 5px 0 0;display:flex;align-items:center;font-family:var(--font-family-menu);font-size:var(--font-size-menu);margin:1px 1px 1px 0;text-decoration:none}.start-menu-icon-wrapper{width:32px;height:32px;margin-right:7px;flex-shrink:0}.start-menu li img{width:100%;height:100%}.start-menu li:hover{background-color:var(--Hilight, #0000a8);color:var(--HilightText, #fff)}.start-menu li:hover .start-menu-icon-wrapper{background-image:linear-gradient(oklch(from var(--Hilight) l c h),oklch(from var(--Hilight) l c h)),linear-gradient(oklch(from var(--Hilight) l c h),oklch(from var(--Hilight) l c h)),var(--icon-url);background-blend-mode:color,saturation,normal;background-size:contain;background-repeat:no-repeat;background-position:center;mask-image:var(--icon-url);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:var(--icon-url);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.start-menu li:hover .start-menu-icon-wrapper img{visibility:hidden}.blue-rectangle{width:21px;background:linear-gradient(to bottom,navy 0% 60%,#1084d0 85%,navy);background:linear-gradient(to bottom,var(--ActiveTitle, rgb(0, 0, 128)) 0%,var(--ActiveTitle, rgb(0, 0, 128)) 60%,var(--GradientActiveTitle, rgb(16, 132, 208)) 85%,var(--ActiveTitle, rgb(0, 0, 128)) 100%);margin:2px 0 2px 2px;display:grid;align-items:end}.start-menu-wrapper{position:absolute;bottom:25px;left:2px;width:fit-content;height:fit-content;overflow:hidden;z-index:9999;display:none}.start-menu-wrapper.open{display:block}.start-menu-wrapper.open .start-menu{transition:transform .13s linear,opacity .13s linear}@starting-style{.start-menu-wrapper.open .start-menu{transform:translateY(100%);opacity:0}}.start-menu-divider{width:146px;height:1px;background-color:var(--ButtonShadow, grey);border-bottom:var(--ButtonHilight, white) 1px solid;margin:0 3px}.system-tray{height:22px;background:var(--ButtonFace, #c0c0c0);border:1px solid var(--ButtonHilight, #dfdfdf);border-left:1px solid var(--ButtonShadow, #808080);border-top:1px solid var(--ButtonShadow, #808080);margin:2px;display:flex;align-items:center}.taskbar-clock{width:60px;text-align:center;font-size:var(--font-size-menu);-webkit-user-select:none;user-select:none;font-family:var(--font-family-menu)}.tooltip-custom{position:absolute;padding:5px 10px;background:#333;color:#ff0;border-radius:4px;white-space:nowrap;z-index:1000;font-size:12px;opacity:0;transition:opacity .2s;pointer-events:none}.toolbar-menu{background:silver;min-height:23px}.submenu-arrow{width:0;height:0;border-style:solid;border-width:4px 0 4px 4px;border-color:transparent transparent transparent var(--ButtonText, black);margin-left:auto}.shutdown-dialog-content{display:flex;align-items:flex-start;padding:12px}.shutdown-dialog-icon{margin-right:12px;flex-shrink:0}.shutdown-dialog-main{display:flex;flex-direction:column}.shutdown-dialog-main p,.shutdown-dialog-main legend{margin:0 0 12px;display:block;padding:0}.shutdown-dialog-options{display:flex;flex-direction:column;gap:8px;border:none;margin:0;padding:0}.shutdown-dialog-options .field-row{display:flex;align-items:center}.shutdown-dialog-options input[type=radio]{margin-right:8px}input[type=text],textarea{cursor:var(--cursor-text)}.window-title-bar{cursor:var(--cursor-move)}.ui-resizable-n{cursor:var(--cursor-ns-resize)}.ui-resizable-e{cursor:var(--cursor-we-resize)}.ui-resizable-s{cursor:var(--cursor-ns-resize)}.ui-resizable-w{cursor:var(--cursor-we-resize)}.ui-resizable-ne{cursor:var(--cursor-nesw-resize)}.ui-resizable-se{cursor:var(--cursor-nwse-resize)}.ui-resizable-sw{cursor:var(--cursor-nesw-resize)}.ui-resizable-nw{cursor:var(--cursor-nwse-resize)}.file-picker{display:flex;flex-direction:column;padding:10px;height:100%;box-sizing:border-box;font-size:var(--font-size-base, 12px);background-color:var(--ButtonFace, #c0c0c0)}.file-picker-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}.file-picker-top label{white-space:nowrap}.file-picker-top .address-bar{flex-grow:1;margin:0;border:none;padding:0;background:none}.file-picker-top .address-bar-combo{margin-left:0}.file-picker-top-actions{display:flex;align-items:center;gap:5px}.view-mode-group{display:flex}.file-picker-toolbar-button{width:24px;height:22px;padding:0;display:flex;align-items:center;justify-content:center;min-width:0}.file-picker-toolbar-button .toolbar-icon{width:16px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAQCAYAAABA4nAoAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAAd0SU1FB+oCBAAiEDSsADcAAAMXSURBVGje7Vprj60gDGwT//fWXz73AwetUKA8vLvuSnKCJ7Hl4Uw7VIne9rZ1DU+bHz9g0nc3Pi8l2Qthy0CIIBe77I6qn8QefXOsjS+Gr3wNBXu0xv2NbZsjLtPvsLfAIvj8hkAAfIUReJ8MnBxvYP+4Ia6FsV1rAEDETAwQVI9OEuCHkyab37aG6E+3r0XQ/5yElviKz1kIEGKukgCBqOE66WvsZANU3EsGxPFPpl/+LwZ9Nr/toP/IVsfderj9FfwRKHNk8EV+as7/Osc2aZmFgEiCnZhFZ7SSszTyN3sFLH2d9h66MogARbRB8KNA0Or8ttJDiym8p+37TiLBthecNdsRvxo4ALL/97Yx2cQckBCn6p2mflbM+0GCsE4th0r2ObgdJCilnW4ZFEkwA/5UwhmR35zfZm1m2MS9mwQiNAyymu2I3/S+tp3wqftXy6Y2ITSgNAlGzx+BTFc5VBk7BQ61SKDvK8gLN/519AcROJdXtZ4sCdc42B/2W3kD9+7MMJI1Vvr1yo6yv7kD79ycTtDHTDArv1I51MoABmA8GSCrRHwyLgOA7gnK/2c86wygSMCGnDHljVO6pWTlzfvAZjKDR8KskEAzBPxpbZQEqRzqzQAR3IWqEBfIckTUKDdT8AMA7xcZCg6OLpmjIoEsCQNLwjnOLfYZoAWgNDOslEYrJJAm59gZwPce4LYaHfq0f19V6LYzwEVTR7BHkF/6L+gzGlcOrrWqE6eL6zi8ZzJoq1UcNFBGgN8TmVdIIH3fwBnAqAKNvwcYr0at9i1V8JcygFESLWUATvYZnvUU7gP59f9oBrgQavOAxAvAu6pAIVoIWn7nM8B8+XMiRH9bRaq3BGpUgcjKAA3StzJAS//PZAAqVoE8EWpExszJJIHH71wGaANG1AOL19KzRtuevWXDm8anAfAXSfugDHAy6I+/COOyBMoJkYDoyEz1iszpI7fvjOfG+D2ENsafyT7W90RsHoCtqtCaTyd6qkDZnN+P4aY/hut/DyDNj+naJPhO+wYYZ0jkqfub7wEmSPu2t/3d9g8nuGi1fFd5tQAAAABJRU5ErkJggg==);background-repeat:no-repeat}.file-picker-toolbar-button .toolbar-icon.desktop{background-size:16px;background-position:center}.file-picker-content{flex-grow:1;background-color:#fff;overflow:auto;margin-bottom:10px;min-height:200px}.file-picker-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.file-picker-form{flex-grow:1;display:flex;flex-direction:column;gap:5px}.file-picker-row{display:flex;align-items:center}.file-picker-row label{width:80px;white-space:nowrap}.file-picker-row input,.file-picker-row select{flex-grow:1;padding:2px}.file-picker-buttons{display:flex;flex-direction:column;gap:5px}.file-picker-buttons button{width:75px;padding:4px}.file-picker-content .explorer-icon-view.list-icons{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;height:100%}.file-picker-content .explorer-icon-view.list-icons .explorer-icon{width:150px;height:22px;margin:2px}.file-picker-content .explorer-icon-view.details-icons table{width:100%;border-collapse:collapse}.file-picker-content .explorer-icon-view.details-icons th{text-align:left;background-color:var(--ButtonFace);border:1px solid var(--ButtonShadow);padding:2px 4px;font-weight:400}.file-picker-content .explorer-icon-view.details-icons td{padding:2px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-picker-content .name-cell{display:flex;align-items:center;gap:4px}.file-picker-content .name-cell .icon{width:16px;height:16px;flex-shrink:0}.file-picker-content .name-cell .icon-label{overflow:hidden;text-overflow:ellipsis}@font-face{font-family:MSW98UI;src:url(/win98-web/assets/MSW98UI-Regular-BPLcA7u2.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:MSW98UI;src:url(/win98-web/assets/MSW98UI-Bold-DMyuxkoB.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:IBM BIOS;src:url(/win98-web/assets/Web437_IBM_VGA_8x14-D3oywau_.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Fixedsys Excelsior;src:url(/win98-web/assets/Fixedsys%20Excelsior-DmtX1eT1.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Calisto MT;src:url(/win98-web/assets/CALIST-C0dFg-Op.TTF) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OCR A Extended;src:url(/win98-web/assets/OCRAEXT-rSHqEw-I.TTF) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Westminster;src:url(/win98-web/assets/WESTM-CYTVqkzZ.TTF) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:IBM BIOS;src:url(/win98-web/assets/Web437_IBM_VGA_8x14-D3oywau_.woff) format("woff");font-weight:400;font-style:normal}:root{--background-gray: var(--ButtonFace);--border-light: var(--ButtonLight);--border-dark: var(--ButtonShadow);--border-white: var(--ButtonHilight);--border-black: var(--ButtonDkShadow);--highlight-blue: var(--Hilight);--highlight-text: var(--HilightText);--shadow-light: var(--ButtonHilight);--shadow-dark: var(--ButtonDkShadow);--shadow-medium-light: var(--ButtonLight);--shadow-medium-dark: var(--ButtonShadow);--icon-filter: sepia(100%) hue-rotate(180deg) saturate(2000%) brightness(.6);--text-shadow: 1px 1px var(--ButtonDkShadow);--icon-label-font-size: 11px}body,html{height:100%;margin:0;padding:0;overflow:hidden;font-family:MSW98UI,sans-serif;background-color:#000;image-rendering:pixelated;font-smooth:never;cursor:var(--cursor-default)}#screen{position:relative;overflow:hidden;width:100%;height:100%;background-color:var(--Background);transition:width .3s ease-in-out,height .3s ease-in-out}a{font-weight:500;color:var(--HotTrackingColor);text-decoration:inherit}a:hover{color:var(--Hilight)}body{margin:0;display:flex;justify-content:center;align-items:center;min-width:320px;min-height:100vh}body.fit-mode{display:block}h1{font-size:3.2em;line-height:1.1}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em var(--HotTrackingColor))}.logo.vanilla:hover{filter:drop-shadow(0 0 2em var(--ButtonFace))}.card{padding:2em}.read-the-docs{color:var(--GrayText)}.tray-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:transparent;padding:2px}.tray-icon img{width:16px;height:16px;object-fit:contain}button{cursor:var(--cursor-default)}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-out{animation:fadeOut .5s forwards}.desktop-boot-fade-in{animation:fadeInAnimation .5s ease-in forwards}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.desktop-icon-ghost{opacity:.5}.icon-wrapper{position:relative;display:inline-block}.shortcut-overlay{position:absolute;bottom:0;left:0}.shortcut-overlay-16,.shortcut-overlay-32{width:16px;height:16px}#splash-screen{position:absolute;top:0;left:0;width:100%;height:100%;background-size:100% 100%;background-position:center;z-index:10000;display:none}.loading-banner{width:100%;height:2%;background:linear-gradient(90deg,#4e7bb8,#adb9c3 25% 50%,#4e7bb8);background-size:1000px 20px;animation:moving-banner 2s linear infinite;position:absolute;bottom:0}@keyframes moving-banner{0%{background-position:0 0}to{background-position:1000px 0}}#shutdown-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:9999}#shutdown-overlay img{width:100%;height:100%;object-fit:stretch}.address-bar{display:flex;align-items:center;padding:2px;background-color:var(--ButtonFace);position:relative}.inset-deep{border:2px groove transparent;border-image:var(--inset-deep-border-image);box-sizing:border-box}.address-bar-label{margin-right:4px;color:var(--ButtonText);white-space:nowrap}.address-bar-combo{display:flex;flex-grow:1;background-color:var(--Window);align-items:center;height:22px;box-sizing:border-box}.address-bar-input-wrapper{display:flex;align-items:center;flex-grow:1;padding-left:2px;background-color:inherit;height:100%;overflow:hidden}.address-bar-icon-img{width:16px;height:16px;margin-right:4px;flex-shrink:0}.address-bar-input{flex-grow:1;font-family:MSW98UI;border:none!important;background:transparent!important;outline:none!important;height:100%!important;padding:0 2px!important;margin:0!important;box-shadow:none!important;width:100%}.address-bar-dropdown-button{width:16px;height:18px;height:100%;background-color:var(--ButtonFace);border:1px solid var(--ButtonFace);box-shadow:inset 1px 1px var(--ButtonHighlight),inset -1px -1px var(--ButtonShadow);display:flex;align-items:center;justify-content:center;cursor:default;padding:0;box-sizing:border-box;flex-shrink:0}.address-bar-dropdown-button:active{box-shadow:inset 1px 1px var(--ButtonShadow),inset -1px -1px var(--ButtonHighlight)}.address-bar-dropdown-button:after{content:"";width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid var(--ButtonText)}.address-bar-dropdown{position:fixed;z-index:10000;background-color:var(--Window);border:1px solid var(--ButtonText);box-shadow:2px 2px 0 var(--ButtonShadow);height:200px;overflow-y:auto;display:none;box-sizing:border-box}.address-bar-dropdown.show{display:block}.address-bar-tree-item{display:flex;align-items:center;padding:1px 4px;cursor:default;white-space:nowrap;font-family:MSW98UI;font-size:12px}.address-bar-tree-item:hover img{filter:var(--icon-filter)}.address-bar-tree-item:hover .address-bar-tree-item-name{background-color:var(--Hilight);color:var(--HilightText);outline:1px dotted white;outline-offset:-1px}.address-bar-tree-item img{width:16px;height:16px;margin-right:4px;pointer-events:none}.address-bar-tree-item-name{pointer-events:none;padding:0 2px}.animated-logo-container{width:38px;height:20px;background-color:#000;display:flex;justify-content:center;align-items:center}.animated-logo{width:20px;height:20px;background-image:url(https://github.com/user-attachments/files/23015223/Bitmap304.bmp);background-repeat:no-repeat;background-size:20px 820px;animation:play 1.5s steps(41) infinite}.animated-logo-container.animate-only-busy .animated-logo{animation:none}.cursor-busy .animated-logo-container.animate-only-busy .animated-logo,.cursor-wait .animated-logo-container.animate-only-busy .animated-logo{animation:play 1.5s steps(41) infinite}@keyframes play{0%{background-position:0 0}to{background-position:0 -820px}}.desktop-icon.cut,.explorer-icon.cut{opacity:.5}.explorer-content{display:flex;flex-direction:row;flex-grow:1;height:100%}.status-bar{height:22px;background-color:var(--ButtonFace);border-top:1px solid var(--ButtonShadow);display:flex;align-items:center;padding:0 2px;font-size:11px}.explorer-sidebar{display:none;width:30%;max-width:250px;box-sizing:border-box;flex-shrink:0;word-wrap:break-word}.sidebar-icon{width:32px;height:32px;margin:10px}.sidebar-title{font-family:Verdana,sans-serif;font-size:2em;margin:0 10px;color:var(--WindowText)}.explorer-content.with-sidebar .explorer-sidebar{display:block}.explorer-icon-view{flex-grow:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,70px);grid-auto-rows:min-content;grid-auto-flow:row;gap:5px;padding:10px;align-content:start;position:relative;list-style:none;margin:0}.explorer-icon-view.small-icons{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:min-content;gap:2px 5px}.explorer-icon-view.list-icons{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;overflow-x:auto;overflow-y:hidden;gap:0 5px}.explorer-icon-view.details-icons{display:block;padding:0}.explorer-icon-view.has-absolute-icons{display:block;position:relative;min-height:100%;min-width:100%}.explorer-icon-view.has-absolute-icons .explorer-icon{position:absolute;margin:0}.explorer-icon{width:70px;text-align:center;color:var(--WindowText);border:1px solid transparent}.explorer-icon-view.small-icons .explorer-icon,.explorer-icon-view.list-icons .explorer-icon,.explorer-icon-view.details-icons tr.explorer-icon{width:100%;display:flex;flex-direction:row;align-items:center;text-align:left;padding:2px}.explorer-icon-view.list-icons .explorer-icon{width:150px}.explorer-icon .icon{display:block;margin:auto}.explorer-icon-view.small-icons .explorer-icon .icon,.explorer-icon-view.list-icons .explorer-icon .icon,.explorer-icon-view.details-icons tr.explorer-icon .icon{margin:0 4px 0 0;flex-shrink:0}.explorer-icon .icon img.icon-32{width:32px;height:32px;display:block}.explorer-icon .icon img.icon-16{width:16px;height:16px;display:none}.explorer-icon-view.small-icons .explorer-icon .icon img.icon-32,.explorer-icon-view.list-icons .explorer-icon .icon img.icon-32,.explorer-icon-view.details-icons tr.explorer-icon .icon img.icon-32{display:none}.explorer-icon-view.small-icons .explorer-icon .icon img.icon-16,.explorer-icon-view.list-icons .explorer-icon .icon img.icon-16,.explorer-icon-view.details-icons tr.explorer-icon .icon img.icon-16{display:block}.explorer-icon .icon-label{font-family:var(--font-family-menu);font-size:var(--font-size-menu);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.explorer-icon.cut{opacity:.5}.explorer-icon.selected .icon-wrapper{background-image:linear-gradient(oklch(from var(--Hilight) l c h),oklch(from var(--Hilight) l c h)),linear-gradient(oklch(from var(--Hilight) l c h),oklch(from var(--Hilight) l c h)),var(--overlay-url-32, none),var(--icon-url-32);background-blend-mode:color,saturation,normal,normal;background-size:contain;background-repeat:no-repeat;background-position:center;mask-image:var(--overlay-url-32, none),var(--icon-url-32);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:var(--overlay-url-32, none),var(--icon-url-32);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.explorer-icon-view.small-icons .explorer-icon.selected .icon-wrapper,.explorer-icon-view.list-icons .explorer-icon.selected .icon-wrapper,.explorer-icon-view.details-icons .explorer-icon.selected .icon-wrapper{background-image:linear-gradient(oklch(from var(--Hilight) l c h),oklch(from var(--Hilight) l c h)),linear-gradient(oklch(from var(--Hilight) l c h),oklch(from var(--Hilight) l c h)),var(--overlay-url-16, none),var(--icon-url-16);mask-image:var(--overlay-url-16, none),var(--icon-url-16);-webkit-mask-image:var(--overlay-url-16, none),var(--icon-url-16)}.explorer-icon.selected .icon-wrapper img{visibility:hidden}.explorer-icon.selected .highlighted-label{background-color:var(--Hilight);color:var(--HilightText)}.explorer-icon-view.details-icons table{width:100%}.explorer-icon-view.details-icons tr.explorer-icon{border:none;height:22px;display:table-row}.explorer-icon-view.details-icons td{border:none;padding:0 4px}.explorer-icon-view.details-icons tr.explorer-icon .icon .icon-wrapper{position:static}.explorer-icon-view.details-icons tr.explorer-icon .name-cell{display:flex;align-items:center}.explorer-title{display:none;font-size:2em;margin:10px;text-align:left;color:var(--WindowText)}.explorer-content.small-width{flex-direction:column}.explorer-content.small-width .explorer-title{display:block}.explorer-icon .icon-label-input{width:100%;box-sizing:border-box;border:1px solid black;box-shadow:none;background:#fff;color:#000;text-align:center;font-family:inherit;font-size:inherit;margin:0;outline:none;z-index:10;position:relative;resize:none;overflow:hidden;height:auto;min-height:1.2em;white-space:normal;word-break:break-word;line-height:1.2;padding:2px}.explorer-icon-view.small-icons .explorer-icon .icon-label-input,.explorer-icon-view.list-icons .explorer-icon .icon-label-input,.explorer-icon-view.details-icons tr.explorer-icon .icon-label-input{text-align:left}.drag-ghost{pointer-events:none;-webkit-user-select:none;user-select:none;filter:opacity(.8)}.drag-ghost .ghost-item{background:transparent!important;border:none!important}.drag-ghost .explorer-icon{margin:0}.drop-target-highlight{background-color:var(--Hilight)!important;color:var(--HilightText)!important}.drop-target-highlight .icon-wrapper{background-image:linear-gradient(oklch(from var(--Hilight) l c h),oklch(from var(--Hilight) l c h)),linear-gradient(oklch(from var(--Hilight) l c h),oklch(from var(--Hilight) l c h)),var(--overlay-url-32, none),var(--icon-url-32);background-blend-mode:color,saturation,normal,normal;background-size:contain;background-repeat:no-repeat;background-position:center;mask-image:var(--overlay-url-32, none),var(--icon-url-32);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:var(--overlay-url-32, none),var(--icon-url-32);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.explorer-icon-view.small-icons .drop-target-highlight .icon-wrapper,.explorer-icon-view.list-icons .drop-target-highlight .icon-wrapper,.explorer-icon-view.details-icons .drop-target-highlight .icon-wrapper{background-image:linear-gradient(oklch(from var(--Hilight) l c h),oklch(from var(--Hilight) l c h)),linear-gradient(oklch(from var(--Hilight) l c h),oklch(from var(--Hilight) l c h)),var(--overlay-url-16, none),var(--icon-url-16);mask-image:var(--overlay-url-16, none),var(--icon-url-16);-webkit-mask-image:var(--overlay-url-16, none),var(--icon-url-16)}.drop-target-highlight .icon-wrapper img{visibility:hidden}body.dragging *{cursor:grabbing!important}#appearance-preview-wrapper{position:relative;width:100%;height:200px;background-color:var(--preview-background);border:2px inset;border-color:var(--button-shadow) var(--button-highlight) var(--button-highlight) var(--button-shadow);padding:2px}#appearance-preview-wrapper .preview-window{box-sizing:border-box;border:1px solid;border-color:var(--preview-button-highlight) var(--preview-button-dk-shadow) var(--preview-button-dk-shadow) var(--preview-button-highlight);background:var(--preview-button-face);padding:1px}#appearance-preview-wrapper button{min-height:0}#appearance-preview-wrapper .inactive-window-preview{position:absolute;bottom:84px;left:calc(50% - 111px);width:200px;height:150px;z-index:1}#appearance-preview-wrapper .active-window-preview{position:absolute;left:calc(50% - 109px);bottom:80px;width:220px;height:130px;z-index:2}#appearance-preview-wrapper .message-box-preview{position:absolute;left:calc(50% - 105px);bottom:66px;width:158px;height:76px;z-index:3}#appearance-preview-wrapper .message-box-preview .window-body{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}#appearance-preview-wrapper .message-box-preview .window-body span{text-align:left;width:100%}#appearance-preview-wrapper .preview-window .title-bar{padding:2px 4px;display:flex;justify-content:space-between;align-items:center;font-weight:700}#appearance-preview-wrapper .preview-window .title-bar .title-bar-text{font-family:var(--preview-font-family-title);font-size:var(--preview-font-size-title)}#appearance-preview-wrapper .active-window-preview .menu-bar{font-family:var(--preview-font-family-menu);font-size:var(--preview-font-size-menu);background-color:var(--preview-button-face);color:var(--preview-window-text);padding:2px 4px;display:flex;gap:8px}#appearance-preview-wrapper .active-window-preview .title-bar,#appearance-preview-wrapper .message-box-preview .title-bar{background:linear-gradient(to right,var(--preview-active-title-bar-bg) 0%,var(--preview-gradient-active-title-bar-bg) 100%);color:var(--preview-active-title-bar-text, #fff)}#appearance-preview-wrapper .inactive-window-preview .title-bar{background:linear-gradient(to right,var(--preview-inactive-title-bar-bg, #7f7f7f) 0%,var(--preview-gradient-inactive-title-bar-bg, #b5b5b5) 100%);color:var(--preview-inactive-title-bar-text, #c0c0c0)}#appearance-preview-wrapper .active-window-preview .window-body{padding:0;margin:1px;display:flex;flex-direction:column;height:100%}#appearance-preview-wrapper .active-window-preview .menu-bar .selected{background-color:var(--preview-active-title-bar-bg);color:var(--preview-active-title-bar-text);padding:0 2px}#appearance-preview-wrapper .active-window-preview .main-content{background-color:var(--preview-window-bg);color:var(--preview-window-text);flex-grow:1;margin:1px}#appearance-preview-wrapper .preview-window .title-bar-controls{display:flex}#appearance-preview-wrapper .preview-window .title-bar-controls button{width:16px;height:14px;min-width:0;padding:0;box-sizing:border-box;border:1px solid;border-color:var(--preview-button-highlight) var(--preview-button-shadow) var(--preview-button-shadow) var(--preview-button-highlight);background:var(--preview-button-face)}#appearance-preview-wrapper .preview-window .window-body{background:var(--preview-button-face, #c0c0c0);color:var(--preview-window-text, #000);margin:1px}#appearance-preview-wrapper .preview-window .window-body button{min-width:70px;height:22px;border:1px solid;border-color:var(--preview-button-highlight) var(--preview-button-dk-shadow) var(--preview-button-dk-shadow) var(--preview-button-highlight);background:var(--preview-button-face);color:var(--preview-button-text);border-image:var(--preview-button-normal-border-image)}.display-properties-tabs{display:flex;flex-direction:column;height:100%;margin:5px;padding-top:3px}.display-properties-tabs .tab-window{flex-grow:1}.display-properties-tabs .tab-window .tab-window-body{flex-grow:1;padding:10px}.monitor-preview-container{position:relative;width:184px;height:170px;margin:0 auto;background-image:url(data:image/png;base64,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);background-size:contain;background-repeat:no-repeat;background-position:center}.display-wallpaper-preview,.display-screensaver-preview{position:absolute;top:17px;left:16px;width:152px;height:112px;background-color:var(--Background);overflow:hidden}#screensaver .tab-content{display:flex;flex-direction:column;height:100%}.screensaver-settings-container{display:flex;flex-direction:column}.screensaver-selection-fieldset{padding-block-start:0}.screensaver-selection-fieldset .field-row{display:flex;align-items:center}.screensaver-dropdown{flex-grow:1}.password-protected-row{margin-top:10px}.wait-time-input{width:50px}.energy-saving-content{display:flex;align-items:center;gap:10px}.wallpaper-list{width:100%;border-collapse:collapse}.wallpaper-list tr{cursor:default}.wallpaper-list td{padding:1px 4px}.wallpaper-list tr.highlighted{background-color:var(--highlight, #000080);color:var(--highlight-text, white)}.display-properties-buttons{text-align:right;padding:5px}.display-properties-buttons button,.display-properties-tabs button{min-width:75px;min-height:23px;font-size:var(--font-size-base);padding:2px 12px}.wallpaper-controls button{min-width:65px;padding:2px 5px}.wallpaper-settings-container{display:flex;flex-direction:column;gap:3px}.wallpaper-options{display:flex;gap:10px}.wallpaper-list-container{flex-grow:1;height:100px;overflow-y:scroll}.wallpaper-controls{display:flex;flex-direction:column;gap:5px}.wallpaper-controls .field-row{display:flex;flex-direction:column}.settings-controls{display:flex;justify-content:space-around;gap:10px}.screen-area-fieldset,.colors-fieldset{flex-basis:50%}.colors-fieldset select{width:100%}.resolution-slider-container{display:flex;align-items:center;gap:5px;margin-top:5px}.current-resolution{text-align:center;margin-top:10px}.advanced-container{display:flex;gap:5px;justify-content:space-between;padding:10px 0}#display-properties .preview-container{flex-grow:1;border:2px inset var(--border-color, #fff);overflow:hidden;position:relative;background-size:cover;background-position:center;display:flex;align-items:flex-start;justify-content:flex-start}#display-properties .right-panel{display:flex;flex-direction:column;gap:10px;width:220px}#display-properties .right-panel fieldset{padding:10px}#display-properties .right-panel .previews-fieldset{display:flex;flex-direction:column;gap:10px}#display-properties .right-panel .previews-fieldset button{width:100%;font-size:var(--font-size-base);min-height:22px}#display-properties .right-panel .settings-fieldset{flex-grow:1}#display-properties .right-panel .settings-fieldset p{margin:0 0 10px}#display-properties .actions{padding:10px;display:flex!important;justify-content:flex-end;gap:5px}#display-properties .actions button{padding:2px;min-width:80px}#display-properties .preview-label{background-color:var(--preview-button-face);padding:3px;border:1px solid var(--preview-button-shadow);border-top:1px solid var(--preview-button-highlight);text-align:center;font-size:var(--font-size-base)}#display-properties .preview-window{box-sizing:border-box;border:1px solid;border-color:var(--preview-button-highlight) var(--preview-button-dk-shadow) var(--preview-button-dk-shadow) var(--preview-button-highlight);background:var(--preview-button-face);padding:1px}#display-properties .inactive-window-preview{position:absolute;bottom:24px;right:24px;width:200px;height:150px;z-index:1}#display-properties .active-window-preview{position:absolute;right:2px;bottom:20px;width:220px;height:130px;z-index:2}#display-properties .message-box-preview{position:absolute;right:60px;bottom:6px;width:158px;height:76px;z-index:3}#display-properties .message-box-preview .window-body{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}#display-properties .message-box-preview .window-body span{text-align:left;width:100%}#display-properties .preview-window .title-bar{padding:2px 4px;display:flex;justify-content:space-between;align-items:center;font-weight:700}#display-properties .preview-window .title-bar .title-bar-text{font-family:var(--preview-font-family-title);font-size:var(--preview-font-size-title)}#display-properties .active-window-preview .menu-bar{font-family:var(--preview-font-family-menu);font-size:var(--preview-font-size-menu)}#display-properties .active-window-preview .title-bar,#display-properties .message-box-preview .title-bar{background:linear-gradient(to right,var(--preview-active-title-bar-bg) 0%,var(--preview-gradient-active-title-bar-bg) 100%);color:var(--preview-active-title-bar-text, #fff)}#display-properties .inactive-window-preview .title-bar{background:linear-gradient(to right,var(--preview-inactive-title-bar-bg, #7f7f7f) 0%,var(--preview-gradient-inactive-title-bar-bg, #b5b5b5) 100%);color:var(--preview-inactive-title-bar-text, #c0c0c0)}#display-properties .active-window-preview .window-body{padding:0;margin:1px;display:flex;flex-direction:column;height:100%}#display-properties .active-window-preview .menu-bar{background-color:var(--preview-button-face);color:var(--preview-window-text);padding:2px 4px;display:flex;gap:8px}#display-properties .active-window-preview .menu-bar .selected{background-color:var(--preview-active-title-bar-bg);color:var(--preview-active-title-bar-text);padding:0 2px}#display-properties .active-window-preview .main-content{background-color:var(--preview-window-bg);color:var(--preview-window-text);flex-grow:1;margin:1px}#display-properties .preview-window .title-bar-controls{display:flex}#display-properties .preview-window .title-bar-controls button{width:16px;height:14px;min-width:0;padding:0;box-sizing:border-box;border:1px solid;border-color:var(--preview-button-highlight) var(--preview-button-shadow) var(--preview-button-shadow) var(--preview-button-highlight);background:var(--preview-button-face)}#display-properties .preview-window .window-body{background:var(--preview-button-face, #c0c0c0);color:var(--preview-window-text, #000);margin:1px}#display-properties .preview-window .window-body p{margin:0 0 12px}#display-properties .preview-window .window-body button{min-width:70px;height:22px;border:1px solid;border-color:var(--preview-button-highlight) var(--preview-button-dk-shadow) var(--preview-button-dk-shadow) var(--preview-button-highlight);background:var(--preview-button-face);color:var(--preview-button-text);border-image:var(--preview-button-normal-border-image)}#color-spectrum-preview{margin-top:5px;height:20px;border:1px solid var(--button-shadow);box-shadow:var(--inset-shadow-deep);display:flex}.color-block{flex-grow:1}
