html{width:100vw;height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;overflow:hidden}body{margin:0;padding:0}.os{flex-direction:column;justify-content:space-between;width:100vw;height:100vh;display:flex}.desktop{background-repeat:no-repeat;background-size:cover;width:100%;height:100%;overflow:hidden}.app-grid{grid-template-columns:repeat(auto-fit,minmax(40px,40px));grid-auto-rows:minmax(80px,120px);gap:20px;padding:10px;display:grid}.window{z-index:100;resize:both;overflow-block:hidden;flex-direction:column;min-width:200px;max-width:100vw;min-height:100px;max-height:100vh;display:flex;position:absolute;overflow:auto}.window,.window *{background-color:#fff}.window-bar{cursor:move;-webkit-user-select:none;user-select:none;box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:4px;display:flex}.window-content{flex:1}.wallpapers-app{flex-direction:column;width:fit-content;height:fit-content;padding:2px;display:flex}.wallpaper-type{flex-direction:column;justify-content:start;align-items:start;display:flex}.wallpapers-container{grid-template-columns:repeat(auto-fit,minmax(256px,256px));gap:10px;display:grid}.wallpapers-container-item{flex-direction:column;align-items:center;display:flex}.default-wallpaper{max-width:256px;max-height:256px}.desktop-icon{color:#fff;text-align:center;cursor:pointer;text-overflow:ellipsis;border-radius:2px;flex-direction:column;gap:10px;height:fit-content;display:flex}.desktop-icon:hover{background-color:#fff3}.desktop-icon img{max-width:40px;max-height:40px}.desktop-icon p{word-break:break-word;margin:0;padding:0;font-size:12px}.taskbar{z-index:1000000;background-color:#000c;justify-content:space-between;align-items:center;width:100%;height:40px;max-height:40px;padding:3px;display:flex}.taskbar-apps{gap:10px;display:flex}.os-info{color:#fff;margin-right:10px}.taskbar-icon{justify-content:center;align-items:center;max-width:32px;max-height:32px;display:flex}.taskbar-icon img{width:100%;height:100%}
