:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--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}}@keyframes pulseReliance{0%{transform:scale(1);box-shadow:0 0 0 #f2a900}50%{transform:scale(1.25);box-shadow:0 0 12px #f2a900}to{transform:scale(1);box-shadow:0 0 0 #f2a900}}.glow-once{animation:pulseReliance .4s ease}.inactivity-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999}.inactivity-modal{background-color:#2c2c2c;padding:2rem;border-radius:8px;text-align:center;color:#eee;border:1px solid #555}.inactivity-modal h2{margin-top:0}.inactivity-modal button{background-color:#5A4FCF;color:white;border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-size:1rem;margin-top:1rem}