:root {
  --white: #fff;
  --ink: #13160e;
  --brand-dark: #7f5b2f;
  --radius: 11px;
  --body: #2c2b27;
  --muted: #706356;
  --soft: #fcf7f1;
  --brand: #b38a49;
  --on-soft: #122019;
  --maxw: 1072px;
  --ok: #317d54;
  --line: #e1dcd1;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height: 1.6;
  margin: 0;
  background: var(--white);
  color: var(--body);
}
a {
  color: var(--brand);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h3, h2 {
  color: var(--ink);
  line-height: 1.25;
}
h1 {
  font-size: 2.1rem;
  margin: .2em 0 .4em;
}
h2 {
  margin: 1.6em 0 .5em;
  font-size: 1.5rem;
}
h3 {
  font-size: 1.15rem;
  margin: 1.2em 0 .4em;
}
.pkybsc {
  color: #d0d6e1;
  background: var(--ink);
  letter-spacing: .2px;
  font-size: .72rem;
  text-align: center;
  padding: 6px 14px;
}
.pkpbme {
  gap: 18px;
  padding: 12px 22px;
  padding-inline: max(22px,calc((100% - var(--maxw,1080px))/2 + 22px));
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  z-index: 20;
  position: sticky;
  top: 0;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}
.pkath2 {
  font-weight: 800;
  font-size: 1.5rem;
  gap: 4px;
  align-items: baseline;
  display: flex;
  color: var(--ink);
}
.pkath2 span {
  color: var(--brand);
}
.pkath2 small {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
}
.pkxb46 {
  margin-right: auto;
  flex-wrap: wrap;
  display: flex;
  gap: 14px;
  font-size: .86rem;
  font-weight: 600;
}
.pkxb46 a {
  color: var(--body);
}
.pkxb46 a.pkwnyq {
  color: var(--brand);
}
.pkf56j {
  font-weight: 700;
  font-size: .9rem;
  border-radius: 999px;
  color: #fff;
  background: var(--brand);
  display: inline-block;
  transition: .15s;
  max-width: 100%;
  white-space: normal;
  padding: 11px 20px;
}
.pkf56j:hover {
  text-decoration: none;
  transform: translateY(-1px);
  background: var(--brand-dark);
}
.pkh9ki {
  padding: 15px 30px;
  font-size: 1.02rem;
}
main {
  min-height: 50vh;
}
.pk8kvy {
  margin: 0 auto;
  max-width: var(--maxw);
  padding: 34px 22px;
}
.pk8kvy.pkg5ag {
  max-width: none;
  background: var(--soft);
  color: var(--on-soft);
}
.pk8kvy.pkg5ag h1, .pk8kvy.pkg5ag h3, .pk8kvy.pkg5ag h2 {
  color: var(--on-soft);
}
.pk8kvy.pkg5ag>.pkngny {
  max-width: var(--maxw);
  margin: 0 auto;
}
.pk9aca {
  background: linear-gradient(148deg,#15130e 0%,#332c1c 54%,#5e4529 128%);
  padding: 56px 22px;
  color: #fff;
}
.pk93sz {
  max-width: var(--maxw);
  margin: 0 auto;
}
.pk9aca h1 {
  color: #fff;
  max-width: 20ch;
  font-size: 2.5rem;
}
.pk9aca .pk5aa4 {
  font-size: 1.15rem;
  color: #eae0f0;
  margin: .4em 0 1.4em;
  max-width: 60ch;
}
.pk9jts {
  color: #d6cae5;
  margin-top: 16px;
  font-size: .9rem;
}
.pkkaab {
  background: rgba(177,133,71,.18);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #b38a49;
  margin-bottom: 14px;
  padding: 5px 14px;
  border: 1px solid #9a6f39;
  border-radius: 999px;
  letter-spacing: .5px;
  display: inline-block;
}
.pk5wrc {
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  display: grid;
}
.pkawih {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  text-align: center;
  background: var(--soft);
}
.pkawih b {
  font-size: 1.3rem;
  color: var(--on-soft);
  display: block;
}
.pkawih span {
  opacity: .75;
  color: var(--on-soft);
  font-size: .82rem;
}
.pkvgn7 {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.pkvgn7 li {
  position: relative;
  padding-left: 30px;
}
.pkvgn7 li:before {
  font-weight: 800;
  content: "✓";
  color: var(--ok);
  left: 0;
  position: absolute;
}
.pkkixb {
  overflow-x: auto;
  margin: 14px 0;
}
.pkkixb:has(>table:not([class]))::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 10px;
}
.pkkixb:has(>table:not([class]))::-webkit-scrollbar-track {
  background: var(--line);
  border-radius: 999px;
}
.pkkixb:has(>table:not([class]))::-webkit-scrollbar-thumb {
  background: var(--muted);
  border-radius: 999px;
}
@supports not selector(::-webkit-scrollbar) {
  .pkkixb:has(>table:not([class])) {
    scrollbar-width: thin;
    scrollbar-color: var(--muted) var(--line);
  }
}
@media screen and (max-width:760px) {
  .pkkixb>table:not([class]) td, .pkkixb>table:not([class]) th {
    padding-left: 6px;
    padding-right: 6px;
  }
  .pkkixb>table:not([class]) thead th {
    letter-spacing: normal;
    text-transform: none;
    font-size: .76rem;
  }
}
table {
  font-size: .92rem;
  border-collapse: collapse;
  width: 100%;
}
td, th {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
thead th {
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: .82rem;
  color: #fff;
  background: var(--ink);
}
tbody tr:nth-child(even) {
  color: var(--on-soft);
  background: var(--soft);
}
.pktcph {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
.pkb4iq {
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  margin: 10px 0;
  gap: 16px;
  display: grid;
}
.pkf3zz {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 3px rgba(15,26,39,.04);
  padding: 20px;
  background: #fff;
}
.pkf3zz h3 {
  margin-top: 0;
}
a.pkfnpw.pkfayv {
  display: block;
  color: var(--body);
  transition: .15s;
}
a.pkfnpw.pkfayv:hover {
  box-shadow: 0 4px 14px rgba(15,26,39,.08);
  border-color: var(--brand);
  text-decoration: none;
  transform: translateY(-2px);
}
a.pkfnpw.pkfayv h3 {
  color: var(--brand);
}
.pkt6fc {
  gap: 12px;
  display: grid;
  list-style: none;
  counter-reset: s;
  margin: 14px 0;
  padding: 0;
}
.pkt6fc li {
  padding: 14px 16px 14px 56px;
  background: var(--soft);
  color: var(--on-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  position: relative;
  counter-increment: s;
}
.pkt6fc li:before {
  content: counter(s);
  color: #fff;
  background: var(--brand);
  border-radius: 50%;
  width: 28px;
  font-weight: 700;
  font-size: .9rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  transform: translateY(-50%);
  left: 14px;
  top: 50%;
}
.pkwifj {
  font-size: .85rem;
  color: var(--muted);
}
.pk8kvy.pkpdwi {
  padding-top: 26px;
  padding-bottom: 6px;
}
.pk8kvy.pkpdwi p {
  max-width: 72ch;
  margin: 0;
  color: var(--ink);
  font-size: 1.12rem;
}
.pki8we {
  background: #fff;
  margin: 10px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.pki8we summary {
  color: var(--ink);
  list-style: none;
  font-weight: 700;
  cursor: pointer;
  padding: 15px 18px;
}
.pki8we summary::-webkit-details-marker {
  display: none;
}
.pki8we summary:after {
  font-weight: 800;
  float: right;
  color: var(--brand);
  content: "+";
}
.pki8we[open] summary:after {
  content: "–";
}
.pkbe5v {
  color: var(--body);
  padding: 0 18px 16px;
}
.pkixby {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
}
.pkixby a {
  padding: 8px 16px;
  background: var(--soft);
  font-size: .88rem;
  font-weight: 600;
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--on-soft);
}
.pkixby a:hover {
  border-color: var(--brand);
  text-decoration: none;
  color: var(--brand);
}
.pkkwug h2 {
  margin-top: 0;
}
.pkwbis {
  margin: 0 0 20px;
  color: var(--ink);
  border-left: 3px solid var(--brand);
  padding-left: 14px;
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 500;
}
.pkqjnd {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff;
  margin: 0 0 16px;
}
.pkvxt4 {
  letter-spacing: 1px;
  color: #f4a726;
  font-size: .95rem;
}
.pkqjnd blockquote {
  border: 0;
  font-style: italic;
  line-height: 1.55;
  margin: 8px 0 8px;
  color: var(--body);
  padding: 0;
}
.pkqjnd figcaption {
  font-size: .82rem;
  font-weight: 600;
  color: #687488;
}
.pkjuvf {
  color: #9da6ae;
  margin-left: 8px;
  font-weight: 400;
}
.pky9ka {
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.pk9aca .pky9ka {
  margin-top: 6px;
}
.pkan5y {
  color: #aebac6;
  background: var(--ink);
  margin-top: 30px;
}
.pk93jh {
  text-align: center;
  padding: 40px 22px;
  border-bottom: 1px solid #213048;
}
.pk93jh h3 {
  margin-top: 0;
  color: #fff;
}
.pky8yh {
  flex-wrap: wrap;
  padding: 26px 22px;
  display: flex;
  max-width: var(--maxw);
  margin: 0 auto;
  gap: 8px 20px;
}
.pky8yh a {
  color: #aebac6;
  font-size: .86rem;
}
.pkk76d {
  margin: 0 auto;
  max-width: var(--maxw);
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 6px 22px 14px;
}
.pkyyhh {
  font-weight: 800;
  font-size: .86rem;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #b10022;
  letter-spacing: .5px;
  color: #fff;
  padding: 5px 10px;
}
.pkk76d p {
  margin: 0;
  font-size: .8rem;
  line-height: 1.5;
  color: #99a7b7;
}
.pkf4hc {
  flex: 1;
  min-width: 0;
}
.pk2e4y {
  margin: .4em 0 0;
  color: #cfd8e4;
  font-size: .78rem;
  line-height: 1.5;
}
.pk2e4y b {
  color: #fff;
}
.pk2e4y a {
  color: #cfd8e4;
  text-decoration: underline;
}
.pkdbgi, .pk5pwt {
  font-size: .76rem;
  max-width: var(--maxw);
  color: #7d849b;
  padding: 0 22px 10px;
  margin: 0 auto;
}
.pk5pwt {
  padding-bottom: 30px;
}
.pkt79b {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.pkvf9t {
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
  padding: 12px 16px;
  gap: 2px 14px;
  display: flex;
  align-items: baseline;
  font-size: .95rem;
}
.pkvf9t:last-child {
  border-bottom: 0;
}
.pkvf9t:nth-child(even) {
  background: var(--soft);
}
.pkizs7 {
  font-weight: 700;
  flex: 0 0 120px;
  max-width: 100%;
  color: var(--ink);
}
.pk6g28 {
  color: var(--body);
  overflow-wrap: break-word;
  flex: 1 1 180px;
  min-width: 0;
}
.pk9s3g {
  gap: 16px;
  display: grid;
}
.pk66i3 {
  display: block;
  height: 340px;
  border: 0;
  border-radius: var(--radius);
  width: 100%;
}
.pkazyx {
  display: grid;
  gap: 10px;
}
.pkpc52 {
  font-weight: 700;
  margin: 0;
  color: var(--ink);
}
.pkmuwk {
  justify-self: start;
}
table.pksdy9 {
  max-width: 520px;
}
table.pksdy9 tr:nth-child(even) {
  background: transparent;
}
table.pksdy9 th {
  font-weight: 700;
  font-size: .92rem;
  width: 55%;
  color: var(--on-soft);
  background: var(--soft);
  letter-spacing: 0;
  text-transform: none;
}
table.pksdy9 td {
  font-weight: 600;
  color: var(--ink);
}
.pk6sdg {
  grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
  display: grid;
  margin: 10px 0;
  gap: 12px;
}
.pkufxq {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  margin: 0;
  background: var(--soft);
}
.pkufxq img {
  display: block;
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.pkrv8b {
  background: var(--soft);
  padding: 18px 20px;
  color: var(--on-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.pkrv8b h2 {
  margin-top: 0;
}
.pkrv8b p {
  margin: .2em 0 .6em;
}
.pkvgmm .pkawih b, .pkvgmm .pkawih span {
  overflow-wrap: break-word;
}
@media(max-width:760px) {
  .pkvgmm .pk5wrc {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .pk5wrc {
    grid-template-columns: repeat(2,1fr);
  }
  .pktcph {
    grid-template-columns: 1fr;
  }
  .pk9aca h1 {
    font-size: 1.9rem;
  }
  .pkxb46 {
    order: 3;
    width: 100%;
  }
  .pkpbme .pkf56j {
    order: 2;
  }
}
@media(max-width:520px) {
  .pk5wrc {
    grid-template-columns: 1fr 1fr;
  }
  .pkvgmm .pk5wrc {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .pkk76d {
    flex-direction: column;
    gap: 8px;
  }
  .pk66i3 {
    height: 260px;
  }
  .pkufxq img {
    height: 150px;
  }
}
.pk3idx {
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  margin: 10px 0;
  display: grid;
  gap: 14px;
}
.pkjhze {
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e1dcd1;
  border-radius: var(--radius);
}
.pkzns6 {
  margin-bottom: 4px;
  display: block;
  letter-spacing: .06em;
  font-size: .74rem;
  font-weight: 700;
  color: #706356;
  text-transform: uppercase;
}
.pkt2zs {
  color: #13160e;
  overflow-wrap: anywhere;
  font-weight: 600;
}
table.pkxp8a {
  max-width: 44rem;
}
table.pkxp8a tr:nth-child(even) {
  background: transparent;
}
table.pkxp8a th {
  font-weight: 700;
  font-size: .92rem;
  width: 1%;
  text-transform: none;
  color: #122019;
  background: #fcf7f1;
  letter-spacing: 0;
  min-width: 8rem;
}
@media(max-width:760px) {
  table.pkxp8a th {
    min-width: 6rem;
  }
}
table.pkxp8a td {
  font-weight: 600;
  color: #13160e;
}
.pkndh3 code {
  background: #fcf7f1;
  color: #122019;
  font-family: ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size: .92em;
  padding: 1px 8px;
  border: 1px solid #e1dcd1;
  border-radius: 6px;
}
.pkpssz {
  margin: 10px 0;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  display: grid;
  gap: 16px;
}
.pkundy {
  border: 1px solid #e1dcd1;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 1px 3px rgba(15,26,39,.04);
  padding: 18px 20px;
}
.pkundy h3 {
  margin-top: 0;
}
.pkundy .pkkixb {
  margin: 10px 0;
}
.pkundy table.pkxp8a {
  font-size: .88rem;
  max-width: none;
}
.pkundy table.pkxp8a th {
  width: 45%;
  min-width: 0;
}
.pkzrfa {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .82rem;
  color: #706356;
  margin: 14px 0 4px;
}
.pkundy .pkt6fc {
  margin: 8px 0 0;
}
.pk8mq3 {
  color: #2c2b27;
  padding-left: 14px;
  margin: 16px 0 0;
  border-left: 3px solid #b38a49;
}
.pk478i {
  padding: 20px 22px;
  gap: 24px;
  border: 1px solid #e1dcd1;
  border-radius: var(--radius);
  flex-wrap: wrap;
  background: #fff;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 1px 3px rgba(15,26,39,.04);
}
.pkjyv5 {
  min-width: 0;
  flex: 1 1 260px;
}
.pkbefy {
  margin: 14px 0 0;
}
.pkz5xf {
  font-weight: 700;
  display: inline-block;
  margin-left: 16px;
}
.pkakwb {
  text-align: center;
  flex: 0 0 auto;
}
.pkakwb img {
  height: 132px;
  border: 1px solid #e1dcd1;
  border-radius: 12px;
  padding: 10px;
  display: block;
  width: 132px;
  background: #fff;
}
.pkakwb span {
  color: #706356;
  margin-top: 8px;
  font-size: .76rem;
  max-width: 152px;
  display: block;
}
@media(max-width:560px) {
  .pk478i {
    flex-direction: column;
  }
  .pkz5xf {
    display: block;
    margin: 10px 0 0;
  }
}
.plsim {
  padding-top: 6px;
}
.plsim .pkbmu4 {
  max-width: 72ch;
  color: #2c2b27;
}
.plsim h2 {
  margin-top: .2em;
}
.pk24mw {
  background: #fcf7f1;
  color: #706356;
  font-size: .72rem;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 4px 13px;
  border: 1px solid #e1dcd1;
  border-radius: 999px;
}
.pkjvp8 {
  border: 1px solid #192940;
  border-radius: 16px;
  background: #091321;
  box-shadow: 0 18px 40px rgba(8,15,27,.18);
  margin: 14px 0 10px;
  overflow: hidden;
}
.pl-hist {
  background: #0a0c15;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 6px;
  scrollbar-width: thin;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.pl-hist b {
  margin-right: 2px;
  flex: 0 0 auto;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 700;
  color: #64748d;
}
.pl-chip {
  color: #8fa6c8;
  border-radius: 999px;
  white-space: nowrap;
  flex: 0 0 auto;
  font-size: .76rem;
  font-weight: 700;
  background: rgba(255,255,255,.06);
  padding: 3px 10px;
}
.pl-chip.plsim-mid {
  color: #ffd268;
}
.pl-chip.plsim-hi {
  color: #ff77b9;
}
.pkxdf4 {
  padding: 0 0 10px;
  background: radial-gradient(120% 80% at 50% 0%, #1a203d 0%, #091321 62%, #060c13 100%);
  position: relative;
}
.pkck2u {
  margin: 0 auto;
  aspect-ratio: 1/1;
  width: min(100%,62vh);
  position: relative;
}
.pkck2u canvas {
  width: 100%;
  position: absolute;
  inset: 0;
  height: 100%;
  display: block;
}
.pl-flash {
  padding: 8px 15px;
  max-width: 88%;
  font-weight: 700;
  font-size: .92rem;
  color: #fff;
  transition: opacity .25s;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  position: absolute;
  background: rgba(8,18,30,.86);
  pointer-events: none;
  left: 50%;
  top: 4%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
}
.pl-flash.plsim-show {
  opacity: 1;
}
.pl-flash.plsim-win {
  color: #8ceeaf;
  border-color: rgba(72,221,125,.5);
}
.pl-flash.plsim-loss {
  color: #ffb0b0;
  border-color: rgba(255,95,92,.45);
}
.pkp3wg {
  text-align: center;
  text-transform: uppercase;
  color: #5e738e;
  font-size: .66rem;
  font-weight: 700;
  margin: 8px 0 6px;
  letter-spacing: .07em;
}
.pl-bins {
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 2px;
  box-sizing: border-box;
  max-width: 100%;
}
.pl-bin {
  border-radius: 5px;
  transition: transform .12s ease-out,box-shadow .12s ease-out;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  padding: 5px 1px;
  color: #23140c;
}
.pl-bin.plsim-hit {
  box-shadow: 0 0 0 2px #fff inset;
  transform: translateY(4px);
}
.pkf68c {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.2fr) minmax(0,1fr);
  gap: 14px;
  border-top: 1px solid rgba(255,255,255,.06);
  background: #101d2e;
  align-items: end;
  padding: 14px 16px;
}
.pkq8aj {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #6a839d;
}
.pkehwd {
  font-size: 1.5rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
  color: #fff;
  overflow-wrap: anywhere;
}
.pkehwd small {
  font-size: .72rem;
  font-weight: 600;
  display: block;
  color: #7d90b0;
  letter-spacing: .04em;
}
.pl-stake {
  align-items: stretch;
  display: flex;
  gap: 6px;
}
.pl-stake input {
  min-width: 0;
  color: #fff;
  padding: 9px 10px;
  border: 1px solid #242f4e;
  border-radius: 10px;
  -moz-appearance: textfield;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  flex: 1 1 70px;
  background: #0d1224;
}
.pl-stake input::-webkit-inner-spin-button, .pl-stake input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.pl-stake button {
  cursor: pointer;
  color: #c7daeb;
  font-size: 1.1rem;
  font-weight: 800;
  font-family: inherit;
  border: 1px solid #242f4e;
  border-radius: 10px;
  flex: 0 0 38px;
  background: #19243e;
}
.pl-stake button:hover {
  background: #242f4e;
}
.pl-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.pl-quick button {
  background: #0d1224;
  padding: 4px 12px;
  font-size: .76rem;
  font-weight: 700;
  font-family: inherit;
  border: 1px solid #242f4e;
  border-radius: 999px;
  cursor: pointer;
  color: #8fa6c8;
}
.pl-quick button:hover {
  color: #fff;
  border-color: #b38a49;
}
.pl-go {
  background: #b38a49;
  transition: .15s;
  font-size: 1.02rem;
  font-weight: 800;
  font-family: inherit;
  line-height: 1.2;
  cursor: pointer;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 12px;
  color: #fff;
  overflow-wrap: anywhere;
  padding: 15px 12px;
}
.pl-go:hover {
  background: #7f5b2f;
}
.pl-go[disabled] {
  cursor: default;
  opacity: .45;
}
.pk26qd {
  min-width: 0;
}
.pkundd {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  margin-top: 9px;
  color: #8fa6c8;
}
.pkundd input[type=checkbox] {
  accent-color: #b38a49;
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}
.pkundd input[type=number] {
  padding: 4px 6px;
  border: 1px solid #242f4e;
  border-radius: 8px;
  background: #0d1224;
  color: #fff;
  width: 60px;
  font-size: .82rem;
  font-weight: 700;
  font-family: inherit;
  -moz-appearance: textfield;
  text-align: center;
}
.pkundd input[type=number]::-webkit-outer-spin-button, .pkundd input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pk5hn4 {
  color: #8fa6c8;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 11px 16px;
  background: #0a1726;
  font-size: .8rem;
  border-top: 1px solid rgba(255,255,255,.06);
  gap: 12px 20px;
}
.pkym47 {
  align-items: center;
  min-width: 0;
  gap: 8px;
  display: flex;
}
.pkym47>span {
  letter-spacing: .08em;
  font-size: .68rem;
  font-weight: 700;
  color: #6a839d;
  text-transform: uppercase;
}
.pl-seg {
  gap: 4px;
  background: #0d1224;
  display: flex;
  padding: 3px;
  border: 1px solid #242f4e;
  border-radius: 999px;
}
.pl-seg button {
  font-size: .76rem;
  font-weight: 700;
  font-family: inherit;
  color: #8fa6c8;
  background: none;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  white-space: nowrap;
  padding: 4px 11px;
}
.pl-seg button.plsim-on {
  color: #fff;
  background: #b38a49;
}
.pk5hn4 select {
  padding: 5px 8px;
  border: 1px solid #242f4e;
  border-radius: 8px;
  background: #0d1224;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  font-family: inherit;
}
.pl-ret {
  margin-left: auto;
  color: #8fa6c8;
  text-align: right;
  font-size: .78rem;
}
.pl-ret b {
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.pkj9cb {
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex;
  color: #8fa6c8;
  flex-wrap: wrap;
  padding: 11px 16px;
  background: #0d1224;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  font-size: .8rem;
}
.pkegca {
  flex-wrap: wrap;
  display: flex;
  gap: 16px;
}
.pkegca span b {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #fff;
}
.pl-reset {
  font-size: .76rem;
  font-weight: 700;
  font-family: inherit;
  border: 1px solid #242f4e;
  border-radius: 999px;
  background: none;
  cursor: pointer;
  color: #8fa6c8;
  padding: 5px 13px;
}
.pl-reset:hover {
  color: #fff;
  border-color: #b38a49;
}
.pk5cj9 {
  border: 1px solid #e1dcd1;
  border-radius: var(--radius);
  background: #fff;
  margin: 14px 0 0;
}
.pk5cj9 summary {
  cursor: pointer;
  list-style: none;
  color: #13160e;
  font-weight: 700;
  padding: 14px 18px;
}
.pk5cj9 summary::-webkit-details-marker {
  display: none;
}
.pk5cj9 summary:after {
  color: #b38a49;
  float: right;
  font-weight: 800;
  content: "+";
}
.pk5cj9[open] summary:after {
  content: "\2013";
}
.pkr52w {
  color: #2c2b27;
  padding: 0 18px 16px;
}
.pkr52w p {
  margin: .2em 0 .8em;
}
.pkz8q7 {
  margin: 0 0 8px;
  border: 1px solid #e1dcd1;
  border-radius: 8px;
  padding: 9px 12px;
  color: #122019;
  background: #fcf7f1;
  overflow-wrap: anywhere;
  font-family: ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size: .82rem;
}
.pkz8q7 b {
  color: #706356;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: .68rem;
  display: block;
  letter-spacing: .07em;
}
.pkz8q7 mark {
  color: #fff;
  background: #b38a49;
  border-radius: 3px;
  padding: 0 1px;
}
.pk4t34 {
  overflow-x: auto;
}
.pk4t34::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 10px;
}
.pk4t34::-webkit-scrollbar-track {
  border-radius: 999px;
  background: var(--line);
}
.pk4t34::-webkit-scrollbar-thumb {
  background: var(--muted);
  border-radius: 999px;
}
@supports not selector(::-webkit-scrollbar) {
  .pk4t34 {
    scrollbar-width: thin;
    scrollbar-color: var(--muted) var(--line);
  }
}
@media screen and (max-width:760px) {
  table.pkxftq th, table.pkxftq td {
    padding-left: 6px;
    padding-right: 6px;
  }
  table.pkxftq thead th {
    font-size: .76rem;
  }
}
table.pkxftq {
  margin: 0 0 10px;
  font-size: .86rem;
  border-collapse: collapse;
  width: 100%;
}
table.pkxftq th, table.pkxftq td {
  border: 1px solid #e1dcd1;
  text-align: right;
  font-variant-numeric: tabular-nums;
  padding: 6px 9px;
}
table.pkxftq th {
  color: #122019;
  text-align: right;
  font-weight: 700;
  background: #fcf7f1;
}
table.pkxftq th:first-child, table.pkxftq td:first-child {
  text-align: left;
}
table.pkxftq tr.plsim-mid td {
  background: #fcf7f1;
}
.pkvtn5 {
  margin: 16px 0 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.pkvtn5 p {
  color: #706356;
  max-width: 52ch;
  margin: 0;
  font-size: .9rem;
}
.plsim .pl-note {
  color: #706356;
  margin: 12px 0 0;
  max-width: 78ch;
  font-size: .82rem;
}
@media(max-width:760px) {
  .pkf68c {
    grid-template-columns: minmax(0,1fr) minmax(0,1.2fr);
    gap: 12px 14px;
  }
  .pkehwd {
    font-size: 1.25rem;
    white-space: nowrap;
  }
  .pkehwd small {
    white-space: normal;
  }
  .pkq8aj {
    font-size: .64rem;
  }
  .pkf68c .pksj3g {
    grid-column: 1 / -1;
  }
  .pl-ret {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }
  .pkj9cb {
    font-size: .76rem;
  }
}
@media(max-width:359px) {
  .pkf68c {
    grid-template-columns: 1fr;
  }
  .pkehwd {
    font-size: 1.3rem;
  }
}
.pkdu35 {
  grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr);
  grid-template-areas: "txt card" "act card";
  display: grid;
  align-items: start;
  column-gap: 36px;
}
.pkesc6 {
  grid-area: txt;
}
.pkpmr2 {
  grid-area: act;
}
.pkdu35 .bt {
  align-self: start;
  grid-area: card;
}
.pkdu35 .pk5aa4 {
  margin-bottom: .6em;
}
.bt {
  overflow: hidden;
  padding: 24px 26px 20px;
  position: relative;
  background: radial-gradient(130% 95% at 6% -14%,rgba(177,133,71,.2),transparent 56%),
    linear-gradient(158deg,rgba(12,13,9,.94),rgba(24,21,19,.88) 54%,rgba(8,9,8,.96));
  color: #fff;
  isolation: isolate;
  --pl2: #110c09;
  --pl1: #201a15;
  --g3: #7a5a2f;
  border-radius: 22px;
  border: 1px solid rgba(177,133,71,.38);
  max-width: 470px;
  box-shadow: 0 30px 70px -28px rgba(0,0,0,.9),0 2px 0 rgba(255,255,255,.07) inset,
    0 0 0 1px rgba(0,0,0,.35),0 0 44px -18px rgba(177,133,71,.35);
  --g: #b38a49;
  --g2: #e6dac9;
}
.bt>* {
  z-index: 1;
  position: relative;
}
.bt .pkyznc {
  opacity: .62;
  border-radius: 15px;
  inset: 9px;
  background: linear-gradient(var(--g),var(--g)) 0 0/18px 1px no-repeat,
    linear-gradient(var(--g),var(--g)) 0 0/1px 18px no-repeat,
    linear-gradient(var(--g),var(--g)) 100% 0/18px 1px no-repeat,
    linear-gradient(var(--g),var(--g)) 100% 0/1px 18px no-repeat,
    linear-gradient(var(--g),var(--g)) 0 100%/18px 1px no-repeat,
    linear-gradient(var(--g),var(--g)) 0 100%/1px 18px no-repeat,
    linear-gradient(var(--g),var(--g)) 100% 100%/18px 1px no-repeat,
    linear-gradient(var(--g),var(--g)) 100% 100%/1px 18px no-repeat;
  z-index: 0;
  pointer-events: none;
  position: absolute;
}
.bt .pku5z5 {
  border-radius: inherit;
  z-index: 0;
  background: repeating-linear-gradient(122deg,rgba(255,255,255,.035) 0 1px,transparent 1px 7px);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .55;
}
.bt .pkwyiy {
  pointer-events: none;
  transform: translateX(-190%) skewX(-12deg);
  background: linear-gradient(100deg,transparent,rgba(255,255,255,.16) 48%,transparent);
  position: absolute;
  top: -20%;
  bottom: -20%;
  width: 34%;
  z-index: 0;
}
@media(prefers-reduced-motion:no-preference) {
  .pkwyiy {
    animation: bt-sheen 9s cubic-bezier(.36,0,.24,1) infinite;
  }
}
@keyframes bt-sheen {
  0%, 18% {
    transform: translateX(-190%) skewX(-12deg);
  }
  34%, 100% {
    transform: translateX(430%) skewX(-12deg);
  }
}
.pks8yy {
  letter-spacing: .17em;
  text-transform: uppercase;
  font-size: .69rem;
  font-weight: 800;
  display: flex;
  color: var(--g);
  gap: 8px;
  align-items: center;
}
.pku6p4 {
  width: 7px;
  height: 7px;
  background: var(--g);
  flex: 0 0 auto;
  border-radius: 50%;
}
@media(prefers-reduced-motion:no-preference) {
  .pku6p4 {
    animation: bt-pulse 2.6s ease-out infinite;
  }
}
@keyframes bt-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(177,133,71,.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(177,133,71,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(177,133,71,0);
  }
}
.bt-date {
  color: rgba(255,255,255,.52);
  margin-left: auto;
  letter-spacing: .1em;
  font-weight: 700;
}
.pkwfpz {
  text-wrap: balance;
  letter-spacing: -.015em;
  color: #dcc8b0;
  margin: 10px 0 4px;
  font-size: 1.72rem;
  line-height: 1.14;
  font-weight: 800;
}
@supports((-webkit-background-clip:text) or (background-clip:text)) {
  .pkwfpz {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(96deg,var(--g3) 0%,var(--g2) 33%,#fffded 45%,var(--g2) 57%,var(--g3) 100%);
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  @media(prefers-reduced-motion:no-preference) {
    .pkwfpz {
      animation: bt-shine 9s cubic-bezier(.36,0,.24,1) infinite;
    }
  }
}
@keyframes bt-shine {
  0%, 18% {
    background-position: 150% 0;
  }
  34%, 100% {
    background-position: -60% 0;
  }
}
.pkamsv {
  margin: 12px 0 11px;
  background: linear-gradient(90deg,rgba(177,133,71,.85),rgba(177,133,71,.12) 42%,transparent 72%);
  height: 1px;
}
.pkntv5 {
  letter-spacing: .11em;
  font-size: .66rem;
  font-weight: 700;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  margin: 0 0 10px;
}
.pkmkxw {
  position: relative;
  visibility: hidden;
  align-items: flex-start;
  gap: 11px;
  display: flex;
}
.pkmkxw:before {
  z-index: -1;
  position: absolute;
  left: -8%;
  right: -8%;
  top: -14%;
  bottom: 6%;
  background: radial-gradient(60% 70% at 50% 45%,rgba(177,133,71,.13),transparent 70%);
  content: "";
}
.bt-on .pkmkxw {
  visibility: visible;
}
.pkd3zi {
  align-items: center;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.pke3vp {
  display: flex;
  min-height: 68px;
  gap: 5px;
}
.pkgcv8 {
  margin-top: 16px;
  color: rgba(177,133,71,.45);
  font-size: 1.5rem;
  font-weight: 800;
}
.bt-lab {
  white-space: nowrap;
  font-size: .62rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.bt-c {
  perspective: 230px;
  background: linear-gradient(var(--pl1),var(--pl2));
  text-align: center;
  color: #f0e8df;
  width: 52px;
  font: 800 2.4rem/68px ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-variant-numeric: tabular-nums;
  height: 68px;
  box-shadow: 0 0 0 1px rgba(177,133,71,.3) inset,0 1px 0 rgba(255,255,255,.12) inset,
    0 -12px 18px -12px rgba(0,0,0,.95) inset,0 9px 18px -10px rgba(0,0,0,.85);
  border-radius: 10px;
  position: relative;
}
.bt-c i {
  font-style: normal;
  text-shadow: 0 1px 0 rgba(0,0,0,.55),0 0 18px rgba(177,133,71,.12);
  display: block;
}
.bt-h {
  backface-visibility: hidden;
  height: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}
.bt-t {
  top: 0;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(#2a271e,#171714 78%,#2f251e);
}
.bt-b {
  border-radius: 0 0 10px 10px;
  bottom: 0;
  background: linear-gradient(#110c09,#0d0607);
}
.bt-b i {
  margin-top: -34px;
}
.bt-c:after {
  box-shadow: 0 1px 0 rgba(255,255,255,.08);
  content: "";
  left: 3px;
  right: 3px;
  top: 50%;
  z-index: 5;
  background: rgba(0,0,0,.6);
  height: 1px;
  position: absolute;
}
.bt-lf, .bt-lb {
  z-index: 4;
  display: none;
}
.bt-lf {
  box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
  transform-origin: bottom;
}
.bt-lb {
  transform-origin: top;
  transform: rotateX(90deg);
}
.bt-c.go .bt-lb, .bt-c.go .bt-lf {
  display: block;
}
.bt-c {
  --d: 0s;
}
.pke3vp .bt-c:first-child {
  --d: .07s;
}
.bt-c.go .bt-lf {
  animation: bt-fold .26s cubic-bezier(.5,0,.9,.6) var(--d) forwards;
}
.bt-c.go .bt-lb {
  animation: bt-unfold .3s cubic-bezier(.14,.5,.4,1) calc(.24s + var(--d)) forwards;
}
@keyframes bt-fold {
  to {
    filter: brightness(.5);
    transform: rotateX(-90deg);
  }
}
@keyframes bt-unfold {
  from {
    transform: rotateX(90deg);
    filter: brightness(.5);
  }
  to {
    filter: brightness(1);
    transform: rotateX(0);
  }
}
@media(prefers-reduced-motion:reduce) {
  .bt-c.go .bt-lf, .bt-c.go .bt-lb {
    display: none;
    animation: none;
  }
  .bt-rail i, .pkx9hf {
    transition: none;
  }
}
.bt-rail {
  background: rgba(255,255,255,.13);
  overflow: hidden;
  border-radius: 3px;
  margin: 16px 0 0;
  height: 3px;
}
.bt-rail i {
  box-shadow: 0 0 12px rgba(177,133,71,.55);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,var(--g3),var(--g2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .6s linear;
  border-radius: 3px;
  display: block;
}
.pkecag {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 0;
  display: flex;
  gap: 6px 14px;
}
.pkq7gp {
  font-size: .71rem;
  line-height: 1.45;
  margin: 0;
  flex: 1 1 190px;
  color: rgba(255,255,255,.5);
}
.pkx9hf {
  white-space: nowrap;
  background: rgba(177,133,71,.06);
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 16px;
  display: inline-block;
  transition: .18s;
  color: var(--g);
  border-radius: 999px;
  border: 1px solid rgba(177,133,71,.45);
}
.pkx9hf:hover {
  border-color: var(--g);
  color: #0d0b0e;
  text-decoration: none;
  background: var(--g);
}
.pkm86b {
  box-shadow: 0 7px 18px -7px rgba(177,133,71,.75),0 1px 0 rgba(255,255,255,.55) inset;
  color: #0d0b0e;
  background: linear-gradient(135deg,var(--g2),var(--g) 48%,#a07941);
  letter-spacing: .01em;
  border-color: transparent;
}
.pkm86b:hover {
  background: linear-gradient(135deg,#f6eee7,var(--g2) 48%,var(--g));
  border-color: transparent;
  box-shadow: 0 10px 24px -7px rgba(177,133,71,.9),0 1px 0 rgba(255,255,255,.6) inset;
  color: #0d0b0e;
}
.bt-sr {
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 1px;
  white-space: nowrap;
  height: 1px;
  position: absolute;
}
@media(max-width:900px) {
  .pkdu35 {
    grid-template-columns: 1fr;
    grid-template-areas: "txt" "card" "act";
    row-gap: 18px;
  }
  .bt {
    max-width: none;
  }
  .pkpmr2 .pk5aa4 {
    margin-top: 0;
  }
}
@media(max-width:430px) {
  .bt {
    border-radius: 18px;
    padding: 16px 15px 14px;
  }
  .pkyznc {
    border-radius: 12px;
    inset: 6px;
  }
  .pkwfpz {
    margin: 8px 0 2px;
    font-size: 1.34rem;
  }
  .pkamsv {
    margin: 10px 0 9px;
  }
  .pkntv5 {
    display: none;
  }
  .pkmkxw {
    gap: 7px;
  }
  .pke3vp {
    min-height: 52px;
    gap: 4px;
  }
  .bt-c {
    width: 39px;
    border-radius: 8px;
    height: 52px;
    font-size: 1.78rem;
    line-height: 52px;
  }
  .bt-b i {
    margin-top: -26px;
  }
  .pkgcv8 {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  .bt-lab {
    font-size: .57rem;
    letter-spacing: .09em;
  }
  .bt-rail {
    margin-top: 13px;
  }
  .pkecag {
    gap: 8px 12px;
    margin-top: 10px;
  }
  .pkq7gp {
    font-size: .68rem;
    max-width: none;
  }
  .pkx9hf {
    padding: 7px 14px;
  }
}
.pkdghs {
  margin: 26px 0 0;
  padding: 16px 20px;
  align-items: center;
  box-shadow: 0 1px 2px rgba(20,36,25,.05);
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  flex-wrap: wrap;
  gap: 18px 26px;
  display: flex;
}
.pksvbb {
  font-size: .98rem;
  line-height: 1.45;
  color: var(--ink);
  flex: 1 1 260px;
  min-width: 0;
  margin: 0;
}
.pksvbb b {
  font-weight: 700;
}
.pk72ip {
  margin-top: 3px;
  color: var(--muted);
  font-size: .84rem;
  display: block;
}
.pkb2hg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.pk4m5p {
  line-height: 1.15;
  align-items: flex-start;
  flex-direction: column;
  display: flex;
}
.bcta-t {
  color: var(--brand-dark);
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-size: 1.42rem;
  font-weight: 800;
}
.pkxuhv {
  letter-spacing: .07em;
  color: var(--muted);
  text-transform: uppercase;
  font-size: .72rem;
}
.pkxs45 {
  background: var(--brand);
  text-decoration: none;
  transition: background .15s ease;
  display: inline-block;
  font-weight: 700;
  font-size: .95rem;
  padding: 11px 20px;
  white-space: nowrap;
  color: #fff;
  border-radius: 10px;
}
.pkxs45:hover {
  color: #fff;
  text-decoration: none;
  background: var(--brand-dark);
}
.bcta-rail {
  height: 3px;
  flex: 1 0 100%;
  border-radius: 2px;
  background: var(--line);
  overflow: hidden;
}
.bcta-rail i {
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: var(--brand);
  display: block;
  height: 100%;
}
@media(max-width:560px) {
  .pkdghs {
    gap: 14px;
  }
  .pkb2hg {
    justify-content: space-between;
    width: 100%;
  }
  .pkxs45 {
    text-align: center;
    flex: 1 1 auto;
  }
}
