html{margin:0;width:100%;height:100%;background:#000;overflow:hidden;display:flex;align-items:center;justify-content:center}body{width:640px;height:480px;margin:0;background:#c3c3c3;background-image:url(/img/background.png);overflow:hidden}#loader{background:#000;z-index:9999;position:absolute;inset:0}.window-header>button:active{box-shadow:inset #fff -1px 0,inset #fff 0 -1px,inset #000 1px 0,inset #000 0 1px,inset #c3c3c3 -2px 0,inset #c3c3c3 0 -2px,inset #828282 2px 0,inset #828282 0 2px;padding:3px}.window-header>button:active{background:#c3c3c3}.window,.window-header>button{box-shadow:inset #000 -1px 0,inset #000 0 -1px,inset #c3c3c3 1px 0,inset #c3c3c3 0 1px,inset #828282 -2px 0,inset #828282 0 -2px,inset #fff 2px 0,inset #fff 0 2px;padding:3px}.window,.window-header>button{background:#c3c3c3}.window{position:absolute;display:flex;flex-direction:column;overflow:hidden;min-width:120px;min-height:48px;box-sizing:border-box}.window-header{background:#000082;display:flex;padding:2px;align-items:center;cursor:pointer}.window-header>strong{color:#fff;margin-left:2px;margin-right:2px}.window-header>button{width:16px;height:14px}.window-header>button:nth-of-type(1){margin-left:auto;background-image:url(/img/windows/minimize.png)}.window-header>button:nth-of-type(2){background-image:url(/img/windows/maximize.png)}.window[data-maximized=yes]>.window-header>button:nth-of-type(2){background-image:url(/img/windows/unmaximize.png)}.window-header>button:nth-of-type(3){margin-left:2px;background-image:url(/img/windows/close.png)}.window-content{flex:1 1 auto;display:block;overflow:hidden;min-height:0}.window-content>iframe{width:100%;height:100%;display:block;border:0;box-sizing:border-box;max-width:100%;max-height:100%}#start-button:active,.start-tab:active{box-shadow:inset #fff -1px 0,inset #fff 0 -1px,inset #000 1px 0,inset #000 0 1px,inset #c3c3c3 -2px 0,inset #c3c3c3 0 -2px,inset #828282 2px 0,inset #828282 0 2px;padding:3px}#start-button:active,.start-tab:active{background:#c3c3c3}#start-menu,.start-category-menu,.start-tab{box-shadow:inset #000 -1px 0,inset #000 0 -1px,inset #c3c3c3 1px 0,inset #c3c3c3 0 1px,inset #828282 -2px 0,inset #828282 0 -2px,inset #fff 2px 0,inset #fff 0 2px;padding:3px}#start-menu,.start-category-menu,.start-tab{background:#c3c3c3}#start-button{width:128px;padding:4px}#start-button:active{padding:4px}#start-menu{position:absolute;left:0;bottom:30px}.start-category-menu{position:absolute;left:142px;bottom:26px}.start-tab{width:128px;height:24px;margin:0;cursor:pointer;padding:4px;display:flex;align-items:center;gap:2px}.start-tab:active{padding:4px}.start-tab>*{display:inline-flex}.start-category-menu>*>.start-tab{height:18px}footer,.window-tab{box-shadow:inset #000 -1px 0,inset #000 0 -1px,inset #c3c3c3 1px 0,inset #c3c3c3 0 1px,inset #828282 -2px 0,inset #828282 0 -2px,inset #fff 2px 0,inset #fff 0 2px;padding:3px}footer,.window-tab{background:#c3c3c3}footer{z-index:255;position:absolute;left:0;right:0;bottom:0;height:24px}.window-tab{cursor:pointer;height:calc(100% - 8px);width:fit-content;padding:4px;display:inline-flex;align-items:center;gap:2px}
