:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.modal-box{width:100%;max-width:50vw;max-height:60vh;color:var(--module-color,#333);background-color:#fff;border-radius:16px;padding:2rem;position:absolute;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 8px 24px #0003}@media (max-width:1280px){.modal-box{max-width:90vw;max-height:90vh}}@media (max-width:768px){.modal-box{border:1px solid #ccc;max-width:90vw;padding:1.5rem}}@media (max-width:480px){.modal-box{max-width:95vw;max-height:80vh;padding:1rem}}.mobileOnly{display:none}.desktopOnly{display:block}@media (max-width:600px){.mobileOnly{display:block}.desktopOnly{display:none}}
