:root{--primary-color:rgb(172,138,248);--primary-color-darker:rgb(71,29,163);--secondary-color:#ff5252;--error-color:rgb(253,216,53);--higher-background-color:#fdfdfd;--highlight-color:rgba(248,248,255,0.72);--hint-color:rgb(150,150,150);--hint-color-purple:rgb(200,190,230);--shadow-big:7.5px 15px 50px rgba(112,144,156,0.15);--shadow-small:0px 5px 10px rgba(112,144,156,0.15);--text-primary:#1b1b1f;--text-secondary:#3a3a40;--text-muted:#5c5c63;--text-tertiary:#7b7b85;--card-surface:rgba(255,255,255,0.7);--card-border:rgba(255,255,255,0.3);--card-shadow:0 8px 32px 0 rgba(31,38,135,0.1);--section-surface:rgba(255,255,255,0.4);--mini-avatar-bg:#ccc;--app-icon-bg:#fff;--leaderboard-divider:rgba(0,0,0,0.05);--line-color:#999;--encryption-block-bg:#222;--encryption-block-border:#444;--chat-received-bg:#fff;--chat-received-color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*,:after,:before{box-sizing:border-box}body{margin:0}h1,h2,h3,h4,h5,p{margin-left:.5rem}p{font-size:large;line-height:1.5}dl{margin-left:1rem}dl,li{margin-top:.5rem;margin-bottom:.5rem}li{font-size:large;line-height:1.5}.app-bar-wrapper{position:fixed;top:0;left:0;width:100vw;height:82.5px;backdrop-filter:blur(10px) saturate(150%) brightness(120%);-webkit-backdrop-filter:blur(10px) saturate(150%) brightness(120%);-webkit-mask:linear-gradient(black,black,transparent);mask:linear-gradient(black,black,transparent);mask-image:linear-gradient(black,black,transparent);-webkit-mask-image:linear-gradient(black,black,transparent);pointer-events:none;z-index:10}.app-bar{height:55px;width:100%;display:flex;align-items:center;justify-content:space-between;pointer-events:all;padding:0 1rem;box-sizing:border-box}.app-bar a{color:black}footer .footer-links a{margin:10px;display:flex;text-decoration:none;color:var(--hint-color-purple)}footer .footer-links a:active{color:white}.Button{border:none;min-width:100px;display:inline-block;padding:15px 20px;font-size:large;font-weight:700;margin:5px;border-radius:20px;cursor:pointer;text-decoration:none;transition:.25s;transition-timing-function:ease-in-out}.Button:hover{box-shadow:var(--shadow-small)}.colored-background{color:white;background-color:var(--primary-color)}.colored-background:hover{box-shadow:var(--shadow-small)}.notcolored-background{color:var(--primary-color)}.notcolored-background:hover{background-color:white}.notcolored-solid-background{color:var(--primary-color);background-color:white}.notcolored-solid-background:hover{background-color:ghostwhite}.horizontal-margin{max-width:1400px}.horizontal-margin,.horizontal-margin-narrow{margin:auto;padding-top:20px;padding-bottom:20px}.horizontal-margin-narrow{max-width:1000px}@media (prefers-color-scheme:dark){html{color-scheme:dark}:root{--highlight-color:rgba(72,72,72,0.72);--higher-background-color:#2a2a2a;--text-primary:rgba(255,255,255,0.96);--text-secondary:rgba(255,255,255,0.78);--text-muted:rgba(255,255,255,0.65);--text-tertiary:rgba(255,255,255,0.5);--card-surface:rgba(10,10,15,0.75);--card-border:rgba(255,255,255,0.08);--card-shadow:0 20px 40px rgba(0,0,0,0.6);--section-surface:rgba(10,10,15,0.65);--mini-avatar-bg:rgba(255,255,255,0.25);--app-icon-bg:rgba(255,255,255,0.12);--leaderboard-divider:rgba(255,255,255,0.1);--line-color:rgba(255,255,255,0.3);--encryption-block-bg:rgba(0,0,0,0.85);--encryption-block-border:rgba(255,255,255,0.12);--chat-received-bg:rgba(255,255,255,0.08);--chat-received-color:rgba(255,255,255,0.95)}.app-bar a{color:white}.notcolored-background:hover{background-color:rgba(248,248,255,.2)}}