:root {
  --gold: #f5c518;
  --gold2: #e8a900;
  --orange: #ef3e2f;
  --bg: #06060e;
  --bg2: #0a0712;
  --panel: rgba(255, 255, 255, .045);
  --panel2: rgba(255, 255, 255, .07);
  --border: rgba(255, 255, 255, .08);
  --text: #f3f3fb;
  --muted: #9896b3;
  --green: #00d474;
  --red: #ff3860;
  --blue: #1877f2;
}

* {
  box-sizing: border-box;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

body {
  min-height: 100vh;
  background-image: radial-gradient(circle at 50% -5%, rgba(239, 62, 47, 0.1), transparent 360px), radial-gradient(circle at 55% 13%, rgba(99, 84, 255, 0.12), transparent 300px), initial;
  background-position-x: initial, initial, initial;
  background-position-y: initial, initial, initial;
  background-size: initial, initial, initial;
  background-repeat: initial, initial, initial;
  background-attachment: initial, initial, initial;
  background-origin: initial, initial, initial;
  background-clip: initial, initial, initial;
  background-color: rgb(6, 6, 14);
  color: var(--text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
}

.shell {
  width: min(100%, 520px);
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(5, 5, 13, 0.92);
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100vh;
  height: 100vh;
}

.nav {
  position: sticky;
  top: 0px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 8px;
  column-gap: 10px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(7, 7, 17, 0.92);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.brand {
  display: flex;
  align-items: center;
  row-gap: 9px;
  column-gap: 9px;
  min-width: 0px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.brand img {
  width: 32px;
  height: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.brand span {
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
}

.nav-actions {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  min-width: 0px;
}

.langs {
  display: flex;
  align-items: center;
  row-gap: 3px;
  column-gap: 3px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.055);
  overflow-x: hidden;
  overflow-y: hidden;
}

.langs button {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: rgb(120, 119, 144);
  padding-top: 4px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-left: 7px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.langs .active {
  color: rgb(8, 8, 8);
  background-image: linear-gradient(135deg, rgb(255, 86, 61), rgb(245, 165, 36));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.guide {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: linear-gradient(135deg, rgb(255, 86, 61), rgb(199, 47, 36));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: rgb(17, 17, 17);
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 900;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.hero {
  position: relative;
  padding-top: 36px;
  padding-right: 18px;
  padding-bottom: 34px;
  padding-left: 18px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.chip {
  display: inline-flex;
  align-items: center;
  row-gap: 7px;
  column-gap: 7px;
  padding-top: 6px;
  padding-right: 15px;
  padding-bottom: 6px;
  padding-left: 15px;
  margin-bottom: 16px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 212, 116, 0.28);
  border-right-color: rgba(0, 212, 116, 0.28);
  border-bottom-color: rgba(0, 212, 116, 0.28);
  border-left-color: rgba(0, 212, 116, 0.28);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 212, 116, 0.1);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

@keyframes blink { 
  50% { opacity: 0.35; }
}

h1 {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  max-width: 410px;
  color: rgb(255, 255, 255);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0px;
}

h1 strong {
  color: rgb(255, 86, 61);
}

.lead {
  max-width: 410px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  color: var(--muted);
  font-size: 14px;
}

.download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  column-gap: 10px;
  min-height: 52px;
  min-width: 230px;
  padding-top: 14px;
  padding-right: 26px;
  padding-bottom: 14px;
  padding-left: 26px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-image: linear-gradient(135deg, rgb(255, 74, 49), rgb(170, 130, 0));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: rgb(5, 5, 5);
  font-size: 15px;
  font-weight: 950;
  box-shadow: rgba(245, 197, 24, 0.22) 0px 14px 38px;
  cursor: pointer;
}

.stats {
  display: flex;
  justify-content: center;
  row-gap: 28px;
  column-gap: 28px;
  margin-top: 20px;
}

.stat b {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
}

.stat span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

section {
  padding-top: 28px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 13px;
}

.section-head h2 {
  display: flex;
  align-items: center;
  row-gap: 9px;
  column-gap: 9px;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 950;
}

.section-head a {
  color: rgb(255, 86, 61);
  font-size: 12px;
  font-weight: 850;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.desc {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  color: var(--muted);
  font-size: 12px;
}

.rail {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  margin-top: 0px;
  margin-right: -16px;
  margin-bottom: 0px;
  margin-left: -16px;
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.poster {
  width: 140px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 140px;
  scroll-snap-align: start;
}

.poster-img {
  position: relative;
  height: 200px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(20, 20, 33);
}

.poster-img img, .sports-img img {
  height: 100%;
  object-fit: cover;
}

.badge, .free {
  position: absolute;
  top: 8px;
  z-index: 1;
  padding-top: 2px;
  padding-right: 7px;
  padding-bottom: 2px;
  padding-left: 7px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.badge {
  left: 8px;
  color: rgb(255, 255, 255);
}

.badge.hd {
  color: rgb(17, 17, 17);
}

.free {
  right: 8px;
  color: rgb(2, 2, 2);
}

.poster h3 {
  margin-top: 8px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 820;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.poster p {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.wide {
  width: 260px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 260px;
  scroll-snap-align: start;
}

.sports-img {
  position: relative;
  height: 146px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(20, 20, 33);
}

.sports-copy {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
}

.live {
  display: flex;
  align-items: center;
  row-gap: 5px;
  column-gap: 5px;
  margin-bottom: 4px;
  color: rgb(255, 56, 96);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.sports-copy h3 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1.28;
}

.sports-copy p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
}

.mid-cta {
  margin-top: 4px;
  margin-right: 16px;
  margin-bottom: 22px;
  margin-left: 16px;
}

.mid-cta .download {
  width: 100%;
  min-width: 0px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.mini-note {
  margin-top: 6px;
  color: var(--muted);
  text-align: center;
  font-size: 10px;
}

.why {
  padding-top: 36px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  column-gap: 10px;
}

.feature {
  min-height: 132px;
  padding-top: 20px;
  padding-right: 14px;
  padding-bottom: 20px;
  padding-left: 14px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  text-align: center;
}

.feature .icon {
  margin-bottom: 10px;
  font-size: 27px;
}

.feature h3 {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 900;
}

.feature p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.compare {
  padding-top: 36px;
}

.center-title {
  margin-bottom: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 17px;
  font-weight: 950;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 12px;
}

th {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(21, 19, 41);
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-align: left;
  text-transform: uppercase;
}

th:nth-child(2), th:nth-child(3), td:nth-child(2), td:nth-child(3) {
  text-align: center;
}

th.brand-col {
  color: rgb(255, 86, 61);
}

td {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: rgb(255, 255, 255);
}

td:nth-child(2) {
  color: var(--green);
  font-weight: 900;
}

td:nth-child(3) {
  color: rgb(255, 82, 113);
  font-weight: 900;
}

.big-card {
  margin-top: 36px;
  margin-right: 16px;
  margin-bottom: 28px;
  margin-left: 16px;
  padding-top: 28px;
  padding-right: 20px;
  padding-bottom: 28px;
  padding-left: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(245, 197, 24, 0.2);
  border-right-color: rgba(245, 197, 24, 0.2);
  border-bottom-color: rgba(245, 197, 24, 0.2);
  border-left-color: rgba(245, 197, 24, 0.2);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  background-image: radial-gradient(circle at 85% 50%, rgba(245, 197, 24, 0.12), transparent 180px), linear-gradient(135deg, rgba(31, 31, 46, 0.98), rgba(31, 23, 16, 0.96));
  background-position-x: initial, initial;
  background-position-y: initial, initial;
  background-size: initial, initial;
  background-repeat: initial, initial;
  background-attachment: initial, initial;
  background-origin: initial, initial;
  background-clip: initial, initial;
  background-color: initial;
  text-align: center;
}

.big-card h2 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
}

.big-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.big-card .stats {
  margin-top: 22px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.big-card .stat b {
  color: rgb(255, 86, 61);
  font-size: 20px;
}

.steps {
  padding-top: 28px;
}

.step {
  display: flex;
  row-gap: 14px;
  column-gap: 14px;
  align-items: flex-start;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  margin-bottom: 12px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: linear-gradient(135deg, rgb(255, 86, 61), rgb(176, 125, 0));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: rgb(17, 17, 17);
  font-size: 14px;
  font-weight: 950;
}

.step h3 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 900;
}

.step p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.info-table {
  padding-top: 10px;
}

.info-box {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.info-box td:first-child {
  color: var(--muted);
  font-weight: 800;
  width: 41%;
}

.info-box td:nth-child(2) {
  color: rgb(255, 255, 255);
  text-align: left;
}

.faq {
  padding-top: 38px;
}

.faq-item {
  margin-bottom: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  width: 100%;
  padding-top: 15px;
  padding-right: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: rgb(255, 255, 255);
  text-align: left;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.faq-a {
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  color: var(--muted);
  font-size: 12px;
  transition-behavior: normal, normal;
  transition-duration: 0.25s, 0.25s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: max-height, padding;
}

.share {
  padding-top: 36px;
  padding-right: 16px;
  padding-bottom: 28px;
  padding-left: 16px;
}

.share-card {
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(245, 197, 24, 0.2);
  border-right-color: rgba(245, 197, 24, 0.2);
  border-bottom-color: rgba(245, 197, 24, 0.2);
  border-left-color: rgba(245, 197, 24, 0.2);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  background-image: linear-gradient(135deg, rgba(245, 197, 24, 0.075), rgba(239, 62, 47, 0.055));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  text-align: center;
}

.share-card h2 {
  color: rgb(251, 191, 36);
  font-size: 18px;
  font-weight: 950;
}

.share-card > p {
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  color: rgb(160, 166, 191);
  font-size: 13px;
}

.progress {
  margin-bottom: 16px;
  padding-top: 13px;
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.34);
}

.progress small {
  display: block;
  margin-bottom: 7px;
  color: rgb(160, 166, 191);
  font-size: 11px;
}

.bar {
  height: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.08);
  overflow-x: hidden;
  overflow-y: hidden;
}

.bar span {
  display: block;
  width: 0px;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(251, 191, 36), rgb(249, 115, 22));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.progress b {
  display: block;
  margin-top: 7px;
  color: rgb(251, 191, 36);
  font-size: 12px;
}

.share-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
  column-gap: 8px;
}

.share-buttons button {
  min-height: 44px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.wa {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(37, 211, 102);
}

.fb {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(24, 119, 242);
}

.tg {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 136, 204);
}

.cp {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
}

.ref {
  margin-top: 13px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.34);
  color: rgb(119, 117, 139);
  font-size: 11px;
  word-break: break-all;
}

.ref span {
  color: rgb(251, 191, 36);
}

footer {
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 100px;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.28);
  text-align: center;
  font-size: 11px;
}

footer p {
  margin-top: 6px;
}

.fixed-download {
  position: fixed;
  left: 50%;
  bottom: 0px;
  z-index: 30;
  width: min(100%, 520px);
  transform: translateX(-50%);
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(245, 197, 24, 0.14);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(6, 6, 14, 0.95);
  backdrop-filter: blur(16px);
}

.fixed-download .download {
  width: 100%;
  min-width: 0px;
  min-height: 56px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.fixed-download p {
  margin-top: 5px;
  color: var(--muted);
  text-align: center;
  font-size: 10px;
}

.install-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  display: none;
  align-items: stretch;
  justify-content: flex-start;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(6, 6, 14, 0.97);
  backdrop-filter: blur(8px);
  color: var(--text);
}

.install-panel {
  position: relative;
  width: min(100%, 420px);
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 76px;
  padding-right: 16px;
  padding-bottom: 42px;
  padding-left: 16px;
  overflow-y: auto;
  text-align: center;
}

.install-close {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(154, 160, 184);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.install-panel h2 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 950;
  margin-bottom: 8px;
}

.install-panel > p {
  color: rgb(164, 171, 194);
  font-size: 14px;
  margin-bottom: 24px;
}

.install-step {
  display: flex;
  align-items: flex-start;
  row-gap: 12px;
  column-gap: 12px;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.08);
  text-align: left;
}

.install-step:last-of-type {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.install-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: linear-gradient(135deg, rgb(255, 86, 61), rgb(167, 123, 0));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: rgb(17, 17, 17);
  font-size: 12px;
  font-weight: 950;
}

.install-step p {
  color: rgb(164, 171, 194);
  font-size: 13px;
  line-height: 1.5;
}

.install-more {
  display: inline-block;
  margin-top: 16px;
  color: rgb(255, 86, 61);
  font-size: 13px;
  font-weight: 900;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.lang-float {
  position: relative;
  z-index: 10;
}

.lang-float-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: #787790;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.lang-float-btn:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #f3f3fb;
  transform: translateY(-1px);
}

.lang-float-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 86, 61, 0.5);
}

.lang-float-btn-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff563d, #f5a524);
  color: #080808;
  font-size: 9px;
  font-weight: 950;
  flex-shrink: 0;
}

.lang-float-btn-text {
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lang-float-btn-arrow {
  font-size: 8px;
  opacity: 0.6;
  transition: transform 0.2s ease;
}

.lang-float-btn[aria-expanded="true"] .lang-float-btn-arrow {
  transform: rotate(180deg);
}

.lang-float-list {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: 200px;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 12px;
  background: rgba(10, 10, 20, 0.98);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  padding: 6px;
  z-index: 100;
}

.lang-float-list::-webkit-scrollbar {
  width: 4px;
}

.lang-float-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 2px;
}

.lang-float-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}

.lang-float-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.25);
}

.lang-float-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  list-style: none;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
}

.lang-float-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.lang-float-item.focused,
.lang-float-item:focus {
  background: rgba(255, 86, 61, 0.15);
  outline: none;
}

.lang-float-item.current {
  background: rgba(255, 86, 61, 0.1);
}

.lang-float-item.current .lang-float-item-flag {
  background: linear-gradient(135deg, #ff563d, #f5a524);
  color: #080808;
}

.lang-float-item-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #9896b3;
  font-size: 9px;
  font-weight: 950;
  flex-shrink: 0;
}

.lang-float-item-name {
  display: block;
  color: #f3f3fb;
  font-size: 12px;
  font-weight: 700;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(251, 191, 36, 0.15);
  background: linear-gradient(135deg, rgba(245, 197, 24, 0.06), rgba(239, 62, 47, 0.04));
  box-shadow: 0 1px 8px rgba(245, 197, 24, 0.08);
}

.promo-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffd700, #ffa500);
  font-size: 17px;
  flex-shrink: 0;
}

.promo-content {
  flex: 1;
  min-width: 0;
}

.promo-content h3 {
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.3;
  margin-bottom: 2px;
}

.promo-content p {
  color: var(--muted);
  font-size: 10px;
}

.promo-btn {
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff563d, #f5a524);
  color: #080808;
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.promo-btn:active {
  transform: scale(0.96);
}

@media (max-width: 390px) {
  .lang-float-btn-text {
    display: none;
  }

  .lang-float-btn {
    padding: 6px;
  }

  .lang-float-list {
    width: calc(100vw - 32px);
    max-height: 50vh;
  }

  .nav {
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    row-gap: 10px;
  }

  .nav-top {
    gap: 8px;
  }

  .brand img {
    width: 28px;
    height: 28px;
  }

  .brand span {
    font-size: 14px;
    max-width: 110px;
  }

  .langs {
    gap: 2px;
    padding: 2px;
  }

  .langs button {
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    font-size: 9px;
  }

  .guide {
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
    font-size: 11px;
  }

  .promo-card {
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-left: 10px;
    gap: 10px;
    border-radius: 10px;
  }

  .promo-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
    border-radius: 9px;
  }

  .promo-content h3 {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .promo-content p {
    font-size: 10px;
  }

  .promo-btn {
    padding: 7px 12px;
    font-size: 11px;
    border-radius: 8px;
  }

  h1 {
    font-size: 25px;
  }

  .stats {
    row-gap: 18px;
    column-gap: 18px;
  }

  .download {
    width: 100%;
    min-width: 0px;
  }
}