.desktop.svelte-gmiy8k{grid-area:desktop;background-color:var(--desktop-color);background-size:cover;background-position:top center;display:grid;grid-auto-flow:column;grid-template-rows:repeat(auto-fill,116px);justify-content:start;direction:rtl}.desktop.svelte-gmiy8k>*{direction:ltr}.dockIcon.svelte-j61pr0{flex-shrink:0;width:var(--icon-size);height:var(--icon-size);text-align:center;position:relative;box-sizing:content-box;padding:0 calc(var(--padding) / 2);background:none;border:none;transition:.25s ease;transition-property:width,height,margin-bottom;cursor:default;-webkit-user-select:none;user-select:none}@media not (prefers-reduced-motion: reduce){@starting-style{body:not(.loading) .dockIcon.svelte-j61pr0{width:0}}body:not(.loading) .dockIcon.svelte-j61pr0[inert]{width:0;transition-timing-function:linear}.dockIcon.svelte-j61pr0:hover{margin-bottom:10px;width:calc(var(--icon-size) * 2);height:calc(var(--icon-size) * 2)}.dockSection:has(+.dockSection .dockIcon.svelte-j61pr0:nth-child(1):hover) .dockIcon.svelte-j61pr0:nth-last-child(1),.dockIcon.svelte-j61pr0:has(+.dockIcon.svelte-j61pr0:hover),.dockIcon.svelte-j61pr0:hover+.dockIcon.svelte-j61pr0,.dockSection:has(.dockIcon.svelte-j61pr0:nth-last-child(1):hover)+.dockSection .dockIcon.svelte-j61pr0:nth-child(1){margin-bottom:10px;width:calc(var(--icon-size) * 1.8);height:calc(var(--icon-size) * 1.8)}.dockSection:has(+.dockSection .dockIcon.svelte-j61pr0:nth-child(1):hover) .dockIcon.svelte-j61pr0:nth-last-child(2),.dockSection:has(+.dockSection .dockIcon.svelte-j61pr0:nth-child(2):hover) .dockIcon.svelte-j61pr0:nth-last-child(1),.dockIcon.svelte-j61pr0:has(+.dockIcon.svelte-j61pr0+.dockIcon.svelte-j61pr0:hover),.dockIcon.svelte-j61pr0:hover+.dockIcon.svelte-j61pr0+.dockIcon.svelte-j61pr0,.dockSection:has(.dockIcon.svelte-j61pr0:nth-last-child(2):hover)+.dockSection .dockIcon.svelte-j61pr0:nth-child(1),.dockSection:has(.dockIcon.svelte-j61pr0:nth-last-child(1):hover)+.dockSection .dockIcon.svelte-j61pr0:nth-child(2){margin-bottom:5px;width:calc(var(--icon-size) * 1.4);height:calc(var(--icon-size) * 1.4)}}.dockIcon.svelte-j61pr0.open:not([inert]):after{position:fixed;bottom:1px;translate:-50%;content:"";border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:5px solid black}@media not (prefers-reduced-motion: reduce){body:not(.loading) :is(){transition:0ms visibility;transition-delay:calc(var(--bounceAnimDuration) * var(--bounceAnimSteps))}@starting-style{body:not(.loading) :is(){visibility:hidden}}}@media (scripting: none){.dockIcon.svelte-j61pr0{cursor:pointer}}.dockIconLabel.svelte-j61pr0{display:none}.dockIcon:where(.svelte-j61pr0):hover .dockIconLabel.svelte-j61pr0{display:inline;position:absolute;bottom:calc(100% + 5px);translate:-50%;white-space:nowrap;color:#fff;text-shadow:var(--label-shadow)}.dockIconImage.svelte-j61pr0{width:100%;height:100%;object-fit:contain}body:not(.loading) .dockIconImage.svelte-j61pr0{transition:opacity var(--bounceAnimDuration) ease}@starting-style{body:not(.loading) .dockIconImage.svelte-j61pr0{opacity:0}}.dockIcon:where(.svelte-j61pr0)[inert] :is(body:not(.loading) .dockIconImage.svelte-j61pr0){opacity:0}@media not (prefers-reduced-motion: reduce){.dockIconImage.svelte-j61pr0{animation:var(--bounceAnimDuration) ease var(--bounceAnimSteps) alternate svelte-j61pr0-bounce}body.loading .dockIconImage.svelte-j61pr0{--bounceAnimSteps: 0}}.dockIconImage.svelte-j61pr0:active{filter:brightness(.5)}@keyframes svelte-j61pr0-bounce{0%{translate:0 0}to{translate:0 -25px}}.dock.svelte-1c3o4ld{--padding: var(--dock-padding);--icon-size: var(--dock-icon-size);z-index:10000;position:fixed;bottom:0;left:50%;translate:-50%;display:flex;gap:1px;height:var(--dock-height);box-shadow:0 0 0 1px #00000026}.dockSection.svelte-1c3o4ld{position:relative;display:flex;align-items:flex-end;padding-block:var(--padding);background-color:#fff6;border:1px solid #ffffff26}@media (prefers-reduced-transparency: reduce){.dockSection.svelte-1c3o4ld{background-color:hsl(from var(--desktop-color) h s calc(l*1.33))}}.dockSection.svelte-1c3o4ld:first-child{padding-inline-start:calc(var(--padding) / 2)}.dockSection.svelte-1c3o4ld:first-child .dockIcon:last-child{padding-inline-end:calc(var(--padding) + 2px);margin-inline-end:-2px}.dockSection.svelte-1c3o4ld:last-child{padding-inline-end:calc(var(--padding) / 2)}.dockSection.svelte-1c3o4ld:last-child .dockIcon:first-child{padding-inline-start:calc(var(--padding) + 1px);margin-inline-start:-1px}.container.svelte-ke35ju{padding-inline:var(--menu-item-padding);flex-shrink:0;display:flex;align-items:center;gap:1px}.eye.svelte-ke35ju{--eye-width: 20px;position:relative;width:var(--eye-width);height:var(--eye-width);border:1px solid lightgray;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center}.container:where(.svelte-ke35ju):not(.blink) .eye.svelte-ke35ju{--distanceX: calc(var(--mouseX) - var(--centerX));--distanceY: calc(var(--mouseY) - var(--centerY));--tan: atan2(var(--distanceX), var(--distanceY));--hypot: hypot(var(--distanceX), var(--distanceY));rotate:calc(var(--tan) * -1)}@media (prefers-reduced-motion: reduce){.container:where(.svelte-ke35ju):not(.blink) .eye.svelte-ke35ju:first-child{rotate:-45deg}.container:where(.svelte-ke35ju):not(.blink) .eye.svelte-ke35ju:last-child{rotate:45deg}}.container:where(.svelte-ke35ju):not(.blink) .eye.svelte-ke35ju:after{--pupil-width: 8px;content:"";width:var(--pupil-width);height:var(--pupil-width);background:radial-gradient(circle at 50% 33%,#545454,#000 50%);border-radius:50%;--max-offset: calc((var(--eye-width) - var(--pupil-width)) / 2 - 1px);translate:0 clamp(0px,var(--hypot),var(--max-offset));rotate:var(--tan)}@media (prefers-reduced-motion: reduce){{translate:0 33%;rotate:0deg}}.container.blink:where(.svelte-ke35ju) .eye.svelte-ke35ju:after{content:"";height:1.5px;width:75%;background-color:#000}.menuCategory.svelte-1epmx5h{cursor:default}.menuCategory.svelte-1epmx5h:not([open])::details-content{content-visibility:visible;transition-property:opacity,display;transition-duration:.1s;transition-behavior:allow-discrete;opacity:0;display:none;pointer-events:none}@media (prefers-reduced-motion: reduce){{transition-duration:0s}}.menuCategory.svelte-1epmx5h:is([open]:where(.svelte-1epmx5h)~.menuCategory.svelte-1epmx5h,:has(~[open]))::details-content{transition:none}@media (scripting: none){.menuCategory.svelte-1epmx5h:not(:has(.menuItemLink)){display:none}}.menuName.svelte-1epmx5h{display:flex;align-items:center;height:100%;line-height:1;padding-inline:var(--menu-item-padding);list-style-type:none}@media (forced-colors: none){.menuName.svelte-1epmx5h:active,.menuName.svelte-1epmx5h:focus-visible,[open]:where(.svelte-1epmx5h) .menuName.svelte-1epmx5h{outline:none;background-color:var(--accent-color);color:#fff}}.menuName.svelte-1epmx5h::-webkit-details-marker{display:none}.menu.svelte-1epmx5h{position:absolute;padding:4px 0;list-style-type:none;box-shadow:var(--panel-box-shadow)}@media (forced-colors: active){.menu.svelte-1epmx5h{border:1px solid ButtonBorder;background-color:Canvas}}.menu.svelte-1epmx5h:before{position:absolute;top:0;left:0;background-color:#fff;width:100%;height:100%;content:""}.menuClock.svelte-8tf1h2{display:flex;align-items:center;cursor:default}.menuItem.svelte-wwslrw{position:relative;white-space:nowrap;display:flex;flex-flow:column;align-items:stretch}.menuItem.svelte-wwslrw.disabled{opacity:.5}.menuItem.svelte-wwslrw:not(.disabled):hover,.menuItem.svelte-wwslrw:not(.disabled):focus-within{outline:none;background-color:var(--accent-color);color:#fff}@media (forced-colors: active){.menuItem.svelte-wwslrw:not(.disabled):hover,.menuItem.svelte-wwslrw:not(.disabled):focus-within{background-color:CanvasText;color:Canvas}}@media not (prefers-reduced-motion: reduce){.menuItem.svelte-wwslrw.opening{animation:var(--openAnimDuration) steps(2,jump-none) svelte-wwslrw-selectItem}}.menuItem.svelte-wwslrw>:where(.svelte-wwslrw){all:unset;padding-inline:22px}@media (scripting: none){.menuItem.svelte-wwslrw:not(:has(>.menuItemLink)){display:none}}@media (scripting: none){.menuItem.svelte-wwslrw:not(.disabled)>.menuItemLink:where(.svelte-wwslrw){cursor:pointer}}@keyframes svelte-wwslrw-selectItem{0%{background-color:transparent;color:#000}to{background-color:var(--accent-color)}}.menubar.svelte-1acd8gt,.menubarShadow.svelte-1acd8gt{height:var(--menubar-height)}.menubarShadow.svelte-1acd8gt{position:absolute;left:0;top:0;width:100%;box-shadow:0 -5px 10px 10px #0000007f}.menubar.svelte-1acd8gt{--menu-item-padding: 10px;flex-shrink:0;display:flex;z-index:10000;background-color:#fff;padding-inline:20px;-webkit-user-select:none;user-select:none}.spacer.svelte-1acd8gt{flex-grow:1}.windowLayer.svelte-1xgstqp{grid-area:desktop;position:relative;display:grid;pointer-events:none}.windowLayer.svelte-1xgstqp>*{pointer-events:auto}.noSelect.svelte-1xgstqp{-webkit-user-select:none;user-select:none}noscript.svelte-1xgstqp{display:none}@media (scripting: none){noscript.svelte-1xgstqp{display:contents}}
