
:root {
  --c-bg: #030121;
  --c-surface: #1a1a3e;
  --c-surface-alt: #33255b;
  --c-border: #2e2d62;
  --c-text: #f9f5f1;
  --c-accent: #fcfa04;
  --c-accent-hover: #f9fc33;   --c-on-accent: #01011c;
  --c-text-muted: #9a8ba9;     --c-purple: #470533;         --c-purple-hover: #6b1467;
  --c-on-purple: #fafafc;
  --c-shadow: rgba(3, 2, 5, 0.35);
  --c-overlay: rgba(2, 1, 2, 0.6);
  --c-white: #fff;
  --c-green: #2bbf54;
  --c-hero-bg: #22173d;

    --nr-header-h: 60px;
    --nr-mobile-nav-h: 64px;
  --nr-sidebar-w: 68px;
    --nr-qcb-row-h: 4.3125rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Raleway';
  src: url("fonts/raleway-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  background: var(--c-bg);
  color: var(--c-text);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--c-text);
  text-decoration: none;
}

button {
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

[hidden] {
  display: none !important;
}

.nr-rjqgd {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
  height: var(--nr-header-h);
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 7px;
}

.nr-hafhr {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.nr-qergv {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: var(--c-text);
  font-size: 22px;
  border-radius: 6px;
  transition: background 0.2s;
}

.nr-qergv:hover {
  background: color-mix(in srgb, var(--c-white) 8%, transparent);
}

.nr-vvcxf {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--c-accent);
  text-transform: uppercase;
}

.nr-vvcxf img {
  display: inline-block;
}

.nr-dfhzd {
  display: none;
}

.nr-desjm {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  font-size: 18px;
  border-radius: 10px;
  transition: background 0.2s;
}

.nr-desjm:hover {
  background: color-mix(in srgb, var(--c-white) 8%, transparent);
}

.nr-wqjcp {
  flex: 1;
}

.nr-pdycz {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.nr-gkqrs {
  height: 40px;
  padding: 0 14px;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--c-text-muted) 30%, transparent);
  border-radius: 6px;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s;
  min-width: 45px;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nr-gkqrs:hover {
  border-color: var(--c-accent);
  background: color-mix(in srgb, var(--c-accent) 5%, transparent);
}

.nr-sdewe {
  height: 40px;
  padding: 0 18px;
  background: var(--c-accent);
  border: none;
  border-radius: 7px;
  color: var(--c-on-accent);
  font-size: 14px;
  font-weight: 700;
  transition: filter 0.2s;
  min-width: 45px;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nr-sdewe:hover {
  filter: brightness(0.9);
}

.nr-pkbad {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--c-white) 6%, transparent);
  border: 1px solid var(--c-border);
  border-radius: 7px;
  color: var(--c-text);
  font-size: 13px;
  font-weight: 700;
  padding: 0 12px;
  gap: 7px;
  min-width: auto;
}

.nr-hcfdx {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  font-size: 18px;
  border-radius: 6px;
}

.nr-pdycz .nr-gkqrs,
.nr-pdycz .nr-sdewe,
.nr-pdycz .nr-pkbad {
  display: flex;
}

.nr-pdycz .nr-hcfdx {
  display: none;
}

.nr-desjm {
  display: none;
}

@media (max-width: 767px) {
  .nr-gkqrs {
    padding: 0 9px;
    font-size: 12px;
    height: 36px;
  }

  .nr-sdewe {
    padding: 0 13px;
    font-size: 12px;
    height: 36px;
  }

    .nr-pdycz .nr-pkbad {
    display: none;
  }

  .nr-rjqgd {
    gap: 5px;
    padding: 0 6px;
  }

  .nr-hafhr {
    gap: 3px;
  }

  .nr-pdycz {
    gap: 4px;
  }

  .nr-enjwq {
    display: none !important;
  }

  .nr-dfhzd {
    display: inline-block !important;
  }

  
  .nr-hafhr {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
  }

  .nr-qergv {
    width: 36px;
    height: 36px;
  }
}

@media (min-width: 768px) {
  .nr-desjm {
    display: flex;
  }

  .nr-pdycz .nr-hcfdx {
    display: flex;
  }
}

.nr-kersw {
  position: fixed;
  inset: 0;
  background: var(--c-overlay);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.nr-kersw.nr-xyrvr {
  opacity: 1;
  visibility: visible;
}

.nr-ebara {
  position: fixed;
  top: var(--nr-header-h);
  left: 0;
  bottom: 0;
  width: var(--nr-sidebar-w);
  background: var(--c-surface-alt);
  border-right: 1px solid var(--c-border);
  z-index: 950;
  overflow-y: auto;
  overflow-x: hidden;
  transition: width 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
}

.nr-ebara.nr-atccs {
  transform: translateX(0);
}

.nr-ebara.nr-baqys {
  width: 240px;
}

@media (min-width: 1024px) {
  .nr-ebara {
    transform: translateX(0);
  }

  .nr-kersw {
    display: none;
  }
}

.nr-hxsgj {
  flex: 1;
  padding: 6px 0;
}

.nr-pwfek {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 48px;
  padding: 0 20px;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.nr-pwfek:hover {
  background: color-mix(in srgb, var(--c-white) 5%, transparent);
  color: var(--c-text);
}

.nr-pwfek.nr-bkvpq {
  color: var(--c-accent);
}

.nr-cdrvj {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

.nr-cdrvj svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.nr-mvkmg {
  opacity: 0;
  transition: opacity 0.2s;
  flex: 1;
}

.nr-ebara.nr-baqys .nr-mvkmg {
  opacity: 1;
}

.nr-gaezp {
    background: var(--c-green);
  color: var(--c-on-accent);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 9px;
  opacity: 0;
  transition: opacity 0.2s;
}

.nr-ebara.nr-baqys .nr-gaezp {
  opacity: 1;
}

.nr-erwnm {
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s;
  margin-left: auto;
}

.nr-ebara.nr-baqys .nr-erwnm {
  opacity: 1;
}

.nr-evcza {
  height: 1px;
  background: var(--c-border);
  margin: 7px 14px;
}

.nr-pzghy {
  padding: 14px 18px;
  padding-bottom: calc(var(--nr-mobile-nav-h) + 13px);
  border-top: 1px solid var(--c-border);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 1024px) {
  .nr-pzghy {
    padding-bottom: 10px;
  }
}

.nr-hxwna {
  display: flex;
  align-items: center;
  gap: 11px;
  height: 40px;
  padding: 0 5px;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  font-size: 13px;
  font-weight: 600;
  border-radius: 9px;
  overflow: hidden;
  white-space: nowrap;
}

.nr-apktq {
  display: none;
  height: 40px;
  background: color-mix(in srgb, var(--c-accent) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent);
  border-radius: 10px;
  color: var(--c-accent);
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 14px;
  white-space: nowrap;
}

.nr-ebara.nr-baqys .nr-apktq {
  display: flex;
}

.nr-eqxfa {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  overflow: hidden;
}

.nr-eqxfa .nr-cdrvj {
  color: color-mix(in srgb, var(--c-text-muted) 50%, transparent);
}

.nr-eqxfa .nr-dbvvd {
  display: none;
}

.nr-ebara.nr-baqys .nr-eqxfa {
  justify-content: space-between;
}

.nr-ebara.nr-baqys .nr-eqxfa .nr-dbvvd {
  display: block;
}

.nr-dbvvd {
  width: 42px;
  height: 24px;
  background: var(--c-border);
  border-radius: 13px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.nr-dbvvd::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: var(--c-accent);
  border-radius: 50%;
  transition: transform 0.2s;
}

.nr-zannr {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
}

.nr-ebara:not(.nr-baqys) .nr-zannr {
  padding: 9px 0;
  align-items: center;
}

.nr-ebara:not(.nr-baqys) .nr-gzfec {
  width: 44px;
  min-height: 44px;
  border-radius: 7px;
  padding: 0;
  justify-content: center;
  overflow: hidden;
}

.nr-ebara:not(.nr-baqys) .nr-vsmtc {
  display: none;
}

.nr-ebara:not(.nr-baqys) .nr-yxert {
  position: static;
  height: 28px;
}

.nr-gzfec {
  width: 100%;
  min-height: 38px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 4px 8px;
}

.nr-gzfec::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.nr-smtvk {
  background: #6e4a01;
}

.nr-smtvk::before {
  background: conic-gradient(from 0deg, #fedf4a, #664e0e, #fee556);
}

.nr-kjhsr {
  background: #431843;
}

.nr-kjhsr::before {
  background: conic-gradient(from 0deg, #cb57fe, #391446, #c74ffb);
}

.nr-vsmtc {
  color: var(--c-white);
  font-weight: 700;
  font-size: 13px;
  z-index: 1;
}

.nr-yxert {
  height: 36px;
    width: 36px;
  position: absolute;
  right: 8px;
  z-index: 1;
}

.nr-smtvk .nr-yxert { color: #fae647; }
.nr-kjhsr .nr-yxert { color: #cc59fe; }

.nr-prjwz {
  padding: 15px;
  padding-bottom: calc(var(--nr-mobile-nav-h) + 14px);   min-height: calc(100vh - var(--nr-header-h));
}

@media (min-width: 1024px) {
  .nr-prjwz {
    margin-left: var(--nr-sidebar-w);
    padding-bottom: 25px;
    transition: margin-left 0.3s;
  }

  .nr-prjwz.nr-zzaac {
    margin-left: 240px;
  }
}

.nr-vevak {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 26px;
  background-color: var(--c-hero-bg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 18px;
  padding: 30px 22px;
  position: relative;
  overflow: hidden;
}

.nr-vevak::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(28, 18, 60, 0.3) 0%,
    rgba(23, 18, 62, 0.55) 50%,
    rgba(33, 25, 57, 0.75) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.nr-htpdw {
  display: block;
  margin: 0 auto 18px;
  height: 56px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .nr-vevak {
    padding: 26px 17px;
    background-position: center center;
  }

  .nr-vevak::before {
    background: linear-gradient(
      180deg,
      rgba(19, 29, 55, 0.45) 0%,
      rgba(26, 19, 72, 0.7) 50%,
      rgba(20, 21, 52, 0.85) 100%
    );
  }

  .nr-htpdw {
    height: 40px;
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .nr-vevak {
    flex-direction: row;
    gap: 19px;
  }

  .nr-anvmz,
  .nr-vhnpc {
    flex: 1;
  }
}

.nr-anvmz {
  background: color-mix(in srgb, var(--c-surface-alt) 85%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-border) 60%, transparent);
  border-radius: 18px;
  padding: 23px;
  position: relative;
  z-index: 1;
}

.nr-qmgba {
  font-size: 13px;
  font-weight: 700;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 18px;
}

.nr-kcsxw {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.nr-wbqet {
  flex: 1;
  height: 52px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  color: var(--c-text);
  font-size: 18px;
  font-weight: 700;
  padding: 0 14px;
  font-family: 'Raleway', sans-serif;
}

.nr-wbqet::placeholder {
  color: color-mix(in srgb, var(--c-text-muted) 40%, transparent);
}

.nr-bcjyk {
  width: 80px;
  height: 52px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.nr-ffmwx {
  width: 100%;
  height: 52px;
  background: var(--c-accent);
  border: none;
  border-radius: 9px;
  color: var(--c-on-accent);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
  transition: filter 0.2s;
}

.nr-ffmwx:hover {
  filter: brightness(0.9);
}

.nr-akpzz {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.nr-gmfbg {
  height: 20px;
  opacity: 0.6;
    display: block;
}

.nr-cyepa {
  width: 42px;
  height: 28px;
  opacity: 1;
  background: color-mix(in srgb, var(--c-white) 6%, transparent);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: color-mix(in srgb, var(--c-text-muted) 50%, transparent);
  font-weight: 700;
}

.nr-gzrjx {
  color: color-mix(in srgb, var(--c-text-muted) 50%, transparent);
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.nr-gzrjx:hover {
  color: var(--c-accent);
}

.nr-vhnpc {
  background:
    linear-gradient(200deg,
      color-mix(in srgb, var(--c-accent) 22%, transparent),
      color-mix(in srgb, var(--c-surface-alt) 40%, transparent) 60%),
    color-mix(in srgb, var(--c-bg) 60%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
  border-radius: 15px;
  padding: 26px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
}

.nr-vhnpc::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--c-white) 6%, transparent);
  border-radius: 50%;
  z-index: -1;
}

.nr-vhnpc::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--c-white) 4%, transparent);
  border-radius: 50%;
  z-index: -1;
}

.nr-zpfhg {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: color-mix(in srgb, var(--c-white) 70%, transparent);
  margin-bottom: 10px;
}

.nr-zkcsf {
  font-size: 22px;
  font-weight: 800;
  color: var(--c-white);
  line-height: 1.2;
  margin-bottom: 2px;
}

.nr-wmhaf {
  font-size: 36px;
  font-weight: 900;
  color: var(--c-accent);
  line-height: 1.1;
  margin-bottom: 5px;
}

.nr-bpxbr {
  font-size: 16px;
  font-weight: 700;
  color: color-mix(in srgb, var(--c-white) 85%, transparent);
}

.nr-swser {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 13px;
  font-size: 16px;
  font-weight: 700;
  color: color-mix(in srgb, var(--c-white) 85%, transparent);
}

.nr-rjwwc {
  background: var(--c-accent);
  color: var(--c-on-accent);
  padding: 2px 9px;
  border-radius: 5px;
  font-weight: 900;
  font-size: inherit;
}

.nr-wfqwp {
  position: relative;
  margin-bottom: 26px;
}

.nr-dtfcz {
  width: 100%;
  height: 48px;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 0 18px 0 46px;
  color: var(--c-text);
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

.nr-dtfcz::placeholder {
  color: color-mix(in srgb, var(--c-text-muted) 40%, transparent);
}

.nr-kcggh {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: color-mix(in srgb, var(--c-text-muted) 50%, transparent);
  font-size: 16px;
  pointer-events: none;
}

.nr-rdrde {
  background: var(--c-surface-alt);
  border-top: 1px solid var(--c-border);
  padding: 41px 17px 26px;
}

@media (min-width: 1024px) {
  .nr-rdrde {
    margin-left: var(--nr-sidebar-w);
  }

  .nr-rdrde.nr-zzaac {
    margin-left: 240px;
  }
}

.nr-ycwgp {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 31px;
}

@media (min-width: 768px) {
  .nr-ycwgp {
    flex-direction: row;
    gap: 39px;
  }
}

.nr-ypgxs {
  flex-shrink: 0;
}

.nr-dpmwn {
  height: 32px;
  margin-bottom: 17px;
}

.nr-jgekw {
  display: flex;
  gap: 12px;
}

.nr-szdpr {
  width: 38px;
  height: 38px;
  background: color-mix(in srgb, var(--c-white) 6%, transparent);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}

.nr-szdpr:hover {
  background: color-mix(in srgb, var(--c-white) 12%, transparent);
  transform: scale(1.05);
}

.nr-szdpr svg {
  width: 28px;
  height: 28px;
}

.nr-qbrfg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
  flex: 1;
}

@media (min-width: 768px) {
  .nr-qbrfg {
    grid-template-columns: repeat(4, 1fr);
  }
}

.nr-gmqre {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.nr-bwypd {
  display: block;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  font-size: 13px;
  font-weight: 500;
  padding: 3px 0;
  transition: color 0.2s;
}

.nr-bwypd:hover {
  color: var(--c-accent);
}

.nr-ssgma {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 21px 0;
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 22px;
}

.nr-gszeg {
  height: 40px;
  display: block;
  object-fit: contain;
}

.nr-qmhcv {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.nr-jbcfs {
  height: 24px;
  display: block;
  object-fit: contain;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.nr-jbcfs:hover {
  opacity: 1;
}

.nr-vjskm {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 19px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.55;
}
.nr-vjskm a { color: var(--c-text-muted); text-decoration: underline; }
.nr-vjskm a:hover { color: var(--c-text); }
.nr-aghaj {
  font-size: 12px;
  color: color-mix(in srgb, var(--c-text-muted) 40%, transparent);
  line-height: 1.6;
}

.nr-frdpp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--nr-mobile-nav-h);
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 1000;
  padding: 0 6px;
}

@media (min-width: 1024px) {
  .nr-frdpp {
    display: none;
  }
}

.nr-dxebq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 45px;
  min-height: 45px;
  color: color-mix(in srgb, var(--c-text-muted) 60%, transparent);
  font-size: 10px;
  font-weight: 600;
  background: none;
  border: none;
  padding: 6px 9px;
  border-radius: 10px;
  transition: color 0.2s;
}

.nr-dxebq:hover,
.nr-dxebq.nr-bkvpq {
  color: var(--c-accent);
}

.nr-cjfcj {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nr-cjfcj svg {
  width: 20px;
  height: 20px;
}

.nr-mkvxt {
  font-size: 10px;
  font-weight: 600;
}

.nr-nchfm .nr-cjfcj {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3a77ee, #05afd8);
  border-radius: 50%;
  margin-top: -18px;
  box-shadow: 0 4px 12px rgba(57, 124, 248,0.4);
}

.nr-nchfm .nr-cjfcj svg {
  color: var(--c-white);
}

.nr-nchfm {
  color: color-mix(in srgb, var(--c-text-muted) 60%, transparent);
}

.nr-ebara::-webkit-scrollbar {
  width: 4px;
}

.nr-ebara::-webkit-scrollbar-track {
  background: transparent;
}

.nr-ebara::-webkit-scrollbar-thumb {
  background: var(--c-border);
  border-radius: 3px;
}

.go-link { cursor: pointer; }

#go-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  background: var(--c-overlay, rgba(1, 3, 6, .7));
}

#go-overlay.go-overlay--visible { display: flex; }

.go-spinner {
  width: 3.5rem;
  height: 3.5rem;
  border: .3125rem solid color-mix(in srgb, var(--c-text) 20%, transparent);
  border-top-color: var(--c-accent);
  border-radius: 50%;
  animation: go-spin .8s linear infinite;
}

@keyframes go-spin { to { transform: rotate(360deg); } }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 13px;
  padding: 0;
  font-size: 0.875rem;
  list-style: none;
  color: var(--c-text-muted);
}

.breadcrumbs li { display: flex; align-items: center; gap: 4px; }
.breadcrumbs li a { color: var(--c-text-muted); text-decoration: none; }
.breadcrumbs li a:hover { color: var(--c-accent); }
.breadcrumbs li:last-child span { color: var(--c-text); }
.breadcrumbs li + li::before { content: "/"; color: var(--c-text-muted); }

.nr-ndpbw {
  position: fixed;
  right: 16px;
  bottom: calc(var(--nr-mobile-nav-h) + 16px);
  z-index: 990;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 50%;
  color: var(--c-text);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, background 0.2s;
}

.nr-ndpbw.nr-atccs { opacity: 1; visibility: visible; }

body:has(.zzv-banner:not([hidden])) .nr-ndpbw,
body:has(.zzv-overlay:not([hidden])) .nr-ndpbw {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nr-ndpbw:hover { background: var(--c-border); color: var(--c-accent); }

@media (min-width: 1024px) {
  .nr-ndpbw { bottom: 24px; }
}

.nr-vgmfk {
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-weight: 800;
  color: var(--c-text);
  text-align: center;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .nr-vgmfk { font-size: 28px; }
}

.nr-wnypj { margin-bottom: 31px; }
.nr-wnypj h1, .nr-wnypj h2, .nr-wnypj h3, .nr-wnypj h4 {
  color: var(--c-text);
  font-weight: 800;
  line-height: 1.25;
  margin: 22px 0 13px;
}
.nr-wnypj h1 { font-size: 26px; margin-top: 0; }
.nr-wnypj h2 { font-size: 21px; }
.nr-wnypj h3 { font-size: 17px; }
.nr-wnypj h4 { font-size: 15px; }
.nr-wnypj p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-text-muted);
}
.nr-wnypj a { color: var(--c-accent); text-decoration: underline; }
.nr-wnypj a:hover { text-decoration: none; }
.nr-wnypj ul, .nr-wnypj ol { margin: 0 0 13px; padding-left: 21px; color: var(--c-text-muted); }
.nr-wnypj li { margin-bottom: 4px; line-height: 1.6; }
.nr-wnypj ul li { list-style: disc; }
.nr-wnypj ol li { list-style: decimal; }
.nr-wnypj strong { color: var(--c-text); }
.nr-wnypj blockquote {
  margin: 0 0 15px;
  padding: 10px 14px;
  background: var(--c-surface-alt);
  border-left: 3px solid var(--c-accent);
  border-radius: 0 8px 12px 0;
  color: var(--c-text);
}
.nr-wnypj table { width: 100%; border-collapse: collapse; margin: 0 0 16px; }
.nr-wnypj th, .nr-wnypj td {
  padding: 11px 15px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid var(--c-border);
}
.nr-wnypj th { color: var(--c-text); background: var(--c-surface-alt); }
.nr-wnypj td { color: var(--c-text-muted); }

.nr-tnqpn { display: flex; align-items: center; }

.nr-mtrhh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kda-block { display: flex; flex-direction: column; gap: 10px; }

.kda-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--c-text);
}
.kda-item {
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.kda-item.kda-open { border-color: color-mix(in srgb, var(--c-accent) 30%, transparent); }
.kda-question {
  width: 100%;
  padding: 18px 18px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: none;
  font-size: 15px;
  font-weight: 700;
  color: var(--c-text);
  text-align: left;
  cursor: pointer;
}
.kda-toggle {
  flex-shrink: 0;
  font-size: 0;   line-height: 1;
  color: var(--c-text-muted);
  transition: color 0.2s;
}
.kda-toggle::before {
  content: "+";
  font-size: 20px;
  font-weight: 400;
}
.kda-item.kda-open .kda-toggle { color: var(--c-accent); }
.kda-item.kda-open .kda-toggle::before { content: "\2212"; }
.kda-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-text-muted);
}
.kda-answer > :first-child { padding-top: 2px; }
.kda-answer > :last-child { padding-bottom: 17px; }

.qyq-section,
.dwz-section,
.htg-section,
.qcb-section {
  margin-bottom: 33px;
}

.qyq-header,
.dwz-header,
.htg-header,
.qcb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.qyq-heading,
.dwz-heading,
.htg-heading,
.qcb-heading {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-text);
}

.qyq-view-all,
.dwz-view-all {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-accent);
  text-decoration: none;
  cursor: pointer;
}

.qyq-slider-wrap,
.dwz-slider-wrap {
  position: relative;
}

.qyq-slider,
.dwz-slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 3px;
}

.qyq-slider::-webkit-scrollbar,
.dwz-slider::-webkit-scrollbar { display: none; }

.qyq-arrow,
.dwz-arrow {
  display: none;   position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid var(--c-border);
  border-radius: 50%;
  background: var(--c-surface);
  color: var(--c-text);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.qyq-arrow:hover,
.dwz-arrow:hover {
  background: var(--c-accent);
  color: var(--c-on-accent);
}

.qyq-arrow--prev,
.dwz-arrow--prev { left: -8px; }

.qyq-arrow--next,
.dwz-arrow--next { right: -8px; }

.qyq-item {
  flex: 0 0 auto;
  width: 132px;
  text-decoration: none;
  cursor: pointer;
}

.qyq-img {
  border-radius: 11px;
  overflow: hidden;
  background: var(--c-surface-alt);
  aspect-ratio: 195 / 260;
}

.qyq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s;
}

.qyq-item:hover .qyq-img img { transform: scale(1.04); }

.qyq-meta { padding-top: 7px; }

.qyq-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qyq-provider {
  font-size: 11px;
  color: var(--c-text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dwz-item {
  flex: 0 0 auto;
  width: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 16px 11px;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.dwz-item:hover { border-color: var(--c-accent); }

.dwz-logo {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dwz-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.dwz-name {
  font-size: 12px;
  color: var(--c-text-muted);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.htg-slider { overflow: hidden; }

.htg-cards {
  display: grid;
  grid-template-columns: repeat(var(--htg-per-row-sm, 2), minmax(0, 1fr));
  gap: 11px;
}

.htg-cards > * {
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 11px;
  overflow: hidden;
  min-width: 0;
}

.htg-card {
    display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0 0.75rem 0 0;
  overflow: hidden;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.htg-card--entering {
  opacity: 0;
  transform: translateY(8px);
}

.htg-card--leaving {
    display: none;
}

.qcb-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.qcb-tab {
  padding: 4px 11px;
  border: 1px solid var(--c-border);
  border-radius: 999px;
  background: var(--c-surface-alt);
  font-size: 12px;
  font-weight: 600;
  color: var(--c-text-muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.qcb-tab:hover { color: var(--c-text); }

.qcb-tab--active {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: var(--c-on-accent);
}

.qcb-body {
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  overflow-x: auto;
  scrollbar-width: none;
}

.qcb-body::-webkit-scrollbar { display: none; }

.qcb-tbody {
  display: grid;
    grid-template-rows: repeat(var(--qcb-rows, 6), var(--nr-qcb-row-h));
  height: calc(var(--qcb-rows, 6) * var(--nr-qcb-row-h));
    grid-auto-rows: 0;
  overflow: hidden;
}

.qcb-thead,
.qcb-tbody > * {
  display: grid;
  grid-template-columns:
    minmax(150px, 2fr) minmax(90px, 1.2fr) minmax(56px, 0.8fr)
    minmax(72px, 1fr) minmax(50px, 0.7fr) minmax(72px, 1fr);
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
}

.qcb-thead {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--c-text-muted);
  border-bottom: 1px solid var(--c-border);
}

.qcb-tbody > * {
  font-size: 13px;
  color: var(--c-text);
  border-bottom: 1px solid color-mix(in srgb, var(--c-border) 60%, transparent);
}

.qcb-tbody > *:last-child { border-bottom: 0; }

.qcb-tbody > *:nth-child(odd) {
  background: color-mix(in srgb, var(--c-text) 4%, transparent);
}

.qcb-tbody > *:hover {
  background: color-mix(in srgb, var(--c-text) 8%, transparent);
}

.qcb-tbody > *:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: -2px;
}

.qcb-thead > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qcb-tbody { transition: opacity 0.2s ease; }
.qcb-tbody--fade { opacity: 0.35; }

.qcb-col-game,
.qcb-col-player,
.qcb-col-time,
.qcb-col-bet,
.qcb-col-mult,
.qcb-col-payout {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.qcb-col-mult,
.qcb-col-payout {
  font-weight: 700;
  color: var(--c-green);
}

.qcb-col-right { display: none; }

.qcb-game-player { display: none; }

.qcb-game-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.qcb-game-info { min-width: 0; overflow: hidden; }

.qcb-game-name {
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qcb-payout-amount {
  font-weight: 700;
  color: var(--c-green);
  white-space: nowrap;
}

.qcb-table { width: 100%; }

.qcb-badge {
  display: inline-block;
  padding: 2px 0.5rem;
  border-radius: 9px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.qcb-badge--bet {
  background: var(--c-border);
  color: inherit;
}

.qcb-badge--mult {
  background: var(--c-accent);
  color: var(--c-on-accent);
}

.htg-section .htg-card img {
  flex: 0 0 auto;
  width: 3.75rem;
  height: 5.25rem;
  object-fit: cover;
  border-radius: 14px 0 0 13px;
  display: block;
}

.htg-card-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.htg-amount {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--c-accent);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.htg-nickname {
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.htg-game {
  font-size: 0.72rem;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.htg-meta {
  font-size: 0.66rem;
  opacity: 0.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.htg-mult {
  display: inline-block;
  padding: 1px 3px;
  border-radius: 8px;
  background: var(--c-accent);
  color: var(--c-on-accent);
  font-weight: 700;
}

@media (min-width: 480px) {
  .qyq-item { width: 148px; }
  .dwz-item { width: 128px; }
  }

@media (min-width: 768px) {
  .qyq-item { width: 164px; }
}

@media (min-width: 1024px) {
  .qyq-item { width: 176px; }
  .dwz-item { width: 140px; }
    .qyq-arrow,
  .dwz-arrow { display: flex; align-items: center; justify-content: center; }
}

.zzv-overlay[hidden],
.zzv-banner[hidden],
.zzv-modal[hidden] {
  display: none !important;
}

.zzv-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: var(--c-overlay);
}

.zzv-banner {
  position: fixed;
  z-index: 2002;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
  box-shadow: 0 -8px 24px var(--c-shadow);
}

.zzv-text {
  font-size: 13px;
  line-height: 1.55;
  color: var(--c-text-muted);
  margin-bottom: 13px;
}

.zzv-text a {
  color: var(--c-accent);
  text-decoration: underline;
}

.zzv-actions,
.zzv-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zzv-btn {
  flex: 1 1 auto;
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: filter 0.2s, border-color 0.2s, background 0.2s;
}

.zzv-btn--accept {
  background: var(--c-accent);
  color: var(--c-on-accent);
}

.zzv-btn--accept:hover { filter: brightness(0.9); }

.zzv-btn--reject,
.zzv-btn--save {
  background: transparent;
  border-color: color-mix(in srgb, var(--c-text-muted) 30%, transparent);
  color: var(--c-text);
}

.zzv-btn--reject:hover,
.zzv-btn--save:hover { border-color: var(--c-accent); }

.zzv-btn--settings {
  background: none;
  color: var(--c-text-muted);
  text-decoration: underline;
}

.zzv-btn--settings:hover { color: var(--c-accent); }

.zzv-modal {
  position: fixed;
  inset: 0;
  z-index: 2003;
  overflow-y: auto;
  padding: 15px;
}

.zzv-modal__inner {
  max-width: 560px;
  margin: 25px auto;
  padding: 19px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 11px;
  box-shadow: 0 12px 32px var(--c-shadow);
}

.zzv-modal__title {
  font-size: 17px;
  font-weight: 800;
  color: var(--c-text);
  margin-bottom: 10px;
}

.zzv-modal__desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--c-text-muted);
  margin-bottom: 15px;
}

.zzv-categories {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 21px;
}

.zzv-cat {
  padding: 13px 12px;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 9px;
}

.zzv-cat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  margin-bottom: 5px;
}

.zzv-cat__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
}

.zzv-cat__always {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--c-accent);
}

.zzv-cat__desc {
  font-size: 12px;
  line-height: 1.5;
  color: var(--c-text-muted);
}

.zzv-toggle {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 24px;
  cursor: pointer;
}

.zzv-toggle input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.zzv-toggle__slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--c-text-muted) 35%, transparent);
  transition: background 0.2s;
  pointer-events: none;
}

.zzv-toggle__slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--c-white);
  transition: transform 0.2s;
}

.zzv-toggle input:checked + .zzv-toggle__slider {
  background: var(--c-accent);
}

.zzv-toggle input:checked + .zzv-toggle__slider::before {
  transform: translateX(18px);
}

.zzv-toggle input:focus-visible + .zzv-toggle__slider {
  outline: 2px solid var(--c-accent);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .zzv-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 23px;
  }

  .zzv-text {
    flex: 1;
    margin-bottom: 0;
  }

  .zzv-actions {
    flex: 0 0 auto;
    flex-wrap: nowrap;
  }

  .zzv-btn { flex: 0 0 auto; }
}

.nr-rjwwc:empty { display: none; }

@media (min-width: 769px) and (max-width: 1100px) {
  .htg-cards { grid-template-columns: repeat(var(--htg-per-row-md, 4), minmax(0, 1fr)); }
}

@media (min-width: 1101px) {
  .htg-cards { grid-template-columns: repeat(var(--htg-per-row, 6), minmax(0, 1fr)); }
}

.nr-ffmwx {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.nr-vhnpc:not(:has(.nr-zkcsf, .nr-wmhaf, .nr-swser)) { display: none; }

.nr-vhnpc:not(:has(.nr-wmhaf)) .nr-swser {
  display: block;
  margin-top: 6px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--c-accent);
}

.nr-wbqet {
  min-width: 0;
}

.nr-bcjyk {
  flex-shrink: 0;
}

.nr-vhnpc {
  align-self: stretch;
  justify-content: center;
}

.qcb-col-game {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.qcb-game-thumb {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.qcb-game-info { min-width: 0; overflow: hidden; }

.qcb-thead > * { color: var(--c-text-muted); }

.qcb-tbody .qcb-col-payout { color: var(--c-text); font-weight: 700; }

@media (max-width: 768px) {
  .qcb-body { overflow-x: visible; }
  .qcb-thead { display: none; }
  .qcb-tbody > * { grid-template-columns: 1fr auto; }
  .qcb-col-player,
  .qcb-col-time,
  .qcb-col-bet,
  .qcb-col-mult { display: none; }
  .qcb-col-game {
    display: grid;
    grid-template-columns: 3rem 1fr;
    align-items: center;
    gap: 0.625rem;
    min-width: 0;
  }
  .qcb-game-thumb { width: 3rem; height: 3rem; border-radius: 10px; }
  .qcb-game-info { display: flex; flex-direction: column; gap: 5px; }
    .qcb-game-player {
    display: block;
    font-size: 0.72rem;
    opacity: 0.55;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .qcb-col-payout { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
}

@media (max-width: 560px) {
    .qcb-header { flex-direction: column; align-items: stretch; gap: 0; }
  .qcb-heading { margin-bottom: 11px; }
  .qcb-tabs {
    width: 100%;
    background: var(--c-surface-alt);
    border-radius: 10px;
    padding: 4px;
    gap: 2px;
    flex-wrap: nowrap;
  }
  .qcb-tab {
    flex: 1;
    text-align: center;
    padding: 0 7px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border-color: transparent;
    background: transparent;
  }
}

@media (min-width: 769px) {
    .nr-vevak { flex-wrap: wrap; }
  .nr-vgmfk { flex: 0 0 100%; }
  .nr-anvmz { flex: 1 1 300px; }
  .nr-vhnpc { flex: 1 1 240px; min-width: 240px; }
}

.nr-dpmwn { display: block; margin-left: auto; margin-right: auto; }
.nr-jgekw { justify-content: center; }
.nr-qbrfg { justify-items: center; text-align: center; }
.nr-ssgma { justify-content: center; }
.nr-qmhcv { justify-content: center; }
.nr-aghaj { text-align: center; }

@media (min-width: 768px) {
  .nr-ycwgp { justify-content: center; }
}

.nr-sgszr{display:inline-block;flex:none;width:18px;height:13px;border-radius:2px;background-color:#848389;background-clip:padding-box;box-shadow:inset 0 0 0 1px rgba(251, 250, 251,.22)}
.nr-sgszr[lang$="-pl" i],.nr-sgszr[lang="pl" i]{background:linear-gradient(180deg,#fff 0 50%,#dd0f31 50% 100%)}
.nr-sgszr[lang$="-it" i],.nr-sgszr[lang="it" i]{background:linear-gradient(90deg,#018d4e 0 33.4%,#fff 33.4% 66.7%,#d0252a 66.7% 100%)}
.nr-sgszr[lang$="-de" i],.nr-sgszr[lang="de" i]{background:linear-gradient(180deg,#000 0 33.4%,#d70101 33.4% 66.7%,#fed501 66.7% 100%)}
.nr-sgszr[lang$="-at" i],.nr-sgszr[lang="at" i]{background:linear-gradient(180deg,#ea293b 0 33.4%,#fff 33.4% 66.7%,#e22235 66.7% 100%)}
.nr-sgszr[lang$="-ch" i],.nr-sgszr[lang="ch" i]{background:linear-gradient(#fff,#fff) 50% 50%/3px 8px no-repeat,linear-gradient(#fff,#fff) 50% 50%/8px 3px no-repeat,#cd211f}
.nr-sgszr[lang$="-cz" i],.nr-sgszr[lang="cz" i],.nr-sgszr[lang="cs" i]{background:linear-gradient(115deg,#064476 0 40%,transparent 40%),linear-gradient(180deg,#fff 0 50%,#cc1b20 50% 100%)}
.nr-sgszr[lang$="-gr" i],.nr-sgszr[lang="gr" i],.nr-sgszr[lang="el" i]{background:linear-gradient(180deg,#0458b0 0 20%,#fff 20% 40%,#0e54b4 40% 60%,#fff 60% 80%,#0456a7 80% 100%)}
.nr-sgszr[lang$="-gb" i],.nr-sgszr[lang="gb" i],.nr-sgszr[lang="en" i]{background:linear-gradient(#c41c2b,#be0b36) 50% 0/3px 100% no-repeat,linear-gradient(#c10b34,#c01133) 0 50%/100% 3px no-repeat,#031c5d}
.nr-sgszr[lang$="-ie" i],.nr-sgszr[lang="ie" i]{background:linear-gradient(90deg,#15925f 0 33.4%,#fff 33.4% 66.7%,#f48847 66.7% 100%)}
.nr-sgszr[lang$="-es" i],.nr-sgszr[lang="es" i]{background:linear-gradient(180deg,#a31016 0 25%,#eccb07 25% 75%,#a61816 75% 100%)}
.nr-sgszr[lang$="-fi" i],.nr-sgszr[lang="fi" i]{background:linear-gradient(#043188,#013189) 35% 0/3px 100% no-repeat,linear-gradient(#062e87,#05297f) 0 50%/100% 3px no-repeat,#fff}
.nr-sgszr[lang$="-fr" i],.nr-sgszr[lang="fr" i]{background:linear-gradient(90deg,#0151ac 0 33.4%,#fff 33.4% 66.7%,#e93d37 66.7% 100%)}
.nr-sgszr[lang$="-be" i],.nr-sgszr[lang="be" i]{background:linear-gradient(90deg,#000 0 33.4%,#f7e236 33.4% 66.7%,#e12a40 66.7% 100%)}
.nr-sgszr[lang$="-hu" i],.nr-sgszr[lang="hu" i]{background:linear-gradient(180deg,#c12b39 0 33.4%,#fff 33.4% 66.7%,#44644f 66.7% 100%)}
.nr-sgszr[lang$="-lv" i],.nr-sgszr[lang="lv" i]{background:linear-gradient(180deg,#9b2d3e 0 40%,#fff 40% 60%,#963334 60% 100%)}
.nr-sgszr[lang$="-lt" i],.nr-sgszr[lang="lt" i]{background:linear-gradient(180deg,#fcbd20 0 33.4%,#01603f 33.4% 66.7%,#bd272d 66.7% 100%)}
.nr-sgszr[lang$="-ee" i],.nr-sgszr[lang="ee" i],.nr-sgszr[lang="et" i]{background:linear-gradient(180deg,#0170d0 0 33.4%,#000 33.4% 66.7%,#fff 66.7% 100%)}
.nr-sgszr[lang$="-nl" i],.nr-sgszr[lang="nl" i]{background:linear-gradient(180deg,#ad1836 0 33.4%,#fff 33.4% 66.7%,#153e89 66.7% 100%)}
.nr-sgszr[lang$="-no" i],.nr-sgszr[lang="no" i],.nr-sgszr[lang="nb" i]{background:linear-gradient(#07295f,#06255d) 35% 0/3px 100% no-repeat,linear-gradient(#012a5d,#04206f) 0 50%/100% 3px no-repeat,#ec2423}
.nr-sgszr[lang$="-se" i],.nr-sgszr[lang="se" i],.nr-sgszr[lang="sv" i]{background:linear-gradient(#f7d902,#fecf0b) 35% 0/3px 100% no-repeat,linear-gradient(#f4d503,#f2d202) 0 50%/100% 3px no-repeat,#0168b1}
.nr-sgszr[lang$="-dk" i],.nr-sgszr[lang="dk" i],.nr-sgszr[lang="da" i]{background:linear-gradient(#fff,#fff) 35% 0/3px 100% no-repeat,linear-gradient(#fff,#fff) 0 50%/100% 3px no-repeat,#be0b27}
.nr-sgszr[lang$="-pt" i],.nr-sgszr[lang="pt" i]{background:linear-gradient(90deg,#02630d 0 40%,#f50102 40% 100%)}
.nr-sgszr[lang$="-br" i],.nr-sgszr[lang="br" i]{background:radial-gradient(circle at 50% 50%,#fee601 0 34%,transparent 35%),#01943d}
.nr-sgszr[lang$="-ro" i],.nr-sgszr[lang="ro" i]{background:linear-gradient(90deg,#01277f 0 33.4%,#f4d80e 33.4% 66.7%,#ca1119 66.7% 100%)}
.nr-sgszr[lang$="-sk" i],.nr-sgszr[lang="sk" i]{background:linear-gradient(180deg,#fff 0 33.4%,#0443a2 33.4% 66.7%,#ec2124 66.7% 100%)}
.nr-sgszr[lang$="-si" i],.nr-sgszr[lang="si" i],.nr-sgszr[lang="sl" i]{background:linear-gradient(180deg,#fff 0 33.4%,#0156b1 33.4% 66.7%,#e21820 66.7% 100%)}
.nr-sgszr[lang$="-hr" i],.nr-sgszr[lang="hr" i]{background:linear-gradient(180deg,#f90101 0 33.4%,#fff 33.4% 66.7%,#091591 66.7% 100%)}
.nr-sgszr[lang$="-bg" i],.nr-sgszr[lang="bg" i]{background:linear-gradient(180deg,#fff 0 33.4%,#018a68 33.4% 66.7%,#d71d1a 66.7% 100%)}
.nr-sgszr[lang$="-tr" i],.nr-sgszr[lang="tr" i]{background:radial-gradient(circle at 42% 50%,#fff 0 24%,transparent 25%),#da0212}
.nr-sgszr[lang$="-ua" i],.nr-sgszr[lang="ua" i],.nr-sgszr[lang="uk" i]{background:linear-gradient(180deg,#0150b6 0 50%,#fedf01 50% 100%)}
.nr-sgszr[lang$="-us" i],.nr-sgszr[lang="us" i]{background:linear-gradient(#3a3978,#2f3671) 0 0/45% 55% no-repeat,repeating-linear-gradient(180deg,#b31938 0 14.3%,#fff 14.3% 28.6%)}
.nr-sgszr[lang$="-ca" i],.nr-sgszr[lang="ca" i]{background:linear-gradient(90deg,#f60a01 0 25%,#fff 25% 75%,#fe0101 75% 100%)}
.nr-sgszr[lang$="-au" i],.nr-sgszr[lang="au" i]{background:radial-gradient(circle at 75% 60%,#fff 0 6%,transparent 7%),#0e1d6d}
.nr-sgszr[lang$="-nz" i],.nr-sgszr[lang="nz" i]{background:radial-gradient(circle at 75% 60%,#c51336 0 6%,transparent 7%),#012066}
.nr-sgszr[lang$="-mx" i],.nr-sgszr[lang="mx" i]{background:linear-gradient(90deg,#015e47 0 33.4%,#fff 33.4% 66.7%,#c40c30 66.7% 100%)}
.nr-sgszr[lang$="-ar" i],.nr-sgszr[lang="ar" i]{background:linear-gradient(180deg,#68aae7 0 33.4%,#fff 33.4% 66.7%,#7da6d7 66.7% 100%)}
.nr-sgszr[lang$="-cl" i],.nr-sgszr[lang="cl" i]{background:linear-gradient(#0136ab,#012fb0) 0 0/33% 50% no-repeat,linear-gradient(180deg,#fff 0 50%,#d61f1d 50% 100%)}
.nr-sgszr[lang$="-ru" i],.nr-sgszr[lang="ru" i]{background:linear-gradient(180deg,#fff 0 33.4%,#0134a4 33.4% 66.7%,#d62220 66.7% 100%)}
