*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0}.root{color:#000;background:linear-gradient(#333,#343434);width:calc(100% + 2px);height:calc(100% + 2px);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.app{-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #000;transition:border-color .35s,box-shadow .35s;position:absolute;overflow:hidden;box-shadow:2px 4px 8px #0003}.app--edit-target{border-color:#7ca5ff;box-shadow:0 0 0 2px #7ca5ff66,2px 4px 10px #0004}.app__titlebar{z-index:4;cursor:move;background:#333;border-bottom:1px solid #0002;justify-content:space-between;align-items:center;gap:8px;height:28px;padding:0 8px 0 10px;font-size:12px;font-weight:600;line-height:28px;transition:opacity .35s,transform .35s;display:flex;position:absolute;top:0;left:0;right:0}.app__titlebar-hotspot{z-index:3;height:32px;position:absolute;top:0;left:0;right:0}.app__titlebar-line{background:#0002;border-radius:2px;width:80px;height:4px}.app__titlebar-label{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.app__titlebar-minimize{color:#293042;cursor:pointer;background:#666;border:1px solid #0003;border-radius:6px;width:18px;height:18px;padding:0;line-height:14px}.app__titlebar-minimize:hover{background:#777}.app__body{height:100%;overflow:auto}.app__resize-handle{z-index:2;opacity:0;pointer-events:none;transition:opacity .2s;position:absolute}.app:not(.app--chrome-hidden) .app__resize-handle{opacity:.85;pointer-events:auto}.app--chrome-hidden{box-shadow:none;border-color:#0000}.app--chrome-hidden .app__titlebar{opacity:0;pointer-events:none;transform:translateY(-6px)}.app--chrome-hidden .app__resize-handle{opacity:0;pointer-events:none}.app__resize-handle--n,.app__resize-handle--s{filter:blur(4px);background:#0004;height:14px;left:12px;right:12px}.app__resize-handle--n{cursor:ns-resize;top:-7px}.app__resize-handle--s{cursor:ns-resize;bottom:-7px}.app__resize-handle--e,.app__resize-handle--w{filter:blur(4px);background:#0004;width:14px;top:12px;bottom:12px}.app__resize-handle--e{cursor:ew-resize;right:-7px}.app__resize-handle--w{cursor:ew-resize;left:-7px}.app__resize-handle--ne,.app__resize-handle--nw,.app__resize-handle--se,.app__resize-handle--sw{filter:blur(4px);background:#0005;border-radius:3px;width:18px;height:18px}.app__resize-handle--ne{cursor:nesw-resize;top:-9px;right:-9px}.app__resize-handle--nw{cursor:nwse-resize;top:-9px;left:-9px}.app__resize-handle--se{cursor:nwse-resize;bottom:-9px;right:-9px}.app__resize-handle--sw{cursor:nesw-resize;bottom:-9px;left:-9px}.apps__dock{z-index:9999;flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:fixed;bottom:12px;right:14px}.apps__dock-actions{align-items:center;gap:8px;display:flex}.apps__dock-toggle{color:#eee;cursor:pointer;background:#222;border:none;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;box-shadow:0 6px 16px #00000040}.apps__dock-toggle:disabled{opacity:.55;cursor:default}.apps__dock-homepage{color:#eee;cursor:pointer;background:#222;border:none;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;box-shadow:0 6px 16px #00000040}.apps__dock-homepage:hover{background:#333}.apps__dock-menu{background:#222;border:none;border-radius:10px;flex-direction:column;gap:8px;min-width:180px;max-height:240px;padding:8px;display:flex;overflow-y:auto}.apps__dock-item{text-align:left;color:#eef3ff;cursor:pointer;background:#333;border:none;border-radius:7px;width:100%;padding:7px 10px;font-size:12px}.apps__dock-item:hover{background:#3f3f3f}
