:root{--background:#1f3337;--foreground:#ededed}@media (prefers-color-scheme:dark){:root{--background:#1f3337;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.description{margin-top:20px;padding-right:40px}.description p,.intro p{font-size:18px}.description ol li{margin-bottom:10px}label{font-size:18px}pre{background:#000;color:#fff}.checkbox-group{display:flex;flex-wrap:wrap;flex-direction:column;gap:5px;margin-bottom:20px}.checkbox-inline{display:inline-flex;align-items:center}.checkbox-inline input[type=checkbox]{margin-right:10px}a.response-link{display:block;color:#dc926b}@media screen and (max-width:992px){.main-row{flex-direction:column-reverse}}@keyframes pulse{0%{transform:scale(.4);opacity:.5}50%{transform:scale(1.2);opacity:1}to{transform:scale(.4);opacity:.5}}.pulse{width:15px;height:15px;background-color:#47cf73;border-radius:50%;animation:pulse 2s ease-in-out infinite;margin-right:10px;position:relative}