:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw}body{--text-color:white;--text-color-deemphasized:#8c8c8c;--text-size:18px;background:#01292b;max-width:1200px;margin:0 auto;color:var(--text-color);font-family:Arial,Helvetica,sans-serif;font-size:var(--text-size)}body:has(.set-error-background-color){background:#2b0101}.error{color:red}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}:link{color:var(--text-color);font-weight:700}:visited{color:var(--text-color-deemphasized)}.title{text-align:center;margin:20px;height:40px}.card{background:rgba(0,0,0,.4);padding:20px;border-radius:14px;margin:20px auto}.card.seamless{padding:0}.card.seamless-h{padding-left:0;padding-right:0}.seamless-subhead{padding:20px 20px 0}.card>:first-child{margin-top:0}.card>:last-child{margin-bottom:0}.disclaimer{font-size:.9em;color:var(--text-color-deemphasized);text-align:center;font-style:italic;margin:.2em 0}