.wrl-page{
  position:relative;
}

.wrl-page [id]{
  scroll-margin-top:7rem;
}

.wrl-page .ui-icon-box svg{
  width:1.18rem;
  height:1.18rem;
  stroke:currentColor;
  fill:none;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.wrl-page h1,
.wrl-page h2,
.wrl-page .wrl-pile__title,
.wrl-page .wrl-count__title{
  text-wrap:balance;
}

.wrl-breadcrumbs{
  margin-bottom:var(--page-breadcrumb-bottom-space);
}

.wrl-breadcrumbs__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:var(--page-breadcrumb-list-gap);
  align-items:center;
  color:var(--fg-muted);
  font-size:.92rem;
}

.wrl-breadcrumbs__item{
  display:inline-flex;
  align-items:center;
  gap:var(--page-breadcrumb-list-gap);
}

.wrl-breadcrumbs__item + .wrl-breadcrumbs__item::before{
  content:"/";
  color:rgba(255,255,255,.24);
}

.wrl-breadcrumbs a{
  text-decoration:none;
  transition:color var(--transition-fast);
}

.wrl-breadcrumbs a:hover{
  color:#fff;
}

.wrl-hero{
  position:relative;
  padding-top:var(--page-breadcrumb-top-space);
  overflow:clip;
}

.wrl-hero::before{
  content:"";
  position:absolute;
  inset:-10% -20% auto auto;
  width:52rem;
  height:34rem;
  background:
    radial-gradient(38rem 24rem at 78% 18%, rgba(59,139,246,.12), transparent 68%),
    radial-gradient(30rem 20rem at 96% 62%, rgba(47,203,114,.09), transparent 70%);
  pointer-events:none;
  z-index:-1;
}

.wrl-hero::after{
  content:"";
  position:absolute;
  left:-14%;
  bottom:-30%;
  width:40rem;
  height:26rem;
  background:radial-gradient(26rem 18rem at 30% 70%, rgba(142,156,255,.07), transparent 70%);
  pointer-events:none;
  z-index:-1;
}

.wrl-hero__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.06fr) minmax(21rem, .94fr);
  gap:clamp(1.6rem, 3.6vw, 3.4rem);
  align-items:center;
}

.wrl-hero__copy{
  min-width:0;
  max-width:43rem;
}

.wrl-hero__title{
  max-width:18ch;
  margin:.85rem 0 0;
  font-size:var(--page-h1-size);
  line-height:1.12;
  letter-spacing:-.032em;
}

.wrl-hero__lead{
  max-width:38rem;
  margin-top:1.05rem;
}

.wrl-hero__actions{
  margin-top:1.35rem;
}

.wrl-hero__aside{
  min-width:0;
}

.wrl-bridge{
  display:grid;
  gap:10px;
}

.wrl-bridge__screens{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:26px;
}

.wrl-bridge__screens::before{
  content:"";
  position:absolute;
  top:50%;
  left:calc(50% - 20px);
  width:40px;
  height:2px;
  background:linear-gradient(90deg, var(--rh-muted2), var(--rh-green));
}

.wrl-bridge__screens::after{
  content:"→";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -58%);
  padding:2px 7px;
  border-radius:999px;
  background:var(--rh-panel);
  border:1px solid var(--rh-line2);
  color:var(--rh-green);
  font-size:13px;
}

.wrl-bridge__screen{
  display:grid;
  gap:7px;
  align-content:start;
  min-height:128px;
  padding:12px;
  border-radius:12px;
  border:1px solid var(--rh-line);
  background:var(--rh-surface2);
}

.wrl-bridge__screen--old{
  opacity:.72;
}

.wrl-bridge__screen--new{
  border-color:rgba(47,203,114,.4);
  background:linear-gradient(160deg, rgba(47,203,114,.07), rgba(255,255,255,.02));
}

.wrl-bridge__tag{
  width:fit-content;
  font-family:var(--rh-mono);
  font-size:9px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--rh-muted2);
  padding:3px 8px;
  border-radius:999px;
  border:1px solid var(--rh-line2);
  background:var(--rh-panel);
  margin-bottom:2px;
}

.wrl-bridge__tag--new{
  color:var(--rh-green);
  border-color:rgba(47,203,114,.4);
  background:rgba(47,203,114,.1);
}

.wrl-bridge__bar{
  display:block;
  height:7px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
}

.wrl-bridge__bar--askew{
  transform:rotate(-1.6deg) translateX(6px);
  background:rgba(255,107,107,.28);
}

.wrl-bridge__screen--new .wrl-bridge__bar{
  background:rgba(255,255,255,.18);
}

.wrl-bridge__headline{
  display:block;
  width:86%;
  height:12px;
  border-radius:5px;
  background:linear-gradient(90deg, var(--rh-blue), var(--rh-blue2));
}

.wrl-bridge__cta{
  display:block;
  width:44%;
  height:15px;
  border-radius:999px;
  background:rgba(59,139,246,.5);
  margin-top:2px;
}

.wrl-bridge__checks{
  display:flex;
  flex-wrap:wrap;
  gap:6px 14px;
  padding:9px 12px;
  border-radius:12px;
  border:1px dashed var(--rh-line2);
  background:var(--rh-surface);
}

.wrl-bridge__checks span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:11.5px;
  color:var(--rh-muted);
}

.wrl-bridge__checks b{
  color:var(--rh-green);
  font-weight:700;
}

.wrl-piles{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1rem;
  align-items:stretch;
}

.wrl-pile{
  display:flex;
  flex-direction:column;
  gap:13px;
  padding:clamp(1.2rem, 2.4vw, 1.6rem);
  border-radius:var(--rh-r);
  border:1px solid var(--rh-line);
  background:var(--rh-surface);
  position:relative;
  overflow:hidden;
}

.wrl-pile::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
}

.wrl-pile--keep::before{
  background:linear-gradient(90deg, var(--rh-green), #57dd92);
}

.wrl-pile--sort::before{
  background:linear-gradient(90deg, var(--rh-blue), #8E9CFF);
}

.wrl-pile--out::before{
  background:linear-gradient(90deg, rgba(255,107,107,.75), rgba(255,107,107,.3));
}

.wrl-pile__head{
  display:flex;
  align-items:center;
  gap:12px;
}

.wrl-pile__head .ui-icon-box{
  flex:0 0 auto;
}

.wrl-pile--keep .ui-icon-box{ color:var(--rh-green); }
.wrl-pile--sort .ui-icon-box{ color:var(--rh-blue2); }
.wrl-pile--out .ui-icon-box{ color:var(--rh-red); }

.wrl-pile__label{
  display:block;
  font-family:var(--rh-mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--rh-muted2);
}

.wrl-pile__title{
  margin:1px 0 0;
  font-family:var(--rh-display);
  font-weight:600;
  font-size:19px;
  color:var(--rh-text);
}

.wrl-pile__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}

.wrl-pile__list li{
  position:relative;
  padding:10px 13px;
  border-radius:12px;
  border:1px solid var(--rh-line);
  background:var(--rh-surface2);
  font-size:13.6px;
  line-height:1.5;
  color:var(--rh-muted);
}

.wrl-pile--out .wrl-pile__list li{
  opacity:.75;
}

.wrl-count{
  max-width:46rem;
  margin:0 auto;
  display:grid;
  gap:0;
  position:relative;
}

.wrl-count::before{
  content:"";
  position:absolute;
  top:12px;
  bottom:12px;
  left:31px;
  width:2px;
  background:linear-gradient(180deg, var(--rh-line2), var(--rh-blue) 55%, var(--rh-green));
  opacity:.5;
}

.wrl-count__row{
  position:relative;
  display:grid;
  grid-template-columns:62px minmax(0, 1fr);
  gap:16px;
  padding:10px 0;
}

.wrl-count__t{
  position:relative;
  z-index:1;
  align-self:start;
  display:grid;
  place-items:center;
  width:62px;
  height:34px;
  border-radius:999px;
  font-family:var(--rh-mono);
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.05em;
  color:var(--rh-muted);
  background:var(--rh-panel);
  border:1px solid var(--rh-line2);
  box-shadow:0 0 0 5px var(--rh-bg);
}

.wrl-count__row--launch .wrl-count__t{
  color:#fff;
  background:linear-gradient(120deg, var(--rh-green), #26a75c);
  border-color:rgba(47,203,114,.6);
}

.wrl-count__body{
  border-radius:var(--rh-r);
  border:1px solid var(--rh-line);
  background:var(--rh-surface);
  padding:14px 17px;
}

.wrl-count__row--launch .wrl-count__body{
  border-color:rgba(47,203,114,.35);
}

.wrl-count__title{
  margin:0;
  font-family:var(--rh-display);
  font-weight:600;
  font-size:16px;
  color:var(--rh-text);
}

.wrl-count__body p{
  margin:5px 0 0;
  font-size:14px;
  line-height:1.55;
  color:var(--rh-muted);
}

.wrl-angle{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem;
  align-items:stretch;
}

.wrl-angle__panel{
  display:flex;
  flex-direction:column;
  gap:11px;
  padding:clamp(1.2rem, 2.4vw, 1.6rem);
  border-radius:var(--rh-r);
  border:1px solid var(--rh-line);
  background:var(--rh-surface);
}

.wrl-angle__panel--here{
  border-color:rgba(59,139,246,.4);
}

.wrl-angle__tag{
  width:fit-content;
  font-family:var(--rh-mono);
  font-size:9.5px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--rh-blue2);
  padding:3px 9px;
  border-radius:999px;
  border:1px solid rgba(59,139,246,.35);
  background:rgba(59,139,246,.09);
}

.wrl-angle__tag--alt{
  color:var(--rh-green);
  border-color:rgba(47,203,114,.35);
  background:rgba(47,203,114,.09);
}

.wrl-angle__head{
  display:flex;
  align-items:center;
  gap:10px;
}

.wrl-angle__head .ui-icon-box{
  flex:0 0 auto;
  color:var(--rh-blue2);
}

.wrl-angle__panel:not(.wrl-angle__panel--here) .wrl-angle__head .ui-icon-box{
  color:var(--rh-green);
}

.wrl-angle__head b{
  font-family:var(--rh-display);
  font-weight:600;
  font-size:17px;
  color:var(--rh-text);
}

.wrl-angle__panel p{
  margin:0;
  font-size:14.2px;
  line-height:1.55;
  color:var(--rh-muted);
  flex:1 1 auto;
}

.wrl-angle__panel .ui-text-link{
  width:fit-content;
  font-size:.92rem;
}

@media (max-width: 1000px){
  .wrl-hero__grid{
    grid-template-columns:minmax(0, 1fr);
  }

  .wrl-hero__copy{
    max-width:none;
  }

  .wrl-hero__aside .rh-vis{
    max-width:34rem;
  }

  .wrl-piles{
    grid-template-columns:minmax(0, 1fr);
  }
}

@media (max-width: 900px){
  .wrl-angle{
    grid-template-columns:minmax(0, 1fr);
  }
}

@media (max-width: 460px){
  .wrl-bridge__screens{
    grid-template-columns:minmax(0, 1fr);
    gap:30px;
  }

  .wrl-bridge__screens::before{
    top:calc(50% - 20px);
    left:50%;
    width:2px;
    height:40px;
    transform:translateX(-50%);
    background:linear-gradient(180deg, var(--rh-muted2), var(--rh-green));
  }

  .wrl-bridge__screens::after{
    transform:translate(-50%, -50%) rotate(90deg);
  }
}
