:root{--black: oklch(.1179 0 80.71);--white: oklch(.9912 .0049 80.71);--offwhite: oklch(.9571 .0148 80.71);--accent: oklch(47.72% .19 23.59);--bg-color: var(--offwhite);--bg-color-2: var(--white);--text-color: var(--black);--font-serif: "Playfair Display", serif;--font-sans: "Rubik", sans-serif;--fs-xs: clamp(.75rem, .1vi + .7rem, .85rem);--fs-sm: clamp(.85rem, .2vi + .8rem, .95rem);--fs-base: clamp(1rem, .34vi + .91rem, 1.19rem);--fs-md: clamp(1.25rem, .61vi + 1.1rem, 1.58rem);--fs-lg: clamp(1.56rem, 1vi + 1.31rem, 2.11rem);--fs-xl: clamp(1.95rem, 1.56vi + 1.56rem, 2.81rem);--fs-xxl: clamp(2.44rem, 2.38vi + 1.85rem, 3.75rem);--fs-xxxl: clamp(3.05rem, 3.54vi + 2.17rem, 5rem);--fs-headline: clamp(3.25rem, 4vi + 2.25rem, 5.25rem);--container-width: 768px;--br-sm: .25rem;--br-lg: 1rem;--br-full: 999px;--br-circle: 50%;--bp-sm: 480px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px}@media(prefers-color-scheme:dark){:root{--bg-color: var(--black);--bg-color-2: oklch(.1868 .0148 80.71);--text-color: var(--offwhite)}}html{box-sizing:border-box;scroll-behavior:smooth;scrollbar-gutter:stable}*,*:before,*:after{box-sizing:inherit}html,body{margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-sans)}input,textarea,button{color:inherit;font-family:inherit}#app{padding-top:5rem}html.noscroll,body.noscroll{overflow:hidden}.hidden-visually{border:0;clip:rect(0 0 0 0);position:absolute;margin:-1px;padding:0;width:1px;height:1px;overflow:hidden}.centered{display:grid;place-items:center}a:not(.btn){--link-color: var(--accent);transition:color .2s;color:var(--link-color)}a:not(.btn):hover{--link-color: var(--black)}@media(prefers-color-scheme:dark){a:not(.btn):hover{--link-color: var(--white)}}.error{border-radius:4px;background:#fee;padding:.75rem;color:#c00}.success{margin-bottom:1rem;border-radius:4px;background:#efe;padding:1rem;color:#060}.tag{border-radius:var(--br-full);background:var(--text-color);padding:.2rem .6rem;color:var(--bg-color-2);font-weight:500;font-size:var(--fs-xs)}.btn{display:block;transition:background-color .2s ease-in-out,color .2s ease-in-out;cursor:pointer;border:none;border-radius:var(--br-full);background:var(--black);padding:.75rem;color:#fff;font-size:1rem;text-decoration:none}.btn:disabled{opacity:.7;cursor:not-allowed}.btn:active{transform:scale(.98)}.btn-black{border:.1rem solid var(--black);background-color:var(--black);color:var(--white);text-align:center}@media(prefers-color-scheme:dark){.btn-black{border:.1rem solid var(--white)}}.btn-black:hover{background-color:oklch(from var(--black) 20% c h)}.btn-white{border:.1rem solid var(--black);background-color:var(--white);color:var(--black);text-align:center}@media(prefers-color-scheme:dark){.btn-white{border:.1rem solid var(--white)}}.btn-white:hover{background-color:var(--black);color:var(--white)}.btn-accent{border:.1rem solid var(--accent);background-color:var(--accent);color:var(--white);text-align:center}.btn-accent:hover{background-color:oklch(from var(--accent) 20% c h)}input{background-color:var(--bg-color-2)}.app-wrapper.svelte-12qhfyh{display:flex;flex-direction:column;min-height:calc(100vh - 4rem)}footer.svelte-12qhfyh{padding:0 0 1rem;font-size:var(--fs-xs)}footer.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;justify-content:center;gap:1rem;margin:0;padding:0;list-style:none}footer.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-color);text-decoration:none}footer.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{text-decoration:underline}
