@keyframes LateWindowFadein{0%{transform:translateY(100%)scale(.9)}50%{transform:translateY(-10%)scale(1.1)}to{transform:translate(0)scale(1)}}@keyframes LateWindowFadeout{0%{display:flex;transform:translate(0)scale(1)}50%{display:flex;transform:translateY(-10%)scale(.5)}to{display:flex;transform:translateY(100%)scale(.2)}}.late-window{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--dream-primary-color:#ff1493;--dream-primary-color-hover:#ff69b4;--dream-primary-color-active:#ff1493;--dream-primary-border-color:#ff14936c;--dream-primary-outline-color:#ff149333;--dream-secondary-color:#faafd5;--dream-secondary-color-hover:#f87cba;--dream-secondary-color-active:#faafd5;--dream-secondary-border-color:#faafd56c;--dream-secondary-outline-color:#faafd533;--dream-background-color:#f5f5f5;--dream-background-color-muted:#e5e5e5;--dream-text-color:#fff;--dream-text-color-hover:#fff;--dream-text-color-active:#fff;--dream-text-color-reverse:#233;--dream-text-color-muted:#788;--dream-error-color:#ff1024;--dream-warn-color:#ffc414;--dream-info-color:#12cfff}@media (prefers-color-scheme:dark){.late-window{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--dream-text-color:#fff;--dream-text-color-hover:#fff;--dream-text-color-active:#fff;--dream-text-color-muted:#fff7;--dream-background-color:#233;--dream-background-color-muted:#344}}.late-window{interpolate-size:allow-keywords;flex-direction:column;transition:left .3s,top .3s,width .3s,height .3s;animation:.3s ease-in-out LateWindowFadein;position:fixed;overflow:hidden}.late-window.minimized{animation:.3s ease-in-out LateWindowFadeout}.late-window .title-bar{width:100%;height:30px;color:var(--dream-text-color-muted);background-color:var(--dream-background-color-muted);border-top:1px solid var(--dream-text-color-muted);border-left:1px solid var(--dream-text-color-muted);border-right:1px solid var(--dream-text-color-muted);border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;font-size:12px;display:flex}.late-window .title-bar>*{justify-content:center;align-items:center;display:inline-flex}.late-window .title-bar>.title{-webkit-user-select:none;user-select:none;margin-left:4px}.late-window .title-bar>.title>.icon{pointer-events:none;width:16px;height:16px;margin-right:4px}.late-window .title-bar>.controls>.icon{width:30px;height:30px;color:var(--dream-text-color-muted);background-color:#0000;border:0;border-radius:0;margin:0;padding:0;transition:background-color .2s ease-in-out}.late-window .title-bar>.controls>.icon>svg,.late-window .title-bar>.controls>.icon>img{width:12px;height:12px;margin:auto}.late-window .title-bar>.controls>.icon.danger{border-radius:0 8px 0 0}.late-window .title-bar>.controls>.icon:hover{opacity:1;color:var(--dream-text-color-hover);background-color:var(--dream-text-color-muted)}.late-window .title-bar>.controls>.icon:hover.danger{color:var(--dream-text-color-hover);background-color:var(--dream-error-color)}.late-window .title-bar>.controls>.icon:hover.danger[disabled]{background-color:#0000}.late-window .title-bar>.controls>.icon:active{color:var(--dream-text-color-active);background-color:initial}.late-window .title-bar>.controls>.icon[disabled]{opacity:.5;cursor:not-allowed;background-color:#0000}.late-window .workspace{width:100%;max-height:calc(100% - 30px);color:var(--dream-text-color);background-color:var(--dream-background-color);border-bottom:1px solid var(--dream-text-color-muted);border-left:1px solid var(--dream-text-color-muted);border-right:1px solid var(--dream-text-color-muted);border-radius:0 0 8px 8px;flex:1;transition:height .3s;overflow:hidden}.late-window .workspace>.content{border-radius:0 0 8px 8px;width:100%;height:100%;overflow:auto}.late-window.focused .title-bar{color:var(--dream-text-color);background-color:var(--dream-primary-color);border-color:var(--dream-primary-border-color)}.late-window.focused .title-bar .icon{color:var(--dream-text-color)}.late-window.focused .workspace{border-color:var(--dream-primary-border-color)}.late-window.dragging{transition:none}.late-window.dragging>.workspace{pointer-events:none}
