:root{--background:#fff;--foreground:#171717;--blueGossip:#6899f8;--blackGossip:#171e33;--darkBlueGossip:#304470;--whiteGossip:#fff;--greenGossip:#01b574;--greenAquaGossip:#8bc5c7;--disabledGossip:#898888;--darkGrayGossip:#666}@media (prefers-color-scheme:dark){:root{--background:#171e33;--foreground:#ededed}}body,html{max-width:100vw}body{color:var(--foreground);font-family:Helvetica,sans-serif,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#181f34,#28375b);background-repeat:no-repeat;background-attachment:fixed;height:100vh;margin:0}body>main{min-height:100vh}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}h1{font-size:32px;font-weight:700}h1,h2{line-height:47px}h2{font-size:20px;font-weight:400}label{font-size:12px;font-weight:600;line-height:13.8px;text-align:left}label>span{font-weight:100}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background:var(--blueGossip);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--darkBlueGossip);cursor:pointer}