@import "https://fonts.googleapis.com/css2?family=VT323&family=Press+Start+2P&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--xp-blue:#0054e3;--xp-green:#76b541;--title-bar-navy:navy;--desktop-teal:teal}body{background:var(--desktop-teal);cursor:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path d=\"M0,0 L0,13 L4,9 L6,14 L8,13 L6,8 L10,8 Z\" fill=\"white\" stroke=\"black\"/></svg>"),auto;touch-action:manipulation;height:100vh;font-family:Tahoma,MS Sans Serif,sans-serif;overflow:hidden}@media (max-width:768px){body{cursor:default}}.desktop{height:calc(100vh - 34px);padding:12px;position:relative}@media (max-width:768px){.desktop{height:calc(100vh - 44px);padding:6px}}.window{background:silver;border:2px solid gray;border-color:#dfdfdf gray gray #dfdfdf;flex-direction:column;width:100%;height:100%;display:flex;position:relative;box-shadow:1px 1px #000}.window-title-bar{-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,#0997ff 0%,#0053ee 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:3px 3px 3px 5px;display:flex}.window-title{color:#fff;text-shadow:1px 1px #0006;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.window-title .app-icon{justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;display:inline-flex}.window-controls{gap:2px;display:flex}.window-button{cursor:pointer;color:#000;background:silver;border:1px solid #000;border-color:#dfdfdf #000 #000 #dfdfdf;justify-content:center;align-items:center;width:18px;height:16px;font-size:9px;font-weight:700;line-height:1;display:flex}.window-button:active{background:gray;border-color:#000 #dfdfdf #dfdfdf #000}.window-content{background:silver;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.taskbar{z-index:1000;background:silver;border-top:2px outset #dfdfdf;align-items:center;gap:4px;height:34px;padding:2px 4px;font-family:MS Sans Serif,Arial,sans-serif;font-size:11px;display:flex;position:fixed;bottom:0;left:0;right:0}@media (max-width:768px){.taskbar{height:44px}}.start-button{color:#000;cursor:pointer;background:silver;border:2px outset #dfdfdf;flex-shrink:0;align-items:center;gap:5px;height:26px;padding:0 8px;font-size:12px;font-weight:700;display:flex}.start-button:active{border:2px inset gray}.taskbar-items{border-left:1px solid gray;flex:1;gap:2px;margin-left:4px;padding-left:4px;display:flex}.taskbar-item{color:#000;cursor:pointer;background:#b0b0b0;border:2px inset gray;align-items:center;gap:5px;height:24px;padding:0 10px;font-size:11px;font-weight:700;display:flex}.system-tray{color:#000;border:1px inset gray;flex-shrink:0;justify-content:center;align-items:center;height:24px;padding:2px 10px;font-family:Tahoma,sans-serif;font-size:11px;display:flex}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background:#ece9d8}::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#c0c7d8 0%,#a0a7b8 100%);border:1px solid gray}::-webkit-scrollbar-button{background:linear-gradient(#ece9d8 0%,#c0c7d8 100%);border:1px solid gray;height:16px}.maplibregl-ctrl-attrib{font-size:9px!important}
