.page-home{
  position: relative;
  background: linear-gradient(180deg, rgba(10,10,10,.78) 0%, rgba(11,61,46,.58) 45%, rgba(10,10,10,.88) 100%);
  color: var(--light-green-text);
  padding-top: var(--header-h);
  overflow-x: hidden;
}
.page-home .home-visor{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.page-home .home-visor img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .22;
  filter: saturate(.72) contrast(1.08);
}
.page-home .home-visor::after{
  content: "";
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, rgba(57,255,20,.14), transparent);
  animation: home-scan 9s linear infinite;
}
@keyframes home-scan{
  0%{ transform: translateY(0); }
  100%{ transform: translateY(560%); }
}
.page-home .container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 28px 20px 72px;
  background: rgba(10,10,10,.3);
}
.page-home .breadcrumb{
  margin-bottom: 26px;
  border-bottom: 2px solid var(--border-green);
  padding-bottom: 10px;
}
.page-home .breadcrumb-list{
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-mono);
  font-size: .8rem;
}
.page-home .breadcrumb-item::after{
  content: "/";
  margin-left: 10px;
  color: var(--neutral-gray);
}
.page-home .breadcrumb-current{
  color: var(--neon-green);
}
.page-home .home-declare{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-bottom: 72px;
  border-left: 6px solid var(--neon-green);
  padding-left: 18px;
}
.page-home .home-declare__eyebrow{
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-size: .9rem;
  letter-spacing: .12em;
  color: var(--neon-green);
}
.page-home .home-declare__title{
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(1.72rem, 4.8vw, 3.1rem);
  line-height: 1.14;
  letter-spacing: .01em;
  color: var(--light-green-text);
  max-width: 14em;
}
.page-home .home-declare__dot{
  display: inline-block;
  color: var(--warn-orange);
  margin: 0 .08em;
}
.page-home .home-declare__lead{
  margin: 0 0 24px;
  max-width: 58em;
  font-family: var(--font-mono);
  font-size: .95rem;
  line-height: 1.9;
  color: rgba(211,255,206,.86);
}
.page-home .home-declare__quick{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .home-declare__figure{
  margin: 0;
}
.page-home .home-declare__figure img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid var(--border-green);
  box-shadow: 12px 12px 0 rgba(10,10,10,.55);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.page-home .section{
  margin-bottom: 72px;
  scroll-margin-top: calc(var(--header-h) + 16px);
}
.page-home .section-head{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  margin-bottom: 26px;
  border-top: 2px solid var(--border-green);
  padding-top: 18px;
}
.page-home .section-number{
  font-family: var(--font-display);
  font-size: 1.9rem;
  line-height: 1.2;
  color: var(--bg-black);
  background: var(--neon-green);
  padding: 2px 14px;
  transform: skewX(-12deg);
}
.page-home .section-number::after{
  content: "›";
  margin-left: 4px;
  color: var(--deep-green);
}
.page-home .section-title{
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  letter-spacing: .02em;
  color: var(--light-green-text);
}
.page-home .section-lead{
  flex-basis: 100%;
  margin: 0;
  font-family: var(--font-mono);
  font-size: .88rem;
  line-height: 1.7;
  color: var(--neutral-gray);
}
.page-home .home-dual__board{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-home .home-dual__card{
  position: relative;
  display: block;
  padding: 22px 20px;
  background: linear-gradient(135deg, rgba(11,61,46,.86), rgba(10,10,10,.94));
  border: 2px solid var(--border-green);
  color: var(--light-green-text);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.page-home .home-dual__card:hover,
.page-home .home-dual__card:focus-visible{
  transform: translateY(-4px);
  border-color: var(--neon-green);
  box-shadow: 8px 8px 0 rgba(57,255,20,.18);
}
.page-home .home-dual__card--tag:hover,
.page-home .home-dual__card--tag:focus-visible{
  border-color: var(--warn-orange);
  box-shadow: 8px 8px 0 rgba(255,107,0,.18);
}
.page-home .home-dual__card-top{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.page-home .home-dual__glyph{
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
  color: var(--neon-green);
  border: 2px solid var(--neon-green);
  padding: 0 10px;
  transform: rotate(-3deg);
}
.page-home .home-dual__card--tag .home-dual__glyph{
  color: var(--warn-orange);
  border-color: var(--warn-orange);
}
.page-home .home-dual__sub{
  font-family: var(--font-mono);
  font-size: .86rem;
  letter-spacing: .08em;
  color: var(--neutral-gray);
}
.page-home .home-dual__mock{
  display: block;
  margin-bottom: 12px;
  padding: 8px 12px;
  border: 1px dashed var(--border-green);
  background: rgba(10,10,10,.6);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  letter-spacing: .06em;
  color: var(--neon-green);
}
.page-home .home-dual__mock-small{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px dashed var(--border-green);
  background: rgba(10,10,10,.6);
  font-family: var(--font-mono);
  font-size: .82rem;
  color: var(--neon-green);
}
.page-home .home-dual__desc{
  display: block;
  font-family: var(--font-mono);
  font-size: .88rem;
  line-height: 1.75;
  color: rgba(211,255,206,.82);
}
.page-home .home-dual__stat{
  display: inline-block;
  margin-top: 14px;
  padding: 3px 8px;
  border: 1px solid var(--warn-orange);
  color: var(--warn-orange);
  font-family: var(--font-mono);
  font-size: .78rem;
  transform: skewX(-8deg);
}
.page-home .home-dual__hint{
  margin-top: 18px;
  padding: 12px 16px;
  border-left: 4px solid var(--warn-orange);
  background: rgba(11,61,46,.42);
  font-family: var(--font-mono);
  font-size: .85rem;
  line-height: 1.8;
  color: var(--light-green-text);
}
.page-home .home-tag-cloud{
  --tilt: 0deg;
  list-style: none;
  margin: 0;
  padding: 22px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  background: linear-gradient(90deg, rgba(11,61,46,.5), rgba(10,10,10,.55));
  border: 2px solid var(--border-green);
  border-left-width: 8px;
}
.page-home .home-tag-cloud .tag{
  --tilt: 0deg;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid var(--border-green);
  background: rgba(11,61,46,.62);
  color: var(--light-green-text);
  font-family: var(--font-mono);
  font-size: .82rem;
  text-decoration: none;
  transform: rotate(var(--tilt, 0deg));
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.page-home .home-tag-cloud li:nth-child(3n) .tag{ --tilt: -1.4deg; }
.page-home .home-tag-cloud li:nth-child(4n) .tag{ --tilt: 1.2deg; }
.page-home .home-tag-cloud li:nth-child(5n) .tag{ --tilt: -.7deg; }
.page-home .home-tag-cloud li:nth-child(even) .tag{
  border-color: rgba(255,107,0,.65);
}
.page-home .home-tag-cloud .tag:hover,
.page-home .home-tag-cloud .tag:focus-visible{
  transform: translateY(-4px) rotate(0deg);
  border-color: var(--neon-green);
  background: var(--deep-green);
  box-shadow: 6px 6px 0 rgba(57,255,20,.2);
}
.page-home .home-tag-cloud .tag-highlight{
  border-color: var(--neon-green);
  background: var(--deep-green);
  color: var(--neon-green);
}
.page-home .home-tag-cloud .tag-count{
  padding-left: 6px;
  border-left: 1px solid var(--border-green);
  color: var(--warn-orange);
  font-size: .72rem;
}
.page-home .home-tags__note{
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: .8rem;
  line-height: 1.7;
  color: var(--neutral-gray);
}
.page-home .home-updates__layout{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.page-home .home-updates__side img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid var(--border-green);
  box-shadow: 10px 10px 0 rgba(10,10,10,.5);
  filter: saturate(.85);
}
.page-home .home-updates__list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-home details.home-update-item{
  border: 1px solid var(--border-green);
  background: rgba(11,61,46,.42);
}
.page-home details.home-update-item[open]{
  border-left: 4px solid var(--neon-green);
}
.page-home .home-update-item__head{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0;
  padding: 14px 16px;
  font-family: var(--font-mono);
  cursor: pointer;
}
.page-home .home-update-item__head::-webkit-details-marker{
  display: none;
}
.page-home .home-update-item__head::before{
  content: "+";
  margin-left: auto;
  color: var(--neon-green);
  font-size: 1.2rem;
  font-weight: 700;
}
.page-home details[open] > .home-update-item__head::before{
  content: "–";
}
.page-home .date-badge{
  border: 1px solid var(--neon-green);
  background: rgba(10,10,10,.5);
  color: var(--neon-green);
  padding: 2px 8px;
  font-size: .72rem;
  letter-spacing: .06em;
}
.page-home .home-update-item__no{
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: .04em;
  color: var(--neon-green);
}
.page-home .home-update-item__tags{
  color: var(--neutral-gray);
  font-size: .78rem;
}
.page-home .home-update-item__body{
  padding: 12px 16px 16px;
  border-top: 1px dashed var(--border-green);
  font-family: var(--font-mono);
  font-size: .86rem;
  line-height: 1.8;
  color: var(--light-green-text);
}
.page-home .home-local__board{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 22px;
  background: linear-gradient(160deg, rgba(11,61,46,.86), rgba(10,10,10,.92));
  border: 2px solid var(--border-green);
  box-shadow: 12px 12px 0 rgba(10,10,10,.35);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}
.page-home .home-local__shield{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.page-home .home-local__svg{
  width: 120px;
  height: 120px;
}
.page-home .home-local__content h3{
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--light-green-text);
}
.page-home .home-local__content > p{
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: .87rem;
  line-height: 1.85;
  color: rgba(211,255,206,.82);
}
.page-home .home-local__list{
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-home .home-local__list li{
  position: relative;
  padding-left: 22px;
  font-family: var(--font-mono);
  font-size: .85rem;
  color: var(--light-green-text);
}
.page-home .home-local__list li::before{
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--neon-green);
}
.page-home .home-local__honor{
  margin: 0 0 18px;
  font-family: var(--font-mono);
  font-size: .8rem;
  color: var(--warn-orange);
}
.page-home .home-download__media{
  margin-bottom: 18px;
}
.page-home .home-download__media img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid var(--border-green);
  filter: saturate(.8);
}
.page-home .home-download__info{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.page-home .home-download__versions,
.page-home .home-download__screen{
  padding: 14px 16px;
  border-left: 4px solid var(--warn-orange);
  background: rgba(11,61,46,.35);
}
.page-home .home-download__versions h3,
.page-home .home-download__screen h3{
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--light-green-text);
}
.page-home .home-download__versions p,
.page-home .home-download__screen p{
  margin: 0;
  font-family: var(--font-mono);
  font-size: .86rem;
  line-height: 1.8;
  color: rgba(211,255,206,.82);
}
.page-home .home-download__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.page-home .btn{
  display: inline-block;
  padding: 10px 18px;
  border: 2px solid var(--border-green);
  color: var(--light-green-text);
  font-family: var(--font-mono);
  font-size: .86rem;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.page-home .btn-solid{
  border-color: var(--neon-green);
  background: var(--neon-green);
  color: var(--bg-black);
  font-weight: 700;
}
.page-home .btn-warn{
  border-color: var(--warn-orange);
  background: var(--warn-orange);
  color: var(--bg-black);
  font-weight: 700;
}
.page-home .btn:hover,
.page-home .btn:focus-visible{
  transform: translateY(-3px);
  box-shadow: 6px 6px 0 rgba(57,255,20,.18);
}
@media (min-width: 960px){
  .page-home .container{
    padding: 36px 32px 100px;
    background: rgba(10,10,10,.22);
  }
  .page-home .home-declare{
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 34px;
    align-items: center;
    border-left-width: 8px;
    padding-left: 28px;
    margin-bottom: 88px;
  }
  .page-home .home-declare__title{
    font-size: clamp(2rem, 4.4vw, 3.4rem);
  }
  .page-home .home-declare__figure{
    margin-right: -10px;
  }
  .page-home .home-declare__figure img{
    box-shadow: 16px 16px 0 rgba(10,10,10,.5);
  }
  .page-home .section{
    margin-bottom: 88px;
  }
  .page-home .home-dual__board{
    flex-direction: row;
  }
  .page-home .home-dual__card{
    flex: 1;
    padding: 28px 26px;
  }
  .page-home .home-updates__layout{
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
  }
  .page-home .home-updates__side{
    margin-top: 8px;
  }
  .page-home .home-local__board{
    flex-direction: row;
    align-items: center;
    gap: 36px;
    padding: 28px 32px;
  }
  .page-home .home-local__shield{
    flex: 0 0 150px;
  }
  .page-home .home-download__info{
    flex-direction: row;
    gap: 20px;
  }
  .page-home .home-download__versions,
  .page-home .home-download__screen{
    flex: 1;
  }
}
@media (prefers-reduced-motion: reduce){
  .page-home *,
  .page-home *::before,
  .page-home *::after{
    animation: none !important;
    transition: none !important;
  }
}
