.wos-tower {
  --wos-ink: #eff9f6;
  --wos-copy: #a8bdb7;
  --wos-mint: #53efbd;
  --wos-cyan: #5ad9ff;
  --wos-amber: #ffc463;
  --wos-coral: #ff8078;
  --wos-panel: #0a1715;
  --wos-line: rgba(151, 220, 199, 0.2);
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 9rem) 0;
  border-block: 1px solid rgba(151, 220, 199, 0.13);
  background:
    linear-gradient(rgba(84, 239, 189, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 239, 189, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 9% 16%, rgba(90, 217, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 90% 62%, rgba(255, 196, 99, 0.1), transparent 30rem),
    #040b0a;
  background-size: 36px 36px, 36px 36px, auto, auto, auto;
  color: var(--wos-ink);
}

.wos-tower__shell {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.wos-tower h2,
.wos-tower h3,
.wos-tower p,
.wos-tower dl,
.wos-tower dd {
  margin-top: 0;
}

.wos-tower__intro,
.wos-tower__sources,
.wos-tower__lot {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: clamp(2rem, 6vw, 6.5rem);
  align-items: end;
}

.wos-tower__intro {
  margin-bottom: clamp(2.5rem, 5vw, 4.75rem);
}

.wos-tower__kicker {
  margin-bottom: 1.1rem;
  color: var(--wos-mint);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wos-tower__intro h2,
.wos-tower__sources h2,
.wos-tower__lot h2,
.wos-tower__gates > header h2 {
  margin-bottom: 0;
  color: var(--wos-ink);
  font-size: clamp(2.15rem, 4.7vw, 4.65rem);
  line-height: 0.99;
  letter-spacing: -0.052em;
}

.wos-tower__intro > p,
.wos-tower__sources > div:first-child > p:last-child,
.wos-tower__lot > div > p:last-child {
  margin-bottom: 0;
  color: var(--wos-copy);
  font-size: 1.02rem;
  line-height: 1.75;
}

.wos-tower__console {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1.48fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(134, 228, 199, 0.24);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(15, 32, 28, 0.96), rgba(4, 11, 10, 0.98));
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.04);
}

.wos-tower__order {
  min-width: 0;
  padding: clamp(1.35rem, 2.7vw, 2rem);
  border-radius: 20px;
  background: #eaf5ef;
  color: #14221e;
}

.wos-tower__order-head {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  padding-bottom: 1.3rem;
  border-bottom: 1px dashed rgba(20, 34, 30, 0.25);
}

.wos-tower__order-mark {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50% 50% 50% 8px;
  background: #107a63;
  color: #fff;
  font-weight: 900;
}

.wos-tower__order-head small,
.wos-tower__order-head strong,
.wos-tower__promise small,
.wos-tower__promise strong,
.wos-tower__allocation-head small,
.wos-tower__allocation-head strong,
.wos-tower__verdict small,
.wos-tower__verdict strong {
  display: block;
}

.wos-tower__order-head small,
.wos-tower__promise small,
.wos-tower__allocation-head small,
.wos-tower__verdict small {
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wos-tower__order-head small,
.wos-tower__promise small {
  color: #62736d;
}

.wos-tower__order-head strong {
  margin-top: 0.18rem;
  line-height: 1.3;
}

.wos-tower__order dl {
  padding: 1rem 0;
  border-bottom: 1px dashed rgba(20, 34, 30, 0.25);
}

.wos-tower__order dl div {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 0.8rem;
  padding: 0.4rem 0;
}

.wos-tower__order dt,
.wos-tower__order dd {
  font-size: 0.76rem;
}

.wos-tower__order dt {
  color: #64766f;
}

.wos-tower__order dd {
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 760;
  text-align: right;
}

.wos-tower__promise {
  padding-top: 1.15rem;
}

.wos-tower__promise strong {
  margin: 0.35rem 0 0.3rem;
  color: #a5483f;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
}

.wos-tower__promise span {
  color: #52635d;
  font-size: 0.78rem;
}

.wos-tower__allocation {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--wos-line);
  border-radius: 20px;
  background: rgba(3, 10, 9, 0.62);
}

.wos-tower__allocation-head,
.wos-tower__verdict {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 1.4rem;
}

.wos-tower__allocation-head {
  border-bottom: 1px solid var(--wos-line);
  background: linear-gradient(90deg, rgba(255, 128, 120, 0.13), transparent 64%);
}

.wos-tower__allocation-head small,
.wos-tower__verdict small {
  color: #78938b;
}

.wos-tower__allocation-head strong {
  margin-top: 0.24rem;
  color: #ff9b94;
  letter-spacing: 0.07em;
}

.wos-tower__allocation-head > span {
  padding: 0.52rem 0.72rem;
  border: 1px solid rgba(255, 128, 120, 0.32);
  border-radius: 999px;
  color: #ffaaa4;
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

.wos-tower__warehouses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1rem;
}

.wos-tower__warehouse {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid var(--wos-line);
  border-radius: 15px;
  background: rgba(14, 29, 25, 0.72);
}

.wos-tower__warehouse--stale {
  border-color: rgba(255, 196, 99, 0.4);
  background: linear-gradient(145deg, rgba(255, 196, 99, 0.09), rgba(14, 29, 25, 0.74));
}

.wos-tower__warehouse header {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  align-items: center;
}

.wos-tower__warehouse header span {
  color: var(--wos-cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 800;
}

.wos-tower__warehouse header small {
  color: #769088;
  font-size: 0.65rem;
  text-align: right;
}

.wos-tower__warehouse h3 {
  margin: 0.9rem 0 1rem;
  color: var(--wos-ink);
  font-size: 1.15rem;
}

.wos-tower__equation {
  display: flex;
  gap: clamp(0.35rem, 1vw, 0.65rem);
  align-items: center;
  padding: 0.9rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
}

.wos-tower__equation span {
  min-width: 0;
  text-align: center;
}

.wos-tower__equation b,
.wos-tower__equation small {
  display: block;
}

.wos-tower__equation b {
  color: #fff;
  font-size: 1.15rem;
}

.wos-tower__equation small {
  color: #789088;
  font-size: 0.58rem;
}

.wos-tower__equation i {
  color: #647970;
  font-style: normal;
}

.wos-tower__equation .wos-tower__atp b {
  color: var(--wos-mint);
}

.wos-tower__warehouse > p {
  margin: 0.9rem 0 0;
  color: #94aaa3;
  font-size: 0.78rem;
  line-height: 1.55;
}

.wos-tower__verdict {
  border-top: 1px solid var(--wos-line);
  background: rgba(83, 239, 189, 0.045);
}

.wos-tower__verdict strong {
  margin-top: 0.25rem;
  color: var(--wos-mint);
}

.wos-tower__verdict code {
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(90, 217, 255, 0.25);
  border-radius: 8px;
  color: var(--wos-cyan);
  background: rgba(90, 217, 255, 0.06);
  white-space: nowrap;
}

.wos-tower__rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 1.25rem 0 0;
  overflow: hidden;
  border: 1px solid var(--wos-line);
  border-radius: 18px;
  background: rgba(7, 18, 16, 0.88);
}

.wos-tower__rail article {
  position: relative;
  min-width: 0;
  padding: 1rem;
  border-right: 1px solid var(--wos-line);
}

.wos-tower__rail article:last-child {
  border-right: 0;
}

.wos-tower__rail span,
.wos-tower__rail small,
.wos-tower__rail strong,
.wos-tower__rail em {
  display: block;
}

.wos-tower__rail span {
  color: #627c73;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
}

.wos-tower__rail small {
  margin-top: 1.1rem;
  color: #789088;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wos-tower__rail strong {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  line-height: 1.4;
}

.wos-tower__rail em {
  margin-top: 0.7rem;
  color: #6f8980;
  font-size: 0.66rem;
  font-style: normal;
}

.wos-tower__rail .is-done::before,
.wos-tower__rail .is-warning::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--wos-mint);
  content: '';
}

.wos-tower__rail .is-warning::before {
  background: var(--wos-amber);
}

.wos-tower__rail .is-warning strong,
.wos-tower__rail .is-warning em {
  color: var(--wos-amber);
}

.wos-tower__gates {
  display: grid;
  grid-template-columns: minmax(260px, 0.67fr) minmax(0, 1.33fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  margin-top: clamp(5rem, 9vw, 8rem);
}

.wos-tower__gates > header h2 {
  font-size: clamp(2rem, 3.8vw, 3.6rem);
}

.wos-tower__gates ol {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--wos-line);
  border-radius: 20px;
  list-style: none;
}

.wos-tower__gates li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--wos-line);
  background: rgba(8, 20, 17, 0.78);
}

.wos-tower__gates li:last-child {
  border-bottom: 0;
}

.wos-tower__gates li > span {
  color: #69857c;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
}

.wos-tower__gates strong,
.wos-tower__gates p {
  display: block;
}

.wos-tower__gates strong {
  color: var(--wos-ink);
  font-size: 0.88rem;
}

.wos-tower__gates p {
  margin: 0.2rem 0 0;
  color: #8ca39b;
  font-size: 0.75rem;
  line-height: 1.45;
}

.wos-tower__gates em {
  color: var(--wos-mint);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.wos-tower__gates .is-blocked {
  background: linear-gradient(90deg, rgba(255, 128, 120, 0.11), rgba(8, 20, 17, 0.78));
}

.wos-tower__gates .is-blocked em {
  color: var(--wos-coral);
}

.wos-tower__exceptions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(4rem, 7vw, 6.5rem);
}

.wos-tower__exceptions article {
  min-width: 0;
  padding: clamp(1.35rem, 2.5vw, 1.8rem);
  border: 1px solid var(--wos-line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(13, 30, 26, 0.9), rgba(5, 13, 11, 0.92));
}

.wos-tower__exceptions span {
  color: var(--wos-amber);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wos-tower__exceptions h3 {
  margin: 1rem 0 0.7rem;
  color: var(--wos-ink);
  font-size: 1.05rem;
}

.wos-tower__exceptions p {
  margin-bottom: 0;
  color: var(--wos-copy);
  font-size: 0.84rem;
  line-height: 1.6;
}

.wos-tower__sources,
.wos-tower__lot {
  margin-top: clamp(5rem, 9vw, 8.5rem);
  align-items: start;
}

.wos-tower__sources h2,
.wos-tower__lot h2 {
  font-size: clamp(2rem, 4vw, 3.75rem);
}

.wos-tower__sources > div:first-child > p:last-child,
.wos-tower__lot > div > p:last-child {
  margin-top: 1.2rem;
}

.wos-tower__source-grid {
  display: grid;
  gap: 0.65rem;
}

.wos-tower__source-grid a,
.wos-tower__boundaries a {
  text-decoration: none;
}

.wos-tower__source-grid a {
  display: block;
  padding: 1rem 1.1rem;
  border: 1px solid var(--wos-line);
  border-radius: 12px;
  background: rgba(10, 24, 20, 0.78);
  transition: border-color 180ms ease, transform 180ms ease;
}

.wos-tower__source-grid a:hover {
  transform: translateX(4px);
  border-color: rgba(83, 239, 189, 0.52);
}

.wos-tower__source-grid span,
.wos-tower__source-grid strong {
  display: block;
}

.wos-tower__source-grid span {
  color: var(--wos-cyan);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wos-tower__source-grid strong {
  margin-top: 0.35rem;
  color: #dceae5;
  font-size: 0.82rem;
  line-height: 1.45;
}

.wos-tower__lot {
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border: 1px solid rgba(83, 239, 189, 0.25);
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(83, 239, 189, 0.1), rgba(90, 217, 255, 0.05));
}

.wos-tower__cta {
  display: inline-flex;
  min-height: 48px;
  justify-content: center;
  gap: 0.7rem;
  align-items: center;
  padding: 0.9rem 1.2rem;
  border: 0;
  border-radius: 10px;
  background: var(--wos-mint);
  color: #03110d;
  font-weight: 850;
  text-decoration: none;
}

.wos-tower__boundaries {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.wos-tower__boundaries a {
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--wos-line);
  border-radius: 13px;
  background: rgba(6, 16, 14, 0.82);
}

.wos-tower__boundaries span,
.wos-tower__boundaries strong {
  display: block;
}

.wos-tower__boundaries span {
  color: var(--wos-mint);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wos-tower__boundaries strong {
  margin-top: 0.45rem;
  color: #c9dad4;
  font-size: 0.76rem;
  line-height: 1.42;
}

@media (max-width: 991.98px) {
  .wos-tower__console,
  .wos-tower__gates,
  .wos-tower__sources,
  .wos-tower__lot {
    grid-template-columns: 1fr;
  }

  .wos-tower__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wos-tower__rail article:nth-child(3) {
    border-right: 0;
  }

  .wos-tower__rail article:nth-child(-n+3) {
    border-bottom: 1px solid var(--wos-line);
  }

  .wos-tower__boundaries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .wos-tower {
    padding: 4.5rem 0;
  }

  .wos-tower__shell {
    width: min(100% - 30px, 1220px);
  }

  .wos-tower__intro,
  .wos-tower__warehouses,
  .wos-tower__exceptions {
    grid-template-columns: 1fr;
  }

  .wos-tower__intro {
    gap: 1.35rem;
  }

  .wos-tower__intro h2 {
    font-size: clamp(2rem, 11.5vw, 3.2rem);
  }

  .wos-tower__console {
    padding: 0.65rem;
    border-radius: 21px;
  }

  .wos-tower__allocation-head,
  .wos-tower__verdict {
    align-items: flex-start;
    flex-direction: column;
  }

  .wos-tower__warehouse header {
    align-items: flex-start;
  }

  .wos-tower__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wos-tower__rail article,
  .wos-tower__rail article:nth-child(3) {
    border-right: 1px solid var(--wos-line);
    border-bottom: 1px solid var(--wos-line);
  }

  .wos-tower__rail article:nth-child(even) {
    border-right: 0;
  }

  .wos-tower__rail article:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .wos-tower__boundaries {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 399.98px) {
  .wos-tower__shell {
    width: min(100% - 20px, 1220px);
  }

  .wos-tower__equation {
    gap: 0.28rem;
    padding-inline: 0.65rem;
  }

  .wos-tower__gates li {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .wos-tower__gates li > em {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wos-tower__source-grid a {
    transition: none;
  }
}
