:root{
  color-scheme:dark;
  --ht-bg:#030406;
  --ht-panel:#08090a;
  --ht-line:rgba(255,255,255,.09);
  --ht-soft:rgba(255,255,255,.62);
  --ht-gold:#e7c76a;
}

*{box-sizing:border-box}
html{background:#000;scroll-behavior:smooth}
body.mp-hoitu{
  margin:0;
  min-height:100vh;
  background:
    radial-gradient(ellipse 72% 38% at 50% -8%,rgba(231,199,106,.065),transparent 68%),
    var(--ht-bg);
  color:#f4f4f5;
  font-family:'Be Vietnam Pro',Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:15px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}

.container{width:min(1120px,calc(100% - 36px));margin:0 auto}
.ht-hero{
  padding:112px 0 72px;
  text-align:center;
  border-bottom:1px solid rgba(255,255,255,.065);
}
.ht-hero h1{
  margin:0;
  font-size:clamp(3rem,7vw,6rem);
  line-height:.96;
  letter-spacing:-.07em;
  font-weight:950;
}
.ht-main{width:min(1120px,calc(100% - 36px));margin:0 auto;padding:36px 0 80px}
.ht-picker{
  width:min(560px,100%);
  margin:0 auto 28px;
  text-align:center;
}
.ht-year-controls{
  width:max-content;
  max-width:100%;
  margin:0 auto;
  padding:5px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  border:1px solid rgba(231,199,106,.16);
  border-radius:999px;
  background:rgba(255,255,255,.018);
}
.ht-year-control,.ht-year-select{
  min-height:36px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:rgba(255,255,255,.78);
  font:800 11px/1 inherit;
}
.ht-year-control{padding:0 14px;cursor:pointer}
.ht-year-step{width:36px;padding:0;font-size:18px}
.ht-year-control:hover,.ht-year-control:focus-visible,
.ht-year-select:hover,.ht-year-select:focus-visible{
  background:rgba(231,199,106,.08);
  color:#f2d77f;
  outline:none;
}
.ht-year-control:disabled{opacity:.32;cursor:not-allowed}
.ht-current{
  color:rgba(231,199,106,.88);
  border-left:1px solid rgba(231,199,106,.13);
  border-right:1px solid rgba(231,199,106,.13);
  border-radius:0;
}
.ht-year-select-wrap{position:relative}
.ht-year-select{
  min-width:104px;
  padding:0 34px 0 16px;
  appearance:none;
  cursor:pointer;
  color:#f4e3ad;
  font-size:12px;
}
.ht-year-select-wrap::after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  width:7px;
  height:7px;
  border-right:1px solid #d9bd66;
  border-bottom:1px solid #d9bd66;
  transform:translateY(-70%) rotate(45deg);
  pointer-events:none;
}
.ht-year-select option{background:#0b0c0d;color:#f3f3f3}

.ht-year-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.ht-year-number{
  color:var(--ht-gold);
  font-size:clamp(3.3rem,7vw,5.8rem);
  line-height:.88;
  letter-spacing:-.06em;
  font-weight:950;
}
.ht-year-phase{
  max-width:660px;
  color:rgba(255,255,255,.72);
  font-size:13px;
  text-align:right;
}
.ht-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ht-card,.ht-conclusion,.ht-rule{
  border:1px solid var(--ht-line);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.007)),var(--ht-panel);
}
.ht-card{padding:20px}
.ht-card-label{
  margin-bottom:13px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.06);
  color:var(--ht-gold);
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
  font-weight:900;
}
.ht-card ul{margin:0;padding-left:18px}
.ht-card li{margin:8px 0;color:rgba(255,255,255,.72);font-size:12.5px;line-height:1.6}
.ht-card li::marker{color:rgba(231,199,106,.64)}
.ht-conclusion{margin-top:14px;padding:22px}
.ht-conclusion-label{color:var(--ht-gold);font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:900}
.ht-conclusion ul{margin:12px 0 0;padding-left:19px}
.ht-conclusion li{margin:7px 0;color:rgba(255,255,255,.82);font-size:13px}
.ht-rule{margin-top:22px;padding:16px 18px;color:var(--ht-soft);font-size:12.5px}
.ht-rule strong{color:#fff}

@media(max-width:820px){
  .ht-grid{grid-template-columns:1fr}
  .ht-year-head{display:block}
  .ht-year-phase{margin-top:12px;text-align:left}
}
@media(max-width:560px){
  .ht-hero{padding:96px 0 54px}
  .ht-main{width:min(100% - 28px,1120px)}
  .ht-year-controls{max-width:100%}
  .ht-current{padding:0 12px}
  .ht-card,.ht-conclusion{padding:17px}
}
