@layer max-ts-svelte-components{.badge.svelte-1lmkhch{justify-content:center;align-items:center;gap:var(--spacing-1);border-radius:var(--radius-small);width:fit-content;padding:2px var(--spacing-2);font-size:var(--fontSize-xs);font-weight:var(--fontWeight-medium);white-space:nowrap;border:1px solid #0000;outline:none;flex-shrink:0;text-decoration:none;transition:color .2s,background-color .2s,box-shadow .2s;display:inline-flex;overflow:hidden}.badge.svelte-1lmkhch:focus-visible{box-shadow:0 0 0 2px var(--colors-background-paper), 0 0 0 4px var(--colors-primary)}.badge.svelte-1lmkhch>svg{pointer-events:none;width:var(--spacing-3);height:var(--spacing-3)}.badge.svelte-1lmkhch[data-variant=default]{background-color:var(--colors-primary);color:var(--colors-foreground-primary)}.badge.svelte-1lmkhch[data-variant=default][href]:hover{background-color:color-mix(in oklch, var(--colors-primary) 90%, transparent)}.badge.svelte-1lmkhch[data-variant=secondary]{background-color:var(--colors-background-elementHover);color:var(--colors-foreground-secondary)}.badge.svelte-1lmkhch[data-variant=secondary][href]:hover{background-color:color-mix(in oklch, var(--colors-secondary) 90%, transparent)}.badge.svelte-1lmkhch[data-variant=destructive]{background-color:var(--colors-error);color:var(--colors-foreground-primary)}.badge.svelte-1lmkhch[data-variant=outline]{color:var(--colors-text-primary);border:1px solid var(--colors-border);background-color:#0000}.badge.svelte-1lmkhch[data-variant=outline][href]:hover{background-color:color-mix(in oklch, var(--colors-border) 90%, transparent)}.button.svelte-thbh2r{white-space:nowrap;border-radius:var(--radius-medium);font-size:inherit;font-family:inherit;font-weight:var(--fontWeight-medium);cursor:pointer;border-width:0;justify-content:center;align-items:center;line-height:100%;transition:background-color .2s;display:inline-flex;position:relative}.button.svelte-thbh2r:disabled{pointer-events:none;opacity:.6}.button.svelte-thbh2r:focus-visible{outline-offset:2px;box-shadow:var(--elevation-1);outline:2px solid #0000}.button.svelte-thbh2r[data-variant=default]{background-color:var(--colors-primary);color:var(--colors-foreground-primary)}.button.svelte-thbh2r[data-variant=default]:hover{background-color:color-mix(in oklch, var(--colors-primary) 85%, transparent)}.button.svelte-thbh2r[data-variant=destructive]{background-color:var(--colors-error);color:var(--colors-foreground-primary)}.button.svelte-thbh2r[data-variant=destructive]:hover{background-color:color-mix(in oklch, var(--colors-error) 85%, transparent)}.button.svelte-thbh2r[data-variant=outline]{border:1px solid var(--colors-border);background-color:var(--colors-background-paper);color:var(--colors-text-primary)}.button.svelte-thbh2r[data-variant=outline]:hover{background-color:var(--colors-background-elementHover)}.button.svelte-thbh2r[data-variant=ghost]{color:var(--colors-text-primary);background-color:#0000}.button.svelte-thbh2r[data-variant=ghost]:hover{background-color:var(--colors-background-elementHover)}.button.svelte-thbh2r[data-variant=link]{color:var(--colors-primary);text-underline-offset:4px;background-color:#0000}.button.svelte-thbh2r[data-variant=link]:hover{text-decoration-line:underline}.button.svelte-thbh2r[data-size=small]{height:var(--spacing-7);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-small);font-size:var(--fontSize-sm)}.button.svelte-thbh2r[data-size=medium]{height:var(--spacing-9);padding:var(--spacing-2) var(--spacing-3);font-size:var(--fontSize-base)}.button.svelte-thbh2r[data-size=large]{height:var(--spacing-10);padding:var(--spacing-3) var(--spacing-4);font-size:var(--fontSize-lg)}.button.svelte-thbh2r[data-size=icon]{height:var(--spacing-9);width:var(--spacing-9)}.button.svelte-thbh2r[data-size=iconSmall]{height:var(--spacing-7);width:var(--spacing-7)}.button.svelte-thbh2r[data-size=icon] svg{width:var(--spacing-6);height:var(--spacing-6)}.button.svelte-thbh2r[data-size=iconSmall] svg{width:var(--spacing-4);height:var(--spacing-4)}.loading.svelte-thbh2r{pointer-events:none;opacity:.6}.loading.svelte-thbh2r:after{content:"";box-sizing:border-box;z-index:2;border-style:solid;border-width:2px;border-bottom-color:#0000;border-radius:50%;width:18px;height:18px;animation:1s linear infinite svelte-thbh2r-spin;display:inline-block;position:absolute}.loading.svelte-thbh2r:before{content:"";border-radius:inherit;background-color:inherit;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.full-width.svelte-thbh2r{width:100%}@keyframes svelte-thbh2r-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.typography.svelte-sapcg9[data-variant=h1]{font-size:var(--fontSize-4xl);font-weight:var(--fontWeight-bold);line-height:var(--lineHeight-tight);letter-spacing:-.025em}.typography.svelte-sapcg9[data-variant=h2]{font-size:var(--fontSize-3xl);font-weight:var(--fontWeight-bold);line-height:var(--lineHeight-tight);letter-spacing:-.025em}.typography.svelte-sapcg9[data-variant=h3]{font-size:var(--fontSize-2xl);font-weight:var(--fontWeight-bold);line-height:var(--lineHeight-snug);letter-spacing:-.025em}.typography.svelte-sapcg9[data-variant=h4]{font-size:var(--fontSize-xl);font-weight:var(--fontWeight-semibold);line-height:var(--lineHeight-snug)}.typography.svelte-sapcg9[data-variant=h5]{font-size:var(--fontSize-lg);font-weight:var(--fontWeight-semibold);line-height:var(--lineHeight-normal)}.typography.svelte-sapcg9[data-variant=h6]{font-size:var(--fontSize-base);font-weight:var(--fontWeight-semibold);line-height:var(--lineHeight-normal)}.typography.svelte-sapcg9[data-variant=subtitle1]{font-size:var(--fontSize-base);font-weight:var(--fontWeight-medium);line-height:var(--lineHeight-normal);letter-spacing:.009em}.typography.svelte-sapcg9[data-variant=subtitle2]{font-size:var(--fontSize-sm);font-weight:var(--fontWeight-medium);letter-spacing:.007em;line-height:1.57}.typography.svelte-sapcg9[data-variant=body1]{font-size:var(--fontSize-base);font-weight:var(--fontWeight-normal);line-height:var(--lineHeight-normal);letter-spacing:.012em}.typography.svelte-sapcg9[data-variant=body2]{font-size:var(--fontSize-sm);font-weight:var(--fontWeight-normal);line-height:var(--lineHeight-snug);letter-spacing:.01em}.typography.svelte-sapcg9[data-variant=caption]{font-size:var(--fontSize-xs);font-weight:var(--fontWeight-normal);line-height:var(--lineHeight-relaxed);letter-spacing:.027em}.typography.svelte-sapcg9[data-variant=overline]{font-size:var(--fontSize-xs);font-weight:var(--fontWeight-normal);letter-spacing:.083em;text-transform:uppercase;line-height:2.66}.typography.svelte-sapcg9[data-color=primary]{color:var(--colors-text-primary)}.typography.svelte-sapcg9[data-color=secondary]{color:var(--colors-text-secondary)}.typography.svelte-sapcg9[data-color=disabled]{color:var(--colors-text-disabled)}.typography.svelte-sapcg9[data-color=success]{color:var(--colors-success)}.typography.svelte-sapcg9[data-color=error]{color:var(--colors-error)}.typography.svelte-sapcg9[data-color=warning]{color:var(--colors-warning)}.typography.svelte-sapcg9[data-color=info]{color:var(--colors-info)}.typography.svelte-sapcg9[data-color=muted]{color:var(--colors-text-hint)}.typography.svelte-sapcg9[data-align=left]{text-align:left}.typography.svelte-sapcg9[data-align=center]{text-align:center}.typography.svelte-sapcg9[data-align=right]{text-align:right}.typography.svelte-sapcg9[data-align=justify]{text-align:justify}.typography.svelte-sapcg9[data-display=block]{display:block}.typography.svelte-sapcg9[data-display=inline]{display:inline}.typography.svelte-sapcg9[data-weight=normal]{font-weight:var(--fontWeight-normal)}.typography.svelte-sapcg9[data-weight=medium]{font-weight:var(--fontWeight-medium)}.typography.svelte-sapcg9[data-weight=semibold]{font-weight:var(--fontWeight-semibold)}.typography.svelte-sapcg9[data-weight=bold]{font-weight:var(--fontWeight-bold)}.typography.svelte-sapcg9[data-transform=lowercase]{text-transform:lowercase}.typography.svelte-sapcg9[data-transform=uppercase]{text-transform:uppercase}.typography.svelte-sapcg9[data-transform=capitalize]{text-transform:capitalize}.typography.svelte-sapcg9[data-decoration=none]{text-decoration:none}.typography.svelte-sapcg9[data-decoration=underline]{text-decoration:underline}.typography.svelte-sapcg9[data-decoration=lineThrough]{text-decoration:line-through}.typography.svelte-sapcg9[data-gutter-bottom]{margin-bottom:var(--spacing-2)}.content.svelte-1e8wlr5{z-index:50;background-color:var(--colors-background-tooltip);color:var(--colors-background-paper);border-radius:var(--radius-small);padding:var(--spacing-2);font-size:var(--fontSize-xs);font-weight:var(--fontWeight-semibold);text-align:center;white-space:normal;overflow-wrap:break-word;width:fit-content;max-width:min(320px,100vw - 32px);line-height:var(--lineHeight-none);animation:.15s ease-out svelte-1e8wlr5-fade-in,.15s ease-out svelte-1e8wlr5-zoom-in}.content[data-state=closed].svelte-1e8wlr5{animation:.15s ease-out svelte-1e8wlr5-fade-out,.15s ease-out svelte-1e8wlr5-zoom-out}.content[data-side=bottom].svelte-1e8wlr5{animation:.15s ease-out svelte-1e8wlr5-fade-in,.15s ease-out svelte-1e8wlr5-slide-in-from-top}.content[data-side=left].svelte-1e8wlr5{animation:.15s ease-out svelte-1e8wlr5-fade-in,.15s ease-out svelte-1e8wlr5-slide-in-from-end}.content[data-side=right].svelte-1e8wlr5{animation:.15s ease-out svelte-1e8wlr5-fade-in,.15s ease-out svelte-1e8wlr5-slide-in-from-start}.content[data-side=top].svelte-1e8wlr5{animation:.15s ease-out svelte-1e8wlr5-fade-in,.15s ease-out svelte-1e8wlr5-slide-in-from-bottom}.arrow.svelte-1e8wlr5{fill:var(--colors-background-tooltip);pointer-events:none;width:14px;height:8px;position:absolute}.arrow[data-side=top].svelte-1e8wlr5{bottom:1px;left:50%;transform:translate(-50%)translateY(100%)}.arrow[data-side=bottom].svelte-1e8wlr5{top:1px;left:50%;transform:translate(-50%)translateY(-100%)rotate(180deg)}.arrow[data-side=left].svelte-1e8wlr5{top:50%;right:4px;transform:translateY(-50%)translate(100%)rotate(-90deg)}.arrow[data-side=right].svelte-1e8wlr5{top:50%;left:4px;transform:translateY(-50%)translate(-100%)rotate(90deg)}@keyframes svelte-1e8wlr5-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-1e8wlr5-fade-out{0%{opacity:1}to{opacity:0}}@keyframes svelte-1e8wlr5-zoom-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes svelte-1e8wlr5-zoom-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes svelte-1e8wlr5-slide-in-from-top{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1e8wlr5-slide-in-from-bottom{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1e8wlr5-slide-in-from-end{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes svelte-1e8wlr5-slide-in-from-start{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}}@keyframes _1i69cpy0{0%{transform:rotate(-360deg)}to{transform:rotate(0)}}@keyframes _1i69cpy1{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes _1i69cpy2{0%,to{transform:rotate(0)}24%{transform:rotate(28deg)}48%{transform:rotate(-14deg)}70%{transform:rotate(7deg)}86%{transform:rotate(-3deg)}}._1i69cpy3{flex-shrink:0;width:clamp(40px,15vw,70px);height:clamp(40px,15vw,70px);display:block}._1i69cpy4{width:100%;height:100%;display:block;overflow:visible}._1i69cpy5{transform-origin:31px 31px;transform:rotate(var(--north-angle));transition:transform .68s cubic-bezier(.2,.8,.2,1)}._1i69cpy6{transform-origin:31px 31px;animation:1.35s cubic-bezier(.22,.68,.2,1) both _1i69cpy0}._1i69cpy7{transform-origin:0 0;animation:1.35s cubic-bezier(.22,.68,.2,1) both _1i69cpy1}._1i69cpy8{transform-origin:0 0;transform:rotate(calc(0deg - var(--north-angle)));transition:transform .68s cubic-bezier(.2,.8,.2,1)}._1i69cpy9{fill:none;stroke:#6483a0;stroke-width:1px;stroke-linecap:round}._1i69cpya{fill:none;stroke:#e9be23;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round}._1i69cpyb{filter:drop-shadow(0 0 2px #e9be2300);transition:filter .24s ease-out}._1i69cpyc{fill:#e9be23}._1i69cpyd{fill:none;stroke:#e9be23;stroke-width:.8px;stroke-linecap:round}._1i69cpye{fill:#6483a0}._1i69cpyf{transform-origin:31px 31px;animation:.9s ease-in-out 1.05s both _1i69cpy2}._1i69cpyg{fill:var(--colors-error)}._1i69cpyh{fill:#6483a0}._1i69cpyi{fill:#fffc;stroke:#ffffffc2;stroke-width:2px}@media (hover:hover) and (pointer:fine){._1i69cpy3:hover ._1i69cpyb{filter:drop-shadow(0 0 2px #e9be238c)}}@media (prefers-reduced-motion:reduce){._1i69cpy5,._1i69cpy6,._1i69cpy7,._1i69cpy8{transition:none;animation:none}._1i69cpyb{transition:none}._1i69cpyf{transition:none;animation:none}}.d5z7uf0{opacity:.5;border-radius:var(--radius-small);transition:opacity .25s ease-in-out}._1t0nb8q0{background-color:var(--colors-background-paper);width:300px;height:250px;box-shadow:var(--elevation-4)}._1t0nb8q0 img{object-fit:contain;width:100%;max-width:100%;height:100%}._1t0nb8q1{width:100%;height:100%;padding:var(--spacing-1);cursor:zoom-in;margin:auto 0}._1t0nb8q1 img{object-fit:contain;width:100%;height:100%;max-height:100%}._34a65i0{background-color:color-mix(in oklch, var(--colors-warning) 80%, transparent);color:var(--colors-foreground-secondary)}._34a65i1,._34a65i2{background-color:var(--colors-background-element);color:var(--colors-foreground-secondary)}._34a65i3{background-color:color-mix(in oklch, var(--colors-success) 80%, transparent)}.zihraj0{border-radius:var(--radius-medium);grid-area:svg;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.zihraj1{overflow:visible}.zihraj2{opacity:.7;max-width:100%;height:100%;max-height:100%;transition:opacity .3s ease-in-out}.zihraj3{flex-shrink:0;width:auto;max-width:none}.zihraj4{transition:all .2s ease-in-out}.zihraj4:not([data-interactive=false]):hover{fill-opacity:.5}.zihraj5{pointer-events:none;z-index:9999;background-color:var(--colors-background-paper);padding:var(--spacing-2);border-radius:var(--radius-medium);box-shadow:var(--shadow-4);opacity:0;transition:opacity .3s ease-in-out;position:fixed;transform:translate(-50%,calc(-100% - 20px))}.zihraj5:not(:empty){opacity:1}.zihraj6{opacity:0}.zihraj7{opacity:.3;transition:opacity .3s ease-in-out}.zihraj8,.zihraj9{opacity:1}
