.search-W8Sx9XuYzG{background-color:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:24px;color:#fff;height:48px;padding:8px 16px;transition:background-color .28s ease,border-color .28s ease;width:100%}.search-W8Sx9XuYzG:hover{background-color:hsla(0,0%,100%,.08)}.search-W8Sx9XuYzG:focus{border-color:#fff}.search-W8Sx9XuYzG:active{background-color:hsla(0,0%,100%,.08)}
.flag-NQShMs7iN1{width:32px;height:32px;border-radius:16px}.symbol-_Uma8rL2bF{display:flex;align-items:center;justify-content:center;background-color:#2a2c2e;border-radius:99999px;color:#8b8f94;display:flex;font-size:12px;height:36px;justify-content:center;width:36px}.game-QPxuWFoBUU{display:flex;align-items:center;justify-content:center;background-color:#2a2c2e;border-radius:16px;color:#8b8f94;display:flex;font-size:16px;height:32px;justify-content:center;width:32px}
.wrapper-D1ZnLnsDep{position:relative;min-width:145px}.container-bTdDUoTbMA{align-items:center;background-color:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:24px;color:#fff;cursor:pointer;display:flex;gap:12px;height:48px;padding:8px 12px 8px 8px;transition:background-color .28s ease,border-color .28s ease;width:100%}.container-bTdDUoTbMA:hover{background-color:hsla(0,0%,100%,.08)}.container-bTdDUoTbMA:focus{border-color:#fff}.container-bTdDUoTbMA:active{background-color:hsla(0,0%,100%,.08)}.flag-hfbbRRcDcW{width:32px;height:32px;border-radius:16px}.chevron-a6oXvmlSMD{margin-left:auto;transition:transform .28s ease}:host([open]) .chevron-a6oXvmlSMD,.trigger-COFsSNs0E1:active .chevron-a6oXvmlSMD{transform:rotateX(180deg)}.options-ob62GD_S5m{background-color:#f5f5f5;border-radius:14px;color:#000;display:flex;flex-direction:column;gap:2px;right:0;list-style-type:none;max-height:277px;min-width:272px;overflow:hidden auto;padding:4px;position:absolute;top:calc(100% + 8px);z-index:100}.options-ob62GD_S5m.right-IaX_pu_NAW{left:auto;right:0}.symbol-ZlZxp75ogY{display:flex;align-items:center;justify-content:center;background-color:#2a2c2e;border-radius:16px;color:#8b8f94;display:flex;font-size:16px;height:32px;justify-content:center;width:32px}.label-U4fD43OJ8u{font-family:"Inter",sans-serif;text-transform:uppercase;font-size:16px}
@keyframes dots-cQUMkq1x7r{0%{background:hsla(0,0%,100%,.25);box-shadow:-22px 0 hsla(0,0%,100%,.25),22px 0 #fff}33%{background:#fff;box-shadow:-22px 0 hsla(0,0%,100%,.25),22px 0 hsla(0,0%,100%,.25)}66%{background:hsla(0,0%,100%,.25);box-shadow:-22px 0 #fff,22px 0 hsla(0,0%,100%,.25)}100%{background:hsla(0,0%,100%,.25);box-shadow:-22px 0 hsla(0,0%,100%,.25),22px 0 #fff}}.loader-fqNJuae5BN{width:12px;height:12px;border-radius:50%;background:#fff;animation:dots-cQUMkq1x7r 1.2s ease-in-out infinite}.screen-mMAOWTAm4V{position:fixed;inset:0;z-index:0;display:flex;align-items:center;justify-content:center;pointer-events:none}
*,
*::before,
*::after {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

html, #root {
  height: 100%;
}

body {
  background: #040404;
  color: #fff;
  cursor: default;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

