@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--font-base:"Open Sans",sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;min-height:100vh}body{font-family:var(--font-base)}body>div{min-height:100vh}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.status--correct{background:#019f4f}.status--greater,.status--incorrect{background:#ff0038}.status--greater-slightly{background:#ff9d2b}.status--lower{background:#ff0038}.status--lower-slightly{background:#ff9d2b}.status--geo-diff{background:#ff0038}.status--geo-diff-sligthly{background:#ff9d2b}.active{position:relative}.active:before{content:"";position:absolute;border:2px solid #68c9ff;top:0;left:0;width:calc(100% - 4px);height:calc(100% - 4px)}.direction--greater,.direction--greater-slightly{position:absolute;top:0;left:calc(50% - 7px);width:0;height:0;border-color:transparent transparent hsla(0,0%,100%,.5);border-style:solid;border-width:0 5px 7px}@media only screen and (min-width:500px){.direction--greater,.direction--greater-slightly{border-width:0 7px 10px}}.direction--lower,.direction--lower-slightly{position:absolute;bottom:0;left:calc(50% - 7px);transform:rotate(180deg);width:0;height:0;border-color:transparent transparent hsla(0,0%,100%,.5);border-style:solid;border-width:0 5px 7px}@media only screen and (min-width:500px){.direction--lower,.direction--lower-slightly{border-width:0 7px 10px}}