@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}html,body,#root{width:100%}html{background:var(--app-theme-background-default)}body{font-family:Manrope,Avenir Next,Segoe UI,sans-serif;color:var(--app-theme-text-primary);background-color:var(--app-theme-background-default);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:Bricolage Grotesque,Manrope,sans-serif}img,svg,video,canvas{max-width:100%;height:auto}a{color:inherit;text-underline-offset:3px}button,.MuiButton-root,.MuiCard-root,.MuiPaper-root{transition:box-shadow .18s ease,transform .18s ease}.app-shell{position:relative;min-height:100vh}.app-shell:before,.app-shell:after{content:"";position:fixed;border-radius:999px;pointer-events:none;z-index:0;filter:blur(2px)}.app-shell:before{width:min(28vw,340px);height:min(28vw,340px);top:-140px;right:-90px;background:radial-gradient(circle,var(--app-theme-primary-halo) 0%,transparent 70%)}.app-shell:after{width:min(28vw,320px);height:min(28vw,320px);bottom:-130px;left:-90px;background:radial-gradient(circle,var(--app-theme-secondary-halo) 0%,transparent 70%)}.app-content{position:relative;z-index:1;padding-bottom:max(16px,env(safe-area-inset-bottom))}.page-intro{animation:pageReveal .38s ease}@keyframes pageReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}:focus-visible{outline:2px solid rgba(70,70,70,.82);outline-offset:2px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[role=button]:focus-visible,.MuiButtonBase-root:focus-visible,.MuiChip-root:focus-visible,.MuiTab-root:focus-visible,.MuiAccordionSummary-root:focus-visible,.MuiSwitch-switchBase:focus-visible{outline:3px solid rgba(70,70,70,.82);outline-offset:3px;box-shadow:0 0 0 6px #46464624}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:600px){.MuiDialog-paper{margin:10px;width:calc(100% - 20px)}.app-shell:before{top:-170px;right:-140px}.app-shell:after{bottom:-160px;left:-140px}}
