:root{
  --bg:#19192a;
  --text:#dadbe7;
  --muted:rgba(232,233,255,.7);
  --primary:#e2243b;
  --accent:#ac1e50;
  --card:#2d3248;
  --border:rgba(255,255,255,.12);
  --shadow:0 18px 50px rgba(0,0,0,.45);
  --radius:18px;
  --radius-sm:14px;
  --font:"Rubik", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial;
}
html{scroll-behavior:smooth;}
*{box-sizing:border-box;}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1200px 800px at 12% 0%, color-mix(in srgb, var(--primary) 22%, transparent), transparent 60%),
    radial-gradient(1000px 700px at 100% 18%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 55%),
    var(--bg);
  overflow-x:hidden;
}
::selection{background:var(--accent);color:var(--bg);}
::-moz-selection{background:var(--accent);color:var(--bg);}
@supports not (background: color-mix(in srgb, red 10%, transparent)){
  body{
    background:
      radial-gradient(1200px 800px at 12% 0%, rgba(99,102,241,.18), transparent 60%),
      radial-gradient(1000px 700px at 100% 18%, rgba(34,197,94,.14), transparent 55%),
      var(--bg);
  }
}
a{color:inherit;text-decoration:none;}
.hiwepd{max-width:1180px;margin:0 auto;padding:0 16px;}
.hirxdj{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  font-weight:700;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:var(--text);
  transition:transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  user-select:none;
}
.hirxdj:hover{transform:translateY(-1px);background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);}
.hirxdj:active{transform:translateY(0);}
.hixuqz a.hiewiw{display:flex;width:fit-content;margin:12px auto;}
.himiov{
  border-color:transparent;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}
.himiov:hover{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 95%, white), color-mix(in srgb, var(--accent) 95%, white));}
.hitoww{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.16);
  padding:9px 12px;border-radius:999px;
  color:rgba(232,233,255,.78);
  font-size:13px;
}
header.hinndw{
  position:sticky;top:0;z-index:30;
  background:rgba(8,8,18,.72);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.higxob{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;}
.hirsxy{display:flex;align-items:center;gap:10px;min-width:220px;}
.hirsxy img{width:40px;height:40px;border-radius:14px;object-fit:contain;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);}
.hirsxy div{min-width:0;}
.hirsxy strong{font-size:14px;letter-spacing:.2px;}
.hirsxy span{display:block;font-size:12px;color:rgba(232,233,255,.65);margin-top:2px;}
nav.hibkli{display:none;gap:14px;align-items:center;}
nav.hibkli a{color:rgba(232,233,255,.75);font-weight:600;font-size:13px;}
nav.hibkli a:hover{color:rgba(232,233,255,.95);}
.hitoqj{display:flex;align-items:center;gap:10px;}
.hizasr{width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
.hijgvb{
  display:none;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(8,8,18,.84);
}
.hijgvb.open{display:block;}
.hijgvb .hiwepd{padding:14px 16px 16px;}
.hijgvb a{display:block;padding:12px 0;color:rgba(232,233,255,.82);font-weight:700;}

@media (min-width: 900px){
  nav.hibkli{display:flex;}
  .hizasr{display:none;}
  .hijgvb{display:none;}
}

@media (max-width: 520px){
  .higxob{flex-wrap:nowrap;gap:10px;padding:10px;}
  .hirsxy{min-width:0;flex:0 0 auto;}
  .hirsxy img{width:36px;height:36px;border-radius:12px;}
  .hirsxy div{display:none;}
  .hitoqj{min-width:0;flex:1 1 auto;justify-content:flex-end;gap:8px;}
  .hifrny select{max-width:40vw;padding:8px 28px 8px 10px;font-size:11px;}
  .hifrny::after{right:10px;font-size:11px;}
  .hitoqj a.hirxdj{padding:9px 12px;font-size:12px;gap:8px;}
  .hitoqj a.himiov{max-width:44vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .hizasr{width:40px;height:40px;border-radius:12px;}
}

main{padding:26px 0 44px;}
.hisffp{padding:46px 0 26px;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08);isolation:isolate;}
.hisffp::before{content:none;}
.hiirtb{
  position:absolute;
  left:-2px;
  top:-2px;
  width:calc(100% + 4px);
  height:calc(100% + 4px);
  object-fit:cover;
  filter:saturate(1.05) contrast(1.05);
  transform:scale(1.03);
  opacity:.42;
  pointer-events:none;
  z-index:-2;
}
.hisffp::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 12% 20%, rgba(0,0,0,.42), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.70));
  z-index:-1;
}
.hiokgy{display:grid;gap:18px;align-items:center;position:relative;z-index:1;}
@media (min-width: 940px){.hiokgy{grid-template-columns:1.25fr .75fr;gap:24px;}}
.hisffp h1{font-size:clamp(30px, 5vw, 52px);line-height:1.06;margin:0 0 12px;}
.hisffp p{margin:0;color:rgba(232,233,255,.74);font-size:16px;line-height:1.6;}
.hijmxm{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px;justify-content:center;align-items:center;}
.hioicb{
  position:relative;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(260px 220px at 85% 18%, color-mix(in srgb, var(--primary) 45%, transparent), transparent 62%),
    radial-gradient(260px 220px at 20% 90%, color-mix(in srgb, var(--accent) 42%, transparent), transparent 62%),
    rgba(0,0,0,.16);
  border-radius:var(--radius);
  padding:14px;
  box-shadow:0 22px 70px rgba(0,0,0,.42);
}
.hioicb::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,0));
  opacity:.55;
  pointer-events:none;
  z-index:-1;
}
.hicnfm{
  width:100%;
  border-radius:calc(var(--radius) - 8px);
  display:block;
  aspect-ratio:16/10;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  box-shadow:0 22px 70px rgba(0,0,0,.25);
}

section.hidhyh{padding:18px 0;}
section.hidhyh h2{margin:0 0 14px;font-size:22px;letter-spacing:.2px;}
.hiprvs{content-visibility:auto;contain-intrinsic-size:600px;}
@media (min-width: 900px){.hiprvs{contain-intrinsic-size:800px;}}
.hiabff{display:grid;gap:12px;}
@media (min-width: 760px){.hiabff{grid-template-columns:repeat(3, 1fr);}}
.hijjpx{display:grid;gap:12px;}
@media (min-width: 760px){.hijjpx{grid-template-columns:repeat(3, 1fr);}}
.hihmzs{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.14);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.hisgwr{
  width:100%;
  display:block;
  aspect-ratio:16/10;
  object-fit:cover;
  background:rgba(255,255,255,.06);
}
.hiipcp{
  padding:10px 12px;
  font-weight:800;
  font-size:13px;
  color:rgba(232,233,255,.78);
}
.hiaqqp{
  border:1px solid rgba(255,255,255,.12);
  background:color-mix(in srgb, var(--card) 72%, transparent);
  border-radius:var(--radius);
  padding:16px;
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  transition:transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.hiaqqp:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.18);background:color-mix(in srgb, var(--card) 82%, transparent);}
.hibfgd{cursor:pointer;}
.hiaqqp .hiaoxh{
  display:inline-flex;align-items:center;justify-content:center;
  padding:8px 10px;border-radius:999px;
  font-weight:800;
  background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 85%, transparent), color-mix(in srgb, var(--accent) 85%, transparent));
  border:1px solid rgba(255,255,255,.14);
  margin-bottom:10px;
}
.hiaqqp h3{margin:0 0 6px;font-size:16px;}
.hiaqqp p{margin:0;color:rgba(232,233,255,.72);line-height:1.55;}
.hiszuv{font-size:26px;line-height:1;display:inline-block;margin-bottom:10px;}

.hipkiu{display:grid;gap:10px;}
.hiejcb{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.16);
  border-radius:var(--radius);
  overflow:hidden;
}
.hikris{
  width:100%;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  font-weight:800;
  background:transparent;
  border:0;
  color:var(--text);
  cursor:pointer;
}
.hikris span{color:rgba(232,233,255,.9);}
.hikris em{font-style:normal;color:rgba(232,233,255,.6);font-weight:700;}
.hiwyqj{
  display:none;
  padding:0 16px 14px;
  color:rgba(232,233,255,.74);
  line-height:1.6;
}
.hiejcb.open .hiwyqj{display:block;}

.hixuqz{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.16);
  border-radius:var(--radius);
  padding:16px;
  color:rgba(232,233,255,.74);
  line-height:1.7;
  overflow-wrap:anywhere;
}
.hixuqz p{margin:0 0 12px;}
.hixuqz p:last-child{margin-bottom:0;}
.hixuqz table{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.hixuqz th,.hixuqz td{vertical-align:top;}
@media (max-width: 520px){
  .hixuqz table{font-size:12px;line-height:1.35;}
  .hixuqz th,.hixuqz td{padding:8px 10px;font-size:12px;line-height:1.35;white-space:nowrap;}
}
.hixuqz img{max-width:100%;height:auto;}
.hixuqz .faqBlock{margin:24px 0;}
.hixuqz .hiejcb{margin:0 0 16px;padding:12px 16px;background:rgba(255,255,255,.06);border-radius:8px;border:1px solid rgba(255,255,255,.08);}
.hixuqz .hiejcb h3{margin:0 0 6px;font-size:16px;}
.hixuqz .hiejcb p{margin:0;}
.hixuqz h2{margin:24px 0 10px;font-size:22px;}
.hixuqz ul,.hixuqz ol{margin:10px 0;padding-left:24px;}
.hixuqz li{margin:0 0 6px;}
.updatedAtNotice{
  margin:0 0 12px;
  font-size:13px;
  font-weight:800;
  opacity:.92;
  font-style:italic;
}

.higgfd{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  border-radius:var(--radius);
  padding:14px 14px 12px;
  margin:0 0 12px;
}
.higmtq{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-weight:900;
  letter-spacing:.2px;
  color:rgba(232,233,255,.92);
  margin:0 0 10px;
}
.hitsdd{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
.hzlcasin-324uqn{margin:0;padding:0;}
.hiporw{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.12);
  color:rgba(232,233,255,.82);
  font-weight:800;
  font-size:13px;
  line-height:1.25;
}
.hiporw:hover{background:rgba(0,0,0,.16);border-color:rgba(255,255,255,.18);color:rgba(232,233,255,.92);}

.higgfd[data-toc-variant="b"] .hitsdd{flex-direction:row;flex-wrap:wrap;gap:10px;}
.higgfd[data-toc-variant="b"] .hiporw{border-radius:999px;padding:10px 14px;background:rgba(255,255,255,.06);}
.higgfd[data-toc-variant="b"] .hiporw:hover{background:rgba(255,255,255,.10);}

.higgfd[data-toc-variant="c"] .hiporw{background:transparent;}
.higgfd[data-toc-variant="c"] .hiporw:hover{background:rgba(255,255,255,.06);}

footer.hixzgy{
  border-top:1px solid rgba(255,255,255,.10);
  padding:22px 0;
  color:rgba(232,233,255,.66);
}
.hijlsv{display:grid;gap:12px;align-items:start;}
@media (min-width: 820px){.hijlsv{grid-template-columns:1.1fr .9fr;}}
.hitqsa{display:flex;align-items:center;gap:10px;}
.hitqsa img{width:40px;height:40px;border-radius:14px;object-fit:contain;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);}
.hievnv{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-start;}
.hievnv a{padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.05);font-weight:800;font-size:13px;}
.hievnv a:hover{background:rgba(255,255,255,.08);}
.hihlpv{color:rgba(232,233,255,.66);}

[data-reveal]{opacity:1;transform:none;}

.hidoyb{
  position:fixed;
  right:calc(16px + env(safe-area-inset-right, 0px));
  bottom:calc(16px + env(safe-area-inset-bottom, 0px));
  z-index:70;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(8,8,18,.72);
  color:rgba(232,233,255,.92);
  box-shadow:0 18px 50px rgba(0,0,0,.25);
  cursor:pointer;
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity 180ms ease, transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.hidoyb:hover{background:rgba(8,8,18,.86);border-color:rgba(255,255,255,.22);transform:translateY(8px);}
.hidoyb.show{opacity:1;pointer-events:auto;transform:translateY(0);}
.hidoyb span{font-size:18px;line-height:1;}

.hifrny{display:flex;gap:8px;align-items:center;position:relative;}
.hifrny select{
  appearance:none;
  -webkit-appearance:none;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:rgba(232,233,255,.92);
  padding:10px 34px 10px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  letter-spacing:.3px;
  cursor:pointer;
  outline:none;
}
.hifrny::after{
  content:"▾";
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
  opacity:.78;
  font-weight:900;
  font-size:12px;
}

.hioqjt{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:60;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(8,8,18,.86);
  border-radius:18px;
  padding:14px 14px;
  box-shadow:0 18px 55px rgba(0,0,0,.45);
}
.hiqzty{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.hizzrk{color:rgba(232,233,255,.86);font-size:13px;line-height:1.5;}
.hizzrk a{color:#fff;text-decoration:underline;text-underline-offset:3px;}
.hihgqq{display:flex;gap:10px;align-items:center;flex-wrap:wrap;}


