:root{--font-display:Montserrat_400Regular, Montserrat, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;--font-display-medium:Montserrat_500Medium, Montserrat, ui-sans-serif, system-ui, sans-serif;--font-display-semibold:Montserrat_600SemiBold, Montserrat, ui-sans-serif, system-ui, sans-serif;--font-display-black:Montserrat_900Black, Montserrat, ui-sans-serif, system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;--font-rounded:"SF Pro Rounded", "Hiragino Maru Gothic ProN", Meiryo, "MS PGothic", sans-serif;--font-serif:Georgia, "Times New Roman", serif;--cospheria-scrollbar-size:8px;--cospheria-scrollbar-radius:999px;--cospheria-scrollbar-track-inset:2px}html,body,#root{background-color:var(--cospheria-page-background)}:where(*){scrollbar-color:var(--cospheria-scrollbar-thumb) var(--cospheria-scrollbar-track);scrollbar-width:thin}:where(*)::-webkit-scrollbar{width:var(--cospheria-scrollbar-size);height:var(--cospheria-scrollbar-size)}:where(*)::-webkit-scrollbar-track{border-radius:var(--cospheria-scrollbar-radius);background:var(--cospheria-scrollbar-track)}:where(*)::-webkit-scrollbar-thumb{border:var(--cospheria-scrollbar-track-inset) solid var(--cospheria-scrollbar-track);border-radius:var(--cospheria-scrollbar-radius);background:var(--cospheria-scrollbar-thumb)}:where(*)::-webkit-scrollbar-thumb:hover{background:var(--cospheria-scrollbar-thumb-hover)}:where(*)::-webkit-scrollbar-corner{background:var(--cospheria-scrollbar-track)}#full-image-stage{touch-action:none}#full-image-stage img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.cospheria-loader{width:var(--cospheria-loader-size);height:var(--cospheria-loader-size);display:inline-block;position:relative}.cospheria-loader:before,.cospheria-loader:after{box-sizing:border-box;border:var(--cospheria-loader-track) solid var(--cospheria-loader-track-color);border-top-color:var(--cospheria-loader-active);border-right-color:var(--cospheria-loader-active);content:"";animation:cospheria-loader-arc var(--cospheria-loader-arc-duration) linear infinite, cospheria-loader-outer-spin var(--cospheria-loader-outer-duration) linear infinite;border-radius:50%;position:absolute}.cospheria-loader:before{inset:0}.cospheria-loader:after{inset:var(--cospheria-loader-inset);animation:cospheria-loader-arc var(--cospheria-loader-arc-duration) linear infinite, cospheria-loader-inner-spin var(--cospheria-loader-inner-duration) linear infinite reverse}.cospheria-loader--reduced:before,.cospheria-loader--reduced:after{animation:none}@keyframes cospheria-loader-outer-spin{to{transform:rotate(360deg)}}@keyframes cospheria-loader-inner-spin{to{transform:rotate(360deg)}}@keyframes cospheria-loader-arc{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.cospheria-global-loader{z-index:2147483647;padding:var(--cospheria-loader-screen-inset);background-color:var(--cospheria-loader-scrim);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}