circle.svelte-lbl7y0{fill:none;stroke-width:5px;animation:.5s opacity}.bg.svelte-lbl7y0{stroke:#00000080}.progress.svelte-lbl7y0{stroke:var(--bludood);stroke-dasharray:100;stroke-dashoffset:var(--progress);stroke-linecap:round;transform-origin:50%;transition:stroke-dashoffset .2s;transform:rotate(-90deg)}div.svelte-1kqk0rv:after{content:"";border:5px solid #0096ff80;border-top-color:#0096ff;border-radius:50%;width:32px;height:32px;animation:.5s linear infinite svelte-1kqk0rv-spin;display:block}@keyframes svelte-1kqk0rv-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}main.svelte-1uha8ag{height:100svh;padding:20px;padding-top:calc(var(--safe-area-inset-top,env(safe-area-inset-top,0px)) + 20px);padding-bottom:calc(var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px)) + 20px);flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.loader.svelte-1uha8ag{justify-content:center;align-items:center;animation:.5s appear;display:flex}.loading.svelte-1uha8ag{text-align:center;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;height:0;animation:.5s 2s forwards svelte-1uha8ag-loadingAppear;display:flex}@keyframes svelte-1uha8ag-loadingAppear{0%{opacity:0;height:0}to{opacity:1;height:50px}}.box-wrapper.svelte-1uha8ag{border:1px solid var(--border);border-radius:10px;animation:.5s appear;overflow-y:auto}.box.svelte-1uha8ag{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:relative}.box.svelte-1uha8ag .error:where(.svelte-1uha8ag){color:var(--red);font-weight:500}.box.svelte-1uha8ag .me:where(.svelte-1uha8ag){align-items:center;gap:5px;margin-top:5px;display:flex}.box.svelte-1uha8ag .me:where(.svelte-1uha8ag) .icon:where(.svelte-1uha8ag){background-color:var(--bludood);border-radius:50%;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;display:flex}.box.svelte-1uha8ag .me:where(.svelte-1uha8ag) p:where(.svelte-1uha8ag){-webkit-user-select:text;user-select:text;font-weight:500}.box.svelte-1uha8ag .me:where(.svelte-1uha8ag) .icon:where(.svelte-1uha8ag) .material-icons:where(.svelte-1uha8ag){color:var(--text);font-size:18px}.box.svelte-1uha8ag .me:where(.svelte-1uha8ag) .buttons:where(.svelte-1uha8ag){gap:5px;padding-left:5px;display:flex}.box.svelte-1uha8ag .me:where(.svelte-1uha8ag) .buttons:where(.svelte-1uha8ag) button:where(.svelte-1uha8ag){all:unset;cursor:pointer;opacity:.8;transition:all .2s;display:flex}.box.svelte-1uha8ag .me:where(.svelte-1uha8ag) .buttons:where(.svelte-1uha8ag) button:where(.svelte-1uha8ag):hover{opacity:1}.box.svelte-1uha8ag .me:where(.svelte-1uha8ag) .buttons:where(.svelte-1uha8ag) button:where(.svelte-1uha8ag) .material-icons:where(.svelte-1uha8ag){font-size:18px}.peers.svelte-1uha8ag{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:10px;max-width:400px;margin:15px 0;display:flex}.peer.svelte-1uha8ag{all:unset;cursor:pointer;border-radius:10px;flex-direction:column;align-items:center;gap:5px;width:100px;padding:10px;transition:all .2s;animation:.5s appear;display:flex}.peer.svelte-1uha8ag:hover{background-color:var(--foreground-sec)}.peer.svelte-1uha8ag .icon:where(.svelte-1uha8ag){background-color:var(--bludood);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex;position:relative}.peer.svelte-1uha8ag .icon:where(.svelte-1uha8ag) .material-icons:where(.svelte-1uha8ag){color:var(--text);font-size:24px;position:absolute}.peer.svelte-1uha8ag .icon:where(.svelte-1uha8ag) .progress:where(.svelte-1uha8ag){opacity:0;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex;position:absolute}.peer.svelte-1uha8ag .icon:where(.svelte-1uha8ag) .progress[data-visible=true]:where(.svelte-1uha8ag){opacity:1}.peer[data-connected=true].svelte-1uha8ag .icon:where(.svelte-1uha8ag){background-color:#003c96}.dialog.svelte-1uha8ag{opacity:0;pointer-events:none;z-index:10;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:all .2s;display:flex;position:absolute;top:0;left:0}.dialog[data-visible=true].svelte-1uha8ag{opacity:1;pointer-events:all}.dialog.svelte-1uha8ag .inner:where(.svelte-1uha8ag){background-color:var(--background);border:1px solid var(--border);text-align:center;border-radius:10px;flex-direction:column;width:300px;max-width:calc(100% - 40px);padding:20px;display:flex}.dialog.wide.svelte-1uha8ag .inner:where(.svelte-1uha8ag){width:400px}.dialog.svelte-1uha8ag .buttons:where(.svelte-1uha8ag){justify-content:space-between;gap:20px;margin-top:20px;display:flex}.dialog.svelte-1uha8ag .buttons:where(.svelte-1uha8ag) button:where(.svelte-1uha8ag){all:unset;cursor:pointer;text-align:center;border:1px solid var(--border);border-radius:5px;flex:1;padding:10px}.dialog.request.svelte-1uha8ag .icon:where(.svelte-1uha8ag){background-color:var(--bludood);border-radius:50%;justify-content:center;align-items:center;margin:10px auto;padding:10px;display:flex}.dialog.svelte-1uha8ag textarea:where(.svelte-1uha8ag){height:100px;margin-top:15px}.code.svelte-1uha8ag{flex-direction:column;align-items:center;gap:5px;margin-top:5px;display:flex}.code.svelte-1uha8ag input:where(.svelte-1uha8ag){all:unset;border:1px solid var(--border);border-radius:5px;width:100%;padding:6px}.code.svelte-1uha8ag button:where(.svelte-1uha8ag){all:unset;cursor:pointer;background:var(--bludood);border-radius:5px;width:100%;padding:6px}.empty.svelte-1uha8ag{color:var(--text-sec);text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:80%;margin:10px auto;animation:.5s appear;display:flex}.status.svelte-1uha8ag{position:absolute;bottom:20px;right:20px}.dot.svelte-1uha8ag{background-color:var(--red);border-radius:50%;width:10px;height:10px;transition:all .2s}.dot[data-color=green].svelte-1uha8ag{background-color:var(--green)}.default-note.svelte-1uha8ag{text-align:center;max-width:400px;height:0;transition:all .5s;overflow:hidden}.default-note[data-expanded=true].svelte-1uha8ag{height:auto}.floating.svelte-1uha8ag{all:unset;cursor:pointer;border:1px solid var(--border);border-radius:50%;margin:16px;padding:8px;transition:all .2s;display:flex;position:absolute;bottom:0}.floating.svelte-1uha8ag:hover{background-color:var(--foreground-sec)}.floating.svelte-1uha8ag .material-icons:where(.svelte-1uha8ag){font-size:22px}.floating.mode.svelte-1uha8ag{left:0}.floating.help.svelte-1uha8ag{right:0}@media (width<=600px){.box-wrapper.svelte-1uha8ag{border:none;flex:1}.box.svelte-1uha8ag{width:100%;height:100%;min-height:min-content;padding:10px}.default-note[data-expanded=true].svelte-1uha8ag{padding-bottom:calc(20px + var(--safe-area-inset-bottom))}}
