/* wire-interactive-tools-hub-303f1h736 */

.wire-tools-hub-303f1h736{
  display:grid;
  gap:18px;
  width:100%;
  min-width:0;
  padding-bottom:34px;
}

.wire-tools-hero-303f1h736{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);
  gap:24px;
  overflow:hidden;
  padding:34px;
  border:1px solid rgba(78,127,165,.42);
  border-radius:24px;
  background:
    radial-gradient(circle at 86% 18%,rgba(56,168,232,.2),transparent 34%),
    radial-gradient(circle at 65% 100%,rgba(127,72,226,.16),transparent 38%),
    linear-gradient(145deg,#0c2131,#07131f 72%);
}

.wire-tools-hero-copy-303f1h736{
  position:relative;
  z-index:2;
}

.wire-tools-eyebrow-303f1h736,
.wire-tools-section-heading-303f1h736 > div > span,
.wire-tools-roadmap-303f1h736 > div > span{
  color:#69c3f5;
  font-size:12px;
  font-weight:900;
  letter-spacing:.13em;
}

.wire-tools-hero-303f1h736 h1{
  max-width:670px;
  margin:10px 0 12px;
  font-size:clamp(34px,5vw,62px);
  line-height:.99;
  letter-spacing:-.045em;
}

.wire-tools-hero-303f1h736 p{
  max-width:680px;
  margin:0;
  color:#a8bfce;
  font-size:16px;
  line-height:1.58;
}

.wire-tools-hero-actions-303f1h736{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.wire-tools-primary-303f1h736,
.wire-tools-secondary-303f1h736{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 17px;
  border-radius:12px;
  font-weight:850;
  text-decoration:none;
}

.wire-tools-primary-303f1h736{
  background:#3aa9e8;
  color:#03111b;
}

.wire-tools-secondary-303f1h736{
  border:1px solid rgba(130,172,200,.42);
  color:#d7e7f1;
  background:rgba(4,15,24,.42);
}

.wire-tools-hero-visual-303f1h736{
  position:relative;
  min-height:230px;
}

.wire-tools-mini-card-303f1h736{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(154,197,224,.32);
  border-radius:18px;
  background:rgba(5,18,29,.86);
  box-shadow:0 20px 50px rgba(0,0,0,.25);
  backdrop-filter:blur(10px);
}

.wire-tools-mini-card-303f1h736.tier{
  top:12px;
  right:10px;
  width:210px;
  height:76px;
  transform:rotate(4deg);
}

.wire-tools-mini-card-303f1h736.tier span{
  display:grid;
  place-items:center;
  width:48px;
  height:46px;
  border-radius:10px;
  background:rgba(137,91,239,.24);
  font-weight:950;
}

.wire-tools-mini-card-303f1h736.bracket{
  top:98px;
  left:6px;
  width:220px;
  height:92px;
  transform:rotate(-5deg);
}

.wire-tools-mini-card-303f1h736.bracket i{
  width:33px;
  height:54px;
  border-right:2px solid rgba(87,190,238,.7);
  border-top:2px solid rgba(87,190,238,.7);
  border-bottom:2px solid rgba(87,190,238,.7);
  border-radius:0 7px 7px 0;
}

.wire-tools-mini-card-303f1h736.ranking{
  right:2px;
  bottom:0;
  width:185px;
  height:70px;
  transform:rotate(3deg);
}

.wire-tools-mini-card-303f1h736.ranking b{
  display:grid;
  place-items:center;
  width:42px;
  border-radius:8px;
  background:rgba(255,190,69,.18);
}

.wire-tools-mini-card-303f1h736.ranking b:nth-child(1){height:48px}
.wire-tools-mini-card-303f1h736.ranking b:nth-child(2){height:38px}
.wire-tools-mini-card-303f1h736.ranking b:nth-child(3){height:30px}

.wire-tools-personal-303f1h736{
  display:grid;
  grid-template-columns:repeat(3,minmax(110px,.45fr)) minmax(260px,1.65fr);
  gap:12px;
}

.wire-tools-personal-303f1h736 article{
  display:grid;
  gap:6px;
  min-width:0;
  padding:18px;
  border:1px solid rgba(61,95,120,.42);
  border-radius:16px;
  background:#091824;
}

.wire-tools-personal-303f1h736 article > span{
  color:#91a9b8;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.wire-tools-personal-303f1h736 article > strong{
  font-size:28px;
}

.wire-tools-personal-copy-303f1h736 p{
  margin:0;
  color:#8fa7b7;
  line-height:1.45;
}

.wire-tools-section-303f1h736{
  display:grid;
  gap:15px;
  padding:22px;
  border:1px solid rgba(61,95,120,.36);
  border-radius:20px;
  background:#07141f;
}

.wire-tools-section-heading-303f1h736{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}

.wire-tools-section-heading-303f1h736 h2,
.wire-tools-roadmap-303f1h736 h2{
  margin:5px 0 0;
  font-size:25px;
  letter-spacing:-.025em;
}

.wire-tools-search-303f1h736{
  display:flex;
  align-items:center;
  gap:9px;
  width:min(100%,300px);
  min-height:42px;
  padding:0 13px;
  border:1px solid rgba(89,126,151,.42);
  border-radius:12px;
  background:#06111a;
}

.wire-tools-search-303f1h736 svg{
  width:17px;
  height:17px;
  color:#7995a8;
}

.wire-tools-search-303f1h736 input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#e8f2f7;
}

.wire-tools-featured-grid-303f1h736{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}

.wire-tool-featured-card-303f1h736{
  display:grid;
  align-content:start;
  min-width:0;
  padding:18px;
  border:1px solid rgba(84,124,151,.4);
  border-radius:17px;
  background:
    radial-gradient(circle at 100% 0,rgba(59,164,222,.11),transparent 32%),
    #091925;
}

.wire-tool-card-topline-303f1h736,
.wire-tool-library-copy-303f1h736 > div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.wire-tool-card-topline-303f1h736 span,
.wire-tool-library-copy-303f1h736 > div span{
  color:#8fa8b8;
  font-size:11px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.wire-tool-card-topline-303f1h736 em,
.wire-tool-library-copy-303f1h736 > div em{
  color:#79cef7;
  font-size:11px;
  font-style:normal;
  font-weight:800;
}

.wire-tool-icon-303f1h736{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  margin:22px 0 15px;
  border-radius:15px;
  background:rgba(54,157,216,.14);
  color:#70c9f5;
}

.wire-tool-icon-303f1h736 svg{
  width:26px;
  height:26px;
}

.wire-tool-featured-card-303f1h736 h3{
  margin:0 0 8px;
  font-size:21px;
}

.wire-tool-featured-card-303f1h736 p{
  margin:0;
  color:#93aaba;
  line-height:1.48;
}

.wire-tool-card-stats-303f1h736{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:17px 0;
  color:#7f98a8;
  font-size:12px;
}

.wire-tool-featured-card-303f1h736 > a,
.wire-tool-featured-card-303f1h736 > button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  margin-top:auto;
  border:0;
  border-radius:11px;
  background:#39a8e7;
  color:#03111a;
  font-weight:900;
  text-decoration:none;
}

.wire-tool-featured-card-303f1h736 > button:disabled{
  background:#102837;
  color:#78909f;
}

.wire-tools-library-grid-303f1h736{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.wire-tool-library-card-303f1h736{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
  min-width:0;
  padding:14px;
  border:1px solid rgba(66,99,124,.35);
  border-radius:14px;
  background:#091722;
}

.wire-tool-library-icon-303f1h736{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:12px;
  background:#0e2737;
  color:#65c3f2;
}

.wire-tool-library-icon-303f1h736 svg{
  width:22px;
  height:22px;
}

.wire-tool-library-copy-303f1h736{
  min-width:0;
}

.wire-tool-library-copy-303f1h736 h3{
  margin:5px 0 4px;
  font-size:16px;
}

.wire-tool-library-copy-303f1h736 p{
  margin:0;
  color:#849dab;
  font-size:13px;
  line-height:1.4;
}

.wire-tool-library-card-303f1h736 > a,
.wire-tool-locked-303f1h736{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:10px;
  color:#72c9f3;
  background:#0d2635;
}

.wire-tool-library-card-303f1h736 > a svg,
.wire-tool-locked-303f1h736 svg{
  width:18px;
  height:18px;
}

.wire-tool-locked-303f1h736{
  color:#708895;
}

.wire-tools-empty-303f1h736{
  margin:5px 0 0;
  color:#91a8b7;
}

.wire-tools-roadmap-303f1h736{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
  gap:22px;
  padding:24px;
  border:1px solid rgba(98,74,172,.42);
  border-radius:20px;
  background:
    radial-gradient(circle at 90% 0,rgba(121,78,220,.17),transparent 38%),
    #0b1522;
}

.wire-tools-roadmap-303f1h736 p{
  max-width:630px;
  margin:8px 0 0;
  color:#93a9b9;
  line-height:1.5;
}

.wire-tools-roadmap-303f1h736 ol{
  display:grid;
  gap:9px;
  margin:0;
  padding:0;
  list-style:none;
}

.wire-tools-roadmap-303f1h736 li{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:11px;
  padding:12px;
  border:1px solid rgba(108,90,180,.32);
  border-radius:12px;
  background:rgba(7,16,27,.6);
}

.wire-tools-roadmap-303f1h736 li strong{
  color:#a88af2;
}

.wire-tools-roadmap-303f1h736 li span{
  color:#c2d2dc;
}

@media(max-width:1100px){
  .wire-tools-featured-grid-303f1h736{
    grid-template-columns:1fr;
  }

  .wire-tools-personal-303f1h736{
    grid-template-columns:repeat(3,1fr);
  }

  .wire-tools-personal-copy-303f1h736{
    grid-column:1/-1;
  }
}

@media(max-width:760px){
  .wire-tools-hero-303f1h736{
    grid-template-columns:1fr;
    padding:24px 18px;
  }

  .wire-tools-hero-visual-303f1h736{
    min-height:190px;
  }

  .wire-tools-section-303f1h736{
    padding:16px;
  }

  .wire-tools-section-heading-303f1h736{
    align-items:stretch;
    flex-direction:column;
  }

  .wire-tools-search-303f1h736{
    width:100%;
  }

  .wire-tools-library-grid-303f1h736{
    grid-template-columns:1fr;
  }

  .wire-tools-roadmap-303f1h736{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .wire-tools-personal-303f1h736{
    grid-template-columns:repeat(3,1fr);
  }

  .wire-tools-personal-303f1h736 article{
    padding:13px 10px;
  }

  .wire-tools-personal-303f1h736 article > strong{
    font-size:23px;
  }

  .wire-tools-personal-303f1h736 article > span{
    font-size:10px;
  }

  .wire-tools-personal-copy-303f1h736{
    grid-column:1/-1;
    padding:16px !important;
  }

  .wire-tool-library-card-303f1h736{
    grid-template-columns:auto minmax(0,1fr);
  }

  .wire-tool-library-card-303f1h736 > a,
  .wire-tool-library-card-303f1h736 > .wire-tool-locked-303f1h736{
    grid-column:2;
    width:100%;
    height:34px;
  }
}