@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");: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}.iframe-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;width:100%;background:#f5f5f5}.iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:8px}@media (max-width:576px){.iframe-wrapper{padding-bottom:150%}}@media (min-width:577px) and (max-width:992px){.iframe-wrapper{padding-bottom:75%}}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}