.overlay.svelte-pg0dm8{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog.svelte-pg0dm8{background:var(--container-color, white);border-radius:16px;padding:2rem 2.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 8px 32px #00000026;max-width:320px}.spinner.svelte-pg0dm8{width:40px;height:40px;border:4px solid var(--first-color-light, #e0e0e0);border-top-color:var(--first-color, #f5a623);border-radius:50%;animation:svelte-pg0dm8-spin .8s linear infinite}@keyframes svelte-pg0dm8-spin{to{transform:rotate(360deg)}}.message.svelte-pg0dm8{font-size:var(--normal-font-size, .938rem);font-weight:var(--font-medium, 500);color:var(--title-color, #333);margin:0;text-align:center}.hint.svelte-pg0dm8{font-size:var(--small-font-size, .813rem);color:var(--text-color, #666);margin:0;text-align:center}:root{--first-color: hsl(45, 100%, 50%);--first-color-alt: hsl(45, 100%, 48%);--first-color-light: hsl(45, 100%, 88%);--gradient-color: linear-gradient(180deg, hsl(45, 100%, 65%) 0%, hsl(45, 100%, 45%) 100%);--title-color: hsl(45, 4%, 8%);--text-color: hsl(45, 4%, 40%);--text-color-light: hsl(45, 4%, 60%);--white-color: hsl(45, 80%, 98%);--dark-color: hsl(45, 4%, 8%);--body-color: hsl(45, 100%, 96%);--container-color: hsl(45, 100%, 99%);--shadow-first-color: hsla(45, 100%, 50%, .3);--shadow-small: 0 4px 8px hsla(45, 50%, 8%, .1);--shadow-big: 0 2px 16px hsla(45, 50%, 8%, .1);--border-color: hsla(45, 4%, 8%, .1);--body-font: "Montserrat", sans-serif;--biggest-font-size: 2.25rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem;--font-regular: 400;--font-medium: 500;--font-semi-bold: 600;--font-bold: 700;--z-tooltip: 10;--z-fixed: 100}@media screen and (min-width:1024px){:root{--biggest-font-size: 4rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem}}*{box-sizing:border-box;padding:0;margin:0}body{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color);margin:0}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-bold)}ul{list-style:none}a{text-decoration:none}img{display:block;max-width:100%;height:auto}button,input{border:none;outline:none;font-family:var(--body-font)}
