:root{font-family:Inter,sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-line-height: calc(1em + .5rem) ;--font-size-32: 2rem;--font-size-24: 1.5rem;--font-size-16: 1rem;--font-size-14: .875rem;--font-size-12: .75rem;--font-size-8: .5rem;--font-smoothing: antialiased;--color-bg: hsl(0 0% 98%);--color-text: hsl(0 0% 4%);--color-text-secondary: hsl(0 0% 44%);--color-text-link: hsl(0 0% 60%);--color-hover: hsl(0 0% 4% / .1);--color-backdrop: hsl(0 0% 98% / .1);--color-backdrop-closing: hsl(0 0% 98% / 0);--color-grid: hsl(0 0% 85% / .3);--color-mood-happy: #78b853;--color-mood-sad: #a18fff;--color-mood-calm: #5c9ead;--color-mood-angry: #ff3f52;--duration-micro: 50ms;--duration-fast: .1s;--duration-standard: .15s;--duration-slow: .2s;--ease-out-quad: cubic-bezier(.25, .46, .45, .94);--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--ease-out-quint: cubic-bezier(.23, 1, .32, 1);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-out-circ: cubic-bezier(.075, .82, .165, 1);--ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);--ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);--ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);--ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);--ease-in-out-expo: cubic-bezier(1, 0, 0, 1);--ease-in-out-circ: cubic-bezier(.785, .135, .15, .86);--ease-duration: .5s;--ease-spring: linear(0, .387 6.5%, .68 13.5%, .888 21.2%, .962 25.4%, 1.017 29.8%, 1.066 37%, 1.08 45.5%, 1.07 53%, 1.011 78.3%, 1);--ease-duration-soft: .75s;--ease-spring-soft: linear(0, .218 4.3%, .453 9%, .671 14.3%, .846 20.5%, .961 28%, 1.025 37%, 1.036 48%, 1.016 62%, 1.004 78%, 1)}[data-theme=dark]{--color-bg: hsl(0 0% 4%);--color-text: hsl(0 0% 98%);--color-text-secondary: hsl(0 0% 63%);--color-text-link: hsl(0 0% 80%);--color-hover: hsl(0 0% 98% / .2)}.heading-lg{font-size:var(--font-size-24);line-height:var(--font-line-height);font-weight:var(--font-weight-medium);-webkit-font-smoothing:var(--font-smoothing)}.heading-sm{font-size:var(--font-size-14);line-height:var(--font-line-height);font-weight:var(--font-weight-medium);-webkit-font-smoothing:var(--font-smoothing);color:var(--color-text)}.heading-tt{font-size:var(--font-size-12);line-height:var(--font-line-height);font-weight:var(--font-weight-medium);-webkit-font-smoothing:var(--font-smoothing);color:var(--color-text)}.body-tt{font-size:var(--font-size-8);line-height:var(--font-line-height);font-weight:var(--font-weight-regular);-webkit-font-smoothing:var(--font-smoothing);color:var(--color-text)}.body{font-size:var(--font-size-14);line-height:var(--font-line-height);font-weight:var(--font-weight-regular);-webkit-font-smoothing:var(--font-smoothing)}.body-sm{font-size:var(--font-size-12);line-height:var(--font-line-height);font-weight:var(--font-weight-regular);-webkit-font-smoothing:var(--font-smoothing)}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--color-text-link) transparent}html,body{height:100%}body{background-color:var(--color-bg);color:var(--color-text);transition:background-color var(--duration-slow) ease,color var(--duration-slow) ease}@media(prefers-reduced-motion:reduce){body{transition:none}}a{color:var(--color-text-secondary);text-decoration-color:var(--color-text-link)}button:active{transform:scale(.97)}@media(prefers-reduced-motion:reduce){button{transition:none}}@keyframes icon-enter{0%{opacity:0;transform:scale(.9);filter:blur(4px)}to{opacity:1;transform:scale(1);filter:blur(0)}}.icon-enter{animation:icon-enter var(--duration-standard) var(--ease-out-quart)}@media(prefers-reduced-motion:reduce){.icon-enter{animation:none}}
