:root,[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--show-in-dark:flex;--show-in-light:none;--bg:#15131a;--surface:#1e1b26;--surface-2:#2a2533;--border:#332e40;--brand:#8e72cc;--brand-strong:#7e60bf;--brand-press:#6b4fa8;--brand-subtle:#7e60bf29;--text:#f4f1f8;--text-2:#b4adc2;--text-muted:#7c7689;--on-brand:#fff;--success:#46c988;--danger:#f06d6d;--warning:#e0a33e;--calorie-over:#ff8a3d;--info:#7fa8e0;--accent:#b692c2;--e-1:0 1px 2px #0006;--e-2:0 8px 24px #00000073;--e-3:0 24px 64px #0000008c}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--show-in-dark:none;--show-in-light:flex;--bg:#f7f5fb;--surface:#fff;--surface-2:#f1edf8;--border:#e4def0;--brand:#6b4fa8;--brand-strong:#7e60bf;--brand-press:#5a3f94;--brand-subtle:#7e60bf1a;--text:#1b1726;--text-2:#5a5468;--text-muted:#8b8499;--on-brand:#fff;--success:#2e9e68;--danger:#d64545;--warning:#b9791f;--calorie-over:#e2650c;--info:#4f7fbf;--accent:#b692c2;--e-1:0 1px 2px #14101e0f;--e-2:0 8px 24px #14101e1a;--e-3:0 24px 64px #14101e29}:root{--r-sm:8px;--r-md:12px;--r-lg:16px;--r-pill:999px;--s-1:.25rem;--s-2:.5rem;--s-3:.75rem;--s-4:1rem;--s-5:1.5rem;--s-6:2rem;--s-7:3rem;--s-8:4rem;--dur-fast:.15s;--dur-base:.25s;--dur-slow:.35s;--ease-out:cubic-bezier(.2, .8, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--z-header:50;--z-dropdown:60;--z-drawer:70;--z-modal:80;--z-toast:90;--chart-1:#7e60bf;--chart-2:#b692c2;--chart-3:#8e72cc;--chart-4:#c9a8da;--chart-5:#6b4fa8;--chart-6:#e0a33e}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:local(Fraunces SemiBold),url(../media/Fraunces-SemiBold.39bq55sae35oc.ttf)format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:local(Inter),url(../media/Inter-Regular.432tkj802eolg.ttf)format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:local(Inter Medium),url(../media/Inter-Medium.150sv01hgjk4j.ttf)format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:local(Inter SemiBold),url(../media/Inter-SemiBold.3mjbrebzhju23.ttf)format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:local(Inter Bold),url(../media/Inter-Bold.0ou9p7w4gcn5b.ttf)format("truetype")}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:local(Geist Mono Medium),url(../media/GeistMono-Medium.145sw8b6l73w7.ttf)format("truetype")}@font-face{font-family:Geist Mono;font-style:normal;font-weight:700;font-display:swap;src:local(Geist Mono Bold),url(../media/GeistMono-Bold.3q3nxd-3o80j8.ttf)format("truetype")}*{box-sizing:border-box;margin:0;padding:0}svg{align-items:center;display:flex}*{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--text-muted) 45%, transparent) #0000}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:color-mix(in srgb, var(--text-muted) 45%, transparent);border-radius:999px}@media (hover:hover){::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb, var(--text-muted) 70%, transparent)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body{background-color:var(--bg)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}
@keyframes Toast-module-scss-module__s9zM4G__toast-in{0%{opacity:0;transform:translate(120%)}}@keyframes Toast-module-scss-module__s9zM4G__toast-out{to{opacity:0;transform:translate(120%)}}@keyframes Toast-module-scss-module__s9zM4G__toast-shrink{0%{width:100%}to{width:0}}.Toast-module-scss-module__s9zM4G__toast{align-items:flex-start;gap:var(--s-3);border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);width:330px;max-width:calc(100vw - 32px);box-shadow:var(--e-3);pointer-events:auto;animation:Toast-module-scss-module__s9zM4G__toast-in .32s var(--ease-out);padding:14px 14px 17px;display:flex;position:relative;overflow:hidden}.Toast-module-scss-module__s9zM4G__toast__icon{flex:none;align-items:center;margin-top:1px;display:flex}.Toast-module-scss-module__s9zM4G__toast__body{gap:var(--s-1);flex-direction:column;flex:1;min-width:0;display:flex}.Toast-module-scss-module__s9zM4G__toast__message{color:var(--text-2);margin:0;font:400 13px/1.4 Inter,sans-serif}.Toast-module-scss-module__s9zM4G__toast__link{border-radius:var(--r-sm);color:var(--brand-strong);align-self:flex-start;font:600 13px/1.4 Inter,sans-serif;text-decoration:none}.Toast-module-scss-module__s9zM4G__toast__link:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (hover:hover){.Toast-module-scss-module__s9zM4G__toast__link:hover{text-decoration:underline}}.Toast-module-scss-module__s9zM4G__toast__dismiss{border-radius:var(--r-sm);width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;display:flex}.Toast-module-scss-module__s9zM4G__toast__dismiss:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (hover:hover){.Toast-module-scss-module__s9zM4G__toast__dismiss:hover{background:var(--surface-2);color:var(--text)}}.Toast-module-scss-module__s9zM4G__toast__progress{background:currentColor;height:3px;animation:4s linear forwards Toast-module-scss-module__s9zM4G__toast-shrink;position:absolute;bottom:0;left:0}.Toast-module-scss-module__s9zM4G__toast--leaving{animation:.28s forwards Toast-module-scss-module__s9zM4G__toast-out}.Toast-module-scss-module__s9zM4G__toast--success .Toast-module-scss-module__s9zM4G__toast__icon,.Toast-module-scss-module__s9zM4G__toast--success .Toast-module-scss-module__s9zM4G__toast__progress{color:var(--success)}.Toast-module-scss-module__s9zM4G__toast--error .Toast-module-scss-module__s9zM4G__toast__icon,.Toast-module-scss-module__s9zM4G__toast--error .Toast-module-scss-module__s9zM4G__toast__progress{color:var(--danger)}.Toast-module-scss-module__s9zM4G__toast--info .Toast-module-scss-module__s9zM4G__toast__icon,.Toast-module-scss-module__s9zM4G__toast--info .Toast-module-scss-module__s9zM4G__toast__progress{color:var(--info)}
.Toaster-module-scss-module__eAd_aG__toaster{top:var(--s-4);right:var(--s-4);z-index:var(--z-toast);gap:var(--s-3);pointer-events:none;flex-direction:column;display:flex;position:fixed}
