*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-width:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;color:#fff}body{background:var(--app-bg);display:flex;flex-direction:column;height:100svh;width:100vw}#root{display:flex;flex-direction:column;background-color:var(--app-bg);height:100%;overflow:hidden;position:relative}@media screen and (min-width: 768px){body{background:var(--body-bg)}#root{width:100%;height:auto;aspect-ratio:4 / 3;margin:auto;box-shadow:#000 0 2px 40px -7px;border-radius:var(--spacing-xl)}}@media screen and (min-width: 1024px){#root{max-width:1024px}}strong{font-weight:600}.dark{--app-bg: var(--primary-600);--body-bg: linear-gradient(to right, #2c5364, #203a43, #0f2027);--header-bg: var(--primary-700);--header-border: 1px solid var(--primary-400);--header-link: var(--primary-200);--header-sub-menu: var(--primary-300);--box-bg: var(--primary-500);--box-border: var(--primary-400);--box-shadow: none;--box-border: 1px solid var(--primary-400)}@media screen and (min-width: 768px){.dark #root{border:1px solid var(--primary-400);box-shadow:#000 0 2px 40px -7px}}
