
.qt-pr{
  --qt-pr-ink:#10203a;
  --qt-pr-ink2:#21324b;
  --qt-pr-muted:#6c7a92;
  --qt-pr-line:rgba(40,64,108,.10);
  --qt-pr-line2:rgba(106,126,255,.18);
  --qt-pr-brand:#4f46e5;
  --qt-pr-brand2:#6366f1;
  --qt-pr-brand3:#3446d8;
  --qt-pr-bg:#eef4ff;
  --qt-pr-bg2:#f7faff;
  --qt-pr-card:#f8fbff;
  --qt-pr-rowA:#f9fbff;
  --qt-pr-rowB:#edf3ff;
  --qt-pr-btn:#1d4ed8;
  --qt-pr-btn2:#2b59ea;
  --qt-pr-btnText:#ffffff;
  --qt-pr-shadow:0 10px 28px rgba(32,56,108,.06);
  width:min(1320px, calc(100% - 24px));
  margin:18px auto 40px;
  color:var(--qt-pr-ink);
}
.qt-pr,.qt-pr *{box-sizing:border-box}
.qt-pr :where(h1,h2,h3,p){margin:0}
.qt-pr :where(a){color:inherit;text-decoration:none}
.qt-pr :where(button,input){font:inherit}
.qt-pr input[readonly].qt-pr__ghostReadonly{caret-color:transparent}
.qt-pr__shell{
  padding:24px 22px 22px;
  border:1px solid var(--qt-pr-line2);
  border-radius:28px;
  background:
    radial-gradient(900px 240px at 50% -8%, rgba(106,126,255,.14), transparent 62%),
    linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
  box-shadow:var(--qt-pr-shadow);
}
.qt-pr__breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:14px;
}
.qt-pr__crumb,.qt-pr__crumbCurrent{
  min-height:31px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(106,126,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.84);
  font-size:12px;
  font-weight:900;
}
.qt-pr__crumb{color:var(--qt-pr-brand)}
.qt-pr__sep{
  font-size:12px;
  color:var(--qt-pr-muted);
  opacity:.6;
}
.qt-pr__hero{
  text-align:center;
  padding:2px 0 0;
}
.qt-pr__title{
  font-size:clamp(2rem, 1.82rem + 1.3vw, 3.05rem);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:1000;
}
.qt-pr__text{
  max-width:760px;
  margin:11px auto 0;
  color:var(--qt-pr-muted);
  font-size:15px;
  line-height:1.72;
  font-weight:700;
}
.qt-pr__layout{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:16px;
  margin-top:20px;
  align-items:start;
}
.qt-pr__side{position:sticky;top:92px}
.qt-pr__sideBox{
  border:1px solid rgba(106,126,255,.12);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(248,251,255,.96), rgba(239,245,255,.98));
  box-shadow:0 8px 20px rgba(32,56,108,.04);
  padding:12px;
}
.qt-pr__search{
  position:relative;
  margin-bottom:10px;
}
.qt-pr__search svg{
  position:absolute;
  left:13px;
  top:50%;
  transform:translateY(-50%);
  width:17px;
  height:17px;
  color:#96a3ba;
}
.qt-pr__search input{
  width:100%;
  min-height:45px;
  padding:11px 14px 11px 40px;
  border:1px solid rgba(40,64,108,.12);
  border-radius:13px;
  background:rgba(255,255,255,.92);
  color:var(--qt-pr-ink);
  outline:none;
  font-size:14px;
  font-weight:800;
}
.qt-pr__search input:focus{
  border-color:rgba(79,70,229,.34);
  box-shadow:0 0 0 4px rgba(79,70,229,.08);
}
.qt-pr__platforms{
  display:grid;
  gap:5px;
  max-height:72vh;
  overflow:auto;
  padding-right:2px;
  overscroll-behavior:contain;
  scrollbar-width:thin;
}
.qt-pr__platform{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:9px 11px;
  border-radius:13px;
  color:var(--qt-pr-ink2);
  transition:background .14s ease, transform .14s ease, color .14s ease, box-shadow .14s ease;
}
.qt-pr__platform:hover{
  background:rgba(255,255,255,.70);
  transform:translateX(1px);
}
.qt-pr__platform.is-active{
  background:linear-gradient(135deg, var(--qt-pr-brand), var(--qt-pr-brand2));
  color:#fff;
  box-shadow:0 8px 18px rgba(79,70,229,.20);
}
.qt-pr__platformIcon{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:grid;
  place-items:center;
  color:rgb(var(--platform-rgb));
}
.qt-pr__platform.is-active .qt-pr__platformIcon{color:#fff}
.qt-pr__platformIcon svg{
  width:18px;
  height:18px;
  display:block;
}
.qt-pr__platformLabel{
  min-width:0;
  flex:1 1 auto;
  font-size:13px;
  line-height:1.3;
  font-weight:900;
}
.qt-pr__platformArrow{
  flex:0 0 auto;
  font-size:18px;
  line-height:1;
  opacity:.85;
}
.qt-pr__main{
  min-width:0;
  scroll-margin-top:92px;
}
.qt-pr__mainTop{margin-bottom:12px}
.qt-pr__mainHero{
  padding:18px 18px 16px;
  border:1px solid rgba(106,126,255,.14);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(241,246,255,.94));
  box-shadow:0 8px 20px rgba(32,56,108,.035);
}
.qt-pr__mainHeroBar{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px, 360px);
  align-items:start;
  gap:18px;
}
.qt-pr__mainHeroText{min-width:0}
.qt-pr__mainHero h2{
  font-size:26px;
  line-height:1;
  letter-spacing:-.04em;
  font-weight:1000;
}
.qt-pr__mainHero p{
  margin-top:9px;
  color:var(--qt-pr-muted);
  font-size:13px;
  line-height:1.65;
  font-weight:700;
}
.qt-pr__serviceSearch{
  width:100%;
  position:relative;
  align-self:start;
}
.qt-pr__serviceSearch svg{
  position:absolute;
  left:13px;
  top:50%;
  transform:translateY(-50%);
  width:17px;
  height:17px;
  color:#96a3ba;
}
.qt-pr__serviceSearch input{
  width:100%;
  min-height:45px;
  padding:11px 14px 11px 40px;
  border:1px solid rgba(40,64,108,.12);
  border-radius:13px;
  background:rgba(255,255,255,.92);
  outline:none;
  font-size:14px;
  font-weight:800;
}
.qt-pr__serviceSearch input:focus{
  border-color:rgba(79,70,229,.34);
  box-shadow:0 0 0 4px rgba(79,70,229,.08);
}
.qt-pr__services{
  display:grid;
  gap:10px;
}
.qt-pr__service{
  border:1px solid rgba(106,126,255,.10);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(248,251,255,.96), rgba(240,246,255,.98));
  overflow:hidden;
  box-shadow:0 6px 16px rgba(32,56,108,.035);
}
.qt-pr__serviceToggle{
  width:100%;
  border:0;
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:15px 16px;
  text-align:left;
}
.qt-pr__serviceToggle:hover{
  background:rgba(79,70,229,.035);
}
.qt-pr__serviceToggle span:first-child{
  min-width:0;
  font-size:15px;
  line-height:1.4;
  font-weight:1000;
  color:var(--qt-pr-ink);
}
.qt-pr__serviceToggle span:last-child{
  flex:0 0 auto;
  font-size:18px;
  color:var(--qt-pr-muted);
  transition:transform .16s ease;
}
.qt-pr__service.is-open .qt-pr__serviceToggle span:last-child{transform:rotate(180deg)}
.qt-pr__serviceBody{
  display:none;
  padding:0 14px 14px;
}
.qt-pr__service.is-open .qt-pr__serviceBody{display:block}
.qt-pr__variantStack{display:grid;gap:8px}
.qt-pr__variant{
  border:1px solid rgba(40,64,108,.07);
  border-radius:16px;
  overflow:hidden;
  background:rgba(255,255,255,.82);
  box-shadow:0 2px 10px rgba(32,56,108,.03);
}
.qt-pr__variantToggle{
  width:100%;
  border:0;
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(var(--card-rgb), .035));
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px;
  text-align:left;
}
.qt-pr__variantToggle:hover{
  background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(var(--card-rgb), .06));
}
.qt-pr__variantToggleText{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
}
.qt-pr__variantDot{
  width:10px;
  height:10px;
  border-radius:999px;
  flex:0 0 10px;
  background:rgb(var(--card-rgb));
  box-shadow:0 0 0 4px rgba(var(--card-rgb), .12);
}
.qt-pr__variantMeta{min-width:0}
.qt-pr__variantTitle{
  display:block;
  font-size:14px;
  line-height:1.32;
  font-weight:1000;
  color:var(--qt-pr-ink);
}
.qt-pr__variantCount{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(var(--card-rgb), .10);
  color:rgb(var(--card-rgb));
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.qt-pr__variantArrow{
  flex:0 0 auto;
  font-size:16px;
  color:var(--qt-pr-muted);
  transition:transform .16s ease;
}
.qt-pr__variant.is-open .qt-pr__variantArrow{transform:rotate(180deg)}
.qt-pr__variantBody{display:none;padding:0}
.qt-pr__variant.is-open .qt-pr__variantBody{display:block}
.qt-pr__tableWrap{
  overflow-x:auto;
  scrollbar-width:thin;
  border-top:1px solid rgba(40,64,108,.05);
}
.qt-pr__table{
  width:100%;
  min-width:520px;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
}
.qt-pr__table thead th{background:rgba(255,255,255,.72)}
.qt-pr__table th,
.qt-pr__table td{
  padding:11px 12px;
  border-bottom:1px solid rgba(40,64,108,.06);
  text-align:left;
  vertical-align:middle;
}
.qt-pr__table th{
  color:#56657f;
  font-size:10px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.qt-pr__table td{
  color:var(--qt-pr-ink2);
  font-size:13px;
  line-height:1.34;
  font-weight:800;
}
.qt-pr__table tbody tr:nth-child(odd) td{background:var(--qt-pr-rowB)}
.qt-pr__table tbody tr:nth-child(even) td{background:var(--qt-pr-rowA)}
.qt-pr__table tbody tr:last-child td{border-bottom:0}
.qt-pr__table th:nth-child(1),
.qt-pr__table td:nth-child(1){width:58%}

.qt-pr__table th:nth-child(2),
.qt-pr__table td:nth-child(2){width:18%;white-space:nowrap}

.qt-pr__table th:nth-child(3),
.qt-pr__table td:nth-child(3){width:24%;white-space:nowrap}

.qt-pr__table td:nth-child(1){
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.qt-pr__table td:nth-child(1),
.qt-pr__table td:nth-child(1) a,
.qt-pr__table td:nth-child(1) span{
  line-height:1.42;
}

.qt-pr__qty{letter-spacing:.01em}
.qt-pr__price{
  font-weight:1000;
  color:var(--qt-pr-ink);
}
.qt-pr__buyCol{
  text-align:right;
  padding-left:16px !important;
}

.qt-pr__buyBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  min-width:84px;
  padding:0 12px;
  border-radius:11px;
  background:linear-gradient(135deg, var(--qt-pr-btn), var(--qt-pr-btn2));
  color:var(--qt-pr-btnText) !important;
  font-size:11px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
  letter-spacing:.01em;
  box-shadow:0 6px 14px rgba(40,80,238,.18);
  transition:transform .14s ease, filter .14s ease, box-shadow .14s ease;
}
.qt-pr__buyBtn:hover{
  transform:translateY(-1px);
  filter:saturate(1.06);
  box-shadow:0 10px 18px rgba(40,80,238,.22);
}
.qt-pr__pager{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex-wrap:wrap;
  padding:12px 12px 10px;
  background:rgba(255,255,255,.58);
}
.qt-pr__pagerBtn{
  min-width:30px;
  height:30px;
  border:1px solid rgba(79,70,229,.18);
  border-radius:9px;
  background:#fff;
  color:var(--qt-pr-brand);
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  transition:background .14s ease, color .14s ease, border-color .14s ease;
}
.qt-pr__pagerBtn:hover{background:rgba(79,70,229,.06)}
.qt-pr__pagerBtn.is-active{
  background:linear-gradient(135deg, var(--qt-pr-brand), var(--qt-pr-brand2));
  color:#fff;
  border-color:transparent;
}
.qt-pr__empty{
  padding:16px;
  border:1px dashed rgba(40,64,108,.15);
  border-radius:16px;
  color:var(--qt-pr-muted);
  font-size:13px;
  line-height:1.65;
  font-weight:700;
  background:rgba(255,255,255,.74);
}
@media (max-width:1040px){
  .qt-pr{width:min(100%, calc(100% - 18px))}
  .qt-pr__layout{grid-template-columns:1fr}
  .qt-pr__side{position:static}
  .qt-pr__platforms{max-height:260px}
}
@media (max-width:760px){
  .qt-pr{
    width:min(100%, calc(100% - 14px));
    margin:14px auto 24px;
  }
  .qt-pr__shell{
    padding:16px 12px 12px;
    border-radius:20px;
  }
  .qt-pr__breadcrumb{
    gap:6px;
    margin-bottom:12px;
  }
  .qt-pr__crumb,
  .qt-pr__crumbCurrent{
    min-height:28px;
    padding:0 10px;
    font-size:11px;
  }
  .qt-pr__title{
    font-size:clamp(1.8rem, 1.56rem + 1.5vw, 2.35rem);
  }
  .qt-pr__text{
    font-size:14px;
    line-height:1.65;
    margin-top:10px;
  }
  .qt-pr__layout{
    margin-top:15px;
    gap:14px;
  }
  .qt-pr__sideBox{
    padding:10px;
    border-radius:18px;
  }
  .qt-pr__platforms{max-height:220px}
  .qt-pr__main{margin-top:4px}
  .qt-pr__mainTop{margin-bottom:12px}
  .qt-pr__mainHero{
    padding:16px 14px 14px;
    border-radius:18px;
  }
  .qt-pr__mainHeroBar{
    grid-template-columns:1fr;
    gap:12px;
  }
  .qt-pr__mainHero h2{font-size:21px}
  .qt-pr__serviceToggle{padding:12px 13px}
  .qt-pr__serviceToggle span:first-child{font-size:14px}
  .qt-pr__serviceBody{padding:0 10px 10px}
  .qt-pr__variantToggle{padding:12px 11px}
  .qt-pr__variantToggleText{gap:8px}
  .qt-pr__variantTitle{font-size:13px}
  .qt-pr__variantCount{
    min-height:22px;
    padding:0 8px;
    font-size:10px;
  }
  .qt-pr__table{
    min-width:0;
    width:100%;
    table-layout:fixed;
  }
  .qt-pr__table th,
  .qt-pr__table td{padding:9px 7px}
  .qt-pr__table th{
    font-size:9px;
    letter-spacing:.035em;
  }
  .qt-pr__table td{
    font-size:12px;
    line-height:1.28;
  }
.qt-pr__table th:nth-child(1),
.qt-pr__table td:nth-child(1){width:46%}

.qt-pr__table th:nth-child(2),
.qt-pr__table td:nth-child(2){width:24%}

.qt-pr__table th:nth-child(3),
.qt-pr__table td:nth-child(3){width:30%}

  .qt-pr__table th:nth-child(1),
  .qt-pr__table td:nth-child(1){
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
  }
.qt-pr__table th:nth-child(2),
.qt-pr__table td:nth-child(2),
.qt-pr__table th:nth-child(3),
.qt-pr__table td:nth-child(3){white-space:nowrap}

.qt-pr__table th:nth-child(2),
.qt-pr__table td:nth-child(2){padding-right:10px}

.qt-pr__table th:nth-child(3),
.qt-pr__table td:nth-child(3){padding-left:10px}
  .qt-pr__buyBtn{
    min-width:60px;
    min-height:26px;
    padding:0 5px;
    font-size:9px;
    border-radius:7px;
    box-shadow:none;
  }
}