: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;}
.hiqudh{max-width:1180px;margin:0 auto;padding:0 16px;}
.hifmzp{
  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;
}
.hifmzp:hover{transform:translateY(-1px);background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);}
.hifmzp:active{transform:translateY(0);}
.hiaclw a.hiwvks{display:flex;width:fit-content;margin:12px auto;}
.hiufom{
  border-color:transparent;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}
.hiufom:hover{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 95%, white), color-mix(in srgb, var(--accent) 95%, white));}
.hikbrs{
  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.hirsff{
  position:sticky;top:0;z-index:30;
  background:rgba(8,8,18,.72);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.hiwaah{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;}
.hirqpq{display:flex;align-items:center;gap:10px;min-width:220px;}
.hirqpq 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);}
.hirqpq div{min-width:0;}
.hirqpq strong{font-size:14px;letter-spacing:.2px;}
.hirqpq span{display:block;font-size:12px;color:rgba(232,233,255,.65);margin-top:2px;}
nav.hityiv{display:none;gap:14px;align-items:center;}
nav.hityiv a{color:rgba(232,233,255,.75);font-weight:600;font-size:13px;}
nav.hityiv a:hover{color:rgba(232,233,255,.95);}
.hiklsr{display:flex;align-items:center;gap:10px;}
.hilqhu{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;}
.hitpsb{
  display:none;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(8,8,18,.84);
}
.hitpsb.open{display:block;}
.hitpsb .hiqudh{padding:14px 16px 16px;}
.hitpsb a{display:block;padding:12px 0;color:rgba(232,233,255,.82);font-weight:700;}

@media (min-width: 900px){
  nav.hityiv{display:flex;}
  .hilqhu{display:none;}
  .hitpsb{display:none;}
}

@media (max-width: 520px){
  .hiwaah{flex-wrap:nowrap;gap:10px;padding:10px;}
  .hirqpq{min-width:0;flex:0 0 auto;}
  .hirqpq img{width:36px;height:36px;border-radius:12px;}
  .hirqpq div{display:none;}
  .hiklsr{min-width:0;flex:1 1 auto;justify-content:flex-end;gap:8px;}
  .hipsfg select{max-width:40vw;padding:8px 28px 8px 10px;font-size:11px;}
  .hipsfg::after{right:10px;font-size:11px;}
  .hiklsr a.hifmzp{padding:9px 12px;font-size:12px;gap:8px;}
  .hiklsr a.hiufom{max-width:44vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .hilqhu{width:40px;height:40px;border-radius:12px;}
}

main{padding:26px 0 44px;}
.hihsji{padding:46px 0 26px;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08);isolation:isolate;}
.hihsji::before{content:none;}
.hicwyh{
  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;
}
.hihsji::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;
}
.hioepl{display:grid;gap:18px;align-items:center;position:relative;z-index:1;}
@media (min-width: 940px){.hioepl{grid-template-columns:1.25fr .75fr;gap:24px;}}
.hihsji h1{font-size:clamp(30px, 5vw, 52px);line-height:1.06;margin:0 0 12px;}
.hihsji p{margin:0;color:rgba(232,233,255,.74);font-size:16px;line-height:1.6;}
.hieczg{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px;justify-content:center;align-items:center;}
.hirsef{
  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);
}
.hirsef::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;
}
.hiwvuu{
  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.hipaew{padding:18px 0;}
section.hipaew h2{margin:0 0 14px;font-size:22px;letter-spacing:.2px;}
.hievao{content-visibility:auto;contain-intrinsic-size:600px;}
@media (min-width: 900px){.hievao{contain-intrinsic-size:800px;}}
.hijpuz{display:grid;gap:12px;}
@media (min-width: 760px){.hijpuz{grid-template-columns:repeat(3, 1fr);}}
.hitfhb{display:grid;gap:12px;}
@media (min-width: 760px){.hitfhb{grid-template-columns:repeat(3, 1fr);}}
.hicgps{
  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);
}
.hihccr{
  width:100%;
  display:block;
  aspect-ratio:16/10;
  object-fit:cover;
  background:rgba(255,255,255,.06);
}
.hihvdt{
  padding:10px 12px;
  font-weight:800;
  font-size:13px;
  color:rgba(232,233,255,.78);
}
.hifhyi{
  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;
}
.hifhyi:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.18);background:color-mix(in srgb, var(--card) 82%, transparent);}
.hiffne{cursor:pointer;}
.hifhyi .hinfry{
  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;
}
.hifhyi h3{margin:0 0 6px;font-size:16px;}
.hifhyi p{margin:0;color:rgba(232,233,255,.72);line-height:1.55;}
.hixrle{font-size:26px;line-height:1;display:inline-block;margin-bottom:10px;}

.hiceat{display:grid;gap:10px;}
.hiwyfc{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.16);
  border-radius:var(--radius);
  overflow:hidden;
}
.hiipnr{
  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;
}
.hiipnr span{color:rgba(232,233,255,.9);}
.hiipnr em{font-style:normal;color:rgba(232,233,255,.6);font-weight:700;}
.hiuqqw{
  display:none;
  padding:0 16px 14px;
  color:rgba(232,233,255,.74);
  line-height:1.6;
}
.hiwyfc.open .hiuqqw{display:block;}

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

.hicnmd{
  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;
}
.hieirx{
  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;
}
.hiwcnn{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
.hzlcasin-324uqn{margin:0;padding:0;}
.hiemod{
  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;
}
.hiemod:hover{background:rgba(0,0,0,.16);border-color:rgba(255,255,255,.18);color:rgba(232,233,255,.92);}

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

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

footer.hiqbrs{
  border-top:1px solid rgba(255,255,255,.10);
  padding:22px 0;
  color:rgba(232,233,255,.66);
}
.hikbog{display:grid;gap:12px;align-items:start;}
@media (min-width: 820px){.hikbog{grid-template-columns:1.1fr .9fr;}}
.hicmeb{display:flex;align-items:center;gap:10px;}
.hicmeb 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);}
.hiiwog{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-start;}
.hiiwog 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;}
.hiiwog a:hover{background:rgba(255,255,255,.08);}
.hiqsjf{color:rgba(232,233,255,.66);}

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

.hiceqd{
  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;
}
.hiceqd:hover{background:rgba(8,8,18,.86);border-color:rgba(255,255,255,.22);transform:translateY(8px);}
.hiceqd.show{opacity:1;pointer-events:auto;transform:translateY(0);}
.hiceqd span{font-size:18px;line-height:1;}

.hipsfg{display:flex;gap:8px;align-items:center;position:relative;}
.hipsfg 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;
}
.hipsfg::after{
  content:"▾";
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
  opacity:.78;
  font-weight:900;
  font-size:12px;
}

.hioeoc{
  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);
}
.higwkt{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.hirfzm{color:rgba(232,233,255,.86);font-size:13px;line-height:1.5;}
.hirfzm a{color:#fff;text-decoration:underline;text-underline-offset:3px;}
.hitntt{display:flex;gap:10px;align-items:center;flex-wrap:wrap;}


