/* wire-visual-tier-list-builder-303f1h738 */

.wire-tool-tier-main-303f1h738{min-width:0}

.wire-tier-builder-303f1h738{
  display:grid;
  gap:12px;
  min-width:0;
}

.wire-tier-toolbar-303f1h738{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px;
  border:1px solid rgba(67,103,129,.36);
  border-radius:14px;
  background:#081722;
}

.wire-tier-toolbar-303f1h738 > div{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.wire-tier-toolbar-303f1h738 button,
.wire-tier-add-actions-303f1h738 button,
.wire-tier-add-actions-303f1h738 label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:38px;
  padding:0 11px;
  border:1px solid rgba(76,114,140,.38);
  border-radius:9px;
  background:#0d2939;
  color:#d0e2eb;
  font-weight:850;
  cursor:pointer;
}

.wire-tier-toolbar-303f1h738 button svg,
.wire-tier-add-actions-303f1h738 svg{
  width:16px;
  height:16px;
}

.wire-tier-toolbar-303f1h738 button.danger{
  color:#ff9da5;
}

.wire-tier-toolbar-303f1h738 button:disabled{
  opacity:.35;
  cursor:not-allowed;
}

.wire-tier-board-303f1h738{
  display:grid;
  gap:3px;
  overflow:hidden;
  border:1px solid rgba(76,112,137,.4);
  border-radius:15px;
  background:#06111a;
}

.wire-tier-row-303f1h738{
  display:grid;
  grid-template-columns:130px minmax(0,1fr);
  min-height:132px;
  background:#091824;
}

.wire-tier-label-303f1h738{
  display:grid;
  grid-template-columns:1fr auto;
  align-content:center;
  gap:7px;
  padding:12px;
  background:var(--tier-color);
  color:#07131d;
}

.wire-tier-label-303f1h738 input[type="text"]{
  grid-column:1/-1;
  width:100%;
  box-sizing:border-box;
  border:0;
  border-bottom:2px solid rgba(0,0,0,.25);
  background:transparent;
  color:#07131d;
  font-size:28px;
  font-weight:950;
  text-align:center;
}

.wire-tier-label-303f1h738 input[type="color"]{
  width:32px;
  height:31px;
  padding:0;
  border:1px solid rgba(0,0,0,.22);
  border-radius:7px;
  background:transparent;
}

.wire-tier-label-303f1h738 button{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  padding:0;
  border:0;
  border-radius:7px;
  background:rgba(0,0,0,.14);
  color:#07131d;
  font-weight:950;
}

.wire-tier-label-303f1h738 button svg{
  width:15px;
  height:15px;
}

.wire-tier-dropzone-303f1h738,
.wire-tier-unranked-tray-303f1h738{
  display:flex;
  align-content:flex-start;
  flex-wrap:wrap;
  gap:7px;
  min-height:116px;
  padding:8px;
  transition:background .16s ease;
}

.wire-tier-dropzone-303f1h738.drag-over,
.wire-tier-touch-target-303f1h738{
  background:rgba(55,167,228,.16) !important;
}

.wire-tier-item-303f1h738{
  position:relative;
  display:grid;
  place-items:center;
  width:100px;
  height:100px;
  overflow:hidden;
  border:1px solid rgba(91,128,152,.45);
  border-radius:10px;
  background:#102a3a;
  color:#eef6fa;
  cursor:grab;
  user-select:none;
  touch-action:none;
}

.wire-tier-item-303f1h738.dragging{
  opacity:.28;
}

.wire-tier-item-303f1h738 img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.wire-tier-item-303f1h738 > span{
  padding:9px;
  font-size:14px;
  font-weight:850;
  line-height:1.2;
  text-align:center;
  overflow-wrap:anywhere;
}

.wire-tier-item-303f1h738 button{
  position:absolute;
  top:3px;
  right:3px;
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(3,10,15,.8);
  color:#fff;
  font-size:16px;
  line-height:1;
  opacity:0;
}

.wire-tier-item-303f1h738:hover button,
.wire-tier-item-303f1h738:focus-within button{
  opacity:1;
}

.wire-tier-unranked-303f1h738{
  overflow:hidden;
  border:1px solid rgba(69,104,129,.38);
  border-radius:15px;
  background:#081722;
}

.wire-tier-unranked-303f1h738 > header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px;
  border-bottom:1px solid rgba(70,104,128,.3);
}

.wire-tier-unranked-303f1h738 > header span{
  color:#68c5f2;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
}

.wire-tier-unranked-303f1h738 h2{
  margin:4px 0 0;
  font-size:18px;
}

.wire-tier-add-actions-303f1h738{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.wire-tier-unranked-tray-303f1h738{
  min-height:130px;
}

.wire-tier-preview-modal-303f1h738{
  position:fixed;
  z-index:99999;
  inset:0;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(0,0,0,.72);
}

.wire-tier-preview-modal-303f1h738[hidden]{display:none}

.wire-tier-preview-modal-303f1h738 > div{
  width:min(1100px,100%);
  max-height:90vh;
  overflow:auto;
  border:1px solid rgba(89,130,157,.55);
  border-radius:18px;
  background:#07141e;
}

.wire-tier-preview-modal-303f1h738 > div > header{
  position:sticky;
  top:0;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 16px;
  background:#091824;
}

.wire-tier-preview-modal-303f1h738 h2{margin:0}

.wire-tier-preview-modal-303f1h738 header button{
  width:34px;
  height:34px;
  border:0;
  border-radius:9px;
  background:#15384c;
  color:#fff;
  font-size:20px;
}

.wire-tier-preview-modal-303f1h738 [data-tier-preview-content]{
  padding:18px;
}

.wire-tier-export-surface-303f1h738{
  display:grid;
  gap:4px;
}

.wire-tier-export-surface-303f1h738 > h2{
  margin:0 0 12px;
  font-size:30px;
}

.wire-tier-export-row-303f1h738{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  min-height:120px;
}

.wire-tier-export-row-303f1h738 > strong{
  display:grid;
  place-items:center;
  color:#07131d;
  font-size:30px;
}

.wire-tier-export-row-303f1h738 > div{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding:8px;
  background:#0b2230;
}

.wire-tier-export-row-303f1h738 figure,
.wire-tier-export-row-303f1h738 span{
  display:grid;
  place-items:center;
  width:94px;
  min-height:94px;
  margin:0;
  border-radius:8px;
  background:#123248;
  text-align:center;
}

.wire-tier-export-row-303f1h738 img{
  width:94px;
  height:72px;
  object-fit:cover;
}

.wire-tier-export-row-303f1h738 figcaption{
  padding:4px;
  font-size:11px;
}

.wire-tier-touch-clone-303f1h738{
  position:fixed !important;
  z-index:999999 !important;
  pointer-events:none !important;
  opacity:.9 !important;
  transform:scale(1.06);
  box-shadow:0 20px 50px rgba(0,0,0,.45);
}

.wire-tier-public-board-303f1h738{
  display:grid;
  gap:4px;
  overflow:hidden;
  border:1px solid rgba(74,111,137,.4);
  border-radius:17px;
  background:#06111a;
}

.wire-tier-public-board-303f1h738 article{
  display:grid;
  grid-template-columns:130px minmax(0,1fr);
  min-height:132px;
}

.wire-tier-public-label-303f1h738{
  display:grid;
  place-items:center;
  padding:10px;
  background:var(--tier-color);
  color:#07131d;
  font-size:32px;
  font-weight:950;
  text-align:center;
  overflow-wrap:anywhere;
}

.wire-tier-public-items-303f1h738,
.wire-tier-public-unranked-303f1h738 > div{
  display:flex;
  align-content:flex-start;
  flex-wrap:wrap;
  gap:7px;
  padding:9px;
  background:#0a1d29;
}

.wire-tier-public-item-303f1h738{
  display:grid;
  place-items:center;
  width:104px;
  min-height:104px;
  overflow:hidden;
  border:1px solid rgba(87,125,150,.4);
  border-radius:10px;
  background:#123247;
  text-align:center;
}

.wire-tier-public-item-303f1h738 img{
  width:104px;
  height:82px;
  object-fit:cover;
}

.wire-tier-public-item-303f1h738 span{
  width:100%;
  padding:4px;
  box-sizing:border-box;
  font-size:11px;
}

.wire-tier-public-item-303f1h738 strong{
  padding:9px;
  overflow-wrap:anywhere;
}

.wire-tier-public-empty-303f1h738{
  align-self:center;
  color:#718c9d;
}

.wire-tier-public-unranked-303f1h738{
  margin-top:14px;
  padding:15px;
  border:1px solid rgba(70,105,130,.38);
  border-radius:15px;
  background:#081722;
}

.wire-tier-public-unranked-303f1h738 h3{
  margin:0 0 10px;
}

@media(max-width:700px){
  .wire-tier-toolbar-303f1h738,
  .wire-tier-unranked-303f1h738 > header{
    align-items:stretch;
    flex-direction:column;
  }

  .wire-tier-toolbar-303f1h738 > div,
  .wire-tier-add-actions-303f1h738{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .wire-tier-toolbar-303f1h738 button,
  .wire-tier-add-actions-303f1h738 button,
  .wire-tier-add-actions-303f1h738 label{
    width:100%;
    box-sizing:border-box;
  }

  .wire-tier-row-303f1h738,
  .wire-tier-public-board-303f1h738 article{
    grid-template-columns:86px minmax(0,1fr);
  }

  .wire-tier-label-303f1h738{
    padding:8px 5px;
  }

  .wire-tier-label-303f1h738 input[type="text"]{
    font-size:20px;
  }

  .wire-tier-item-303f1h738{
    width:76px;
    height:76px;
  }

  .wire-tier-item-303f1h738 > span{
    font-size:12px;
  }

  .wire-tier-public-label-303f1h738{
    font-size:23px;
  }

  .wire-tier-public-item-303f1h738{
    width:78px;
    min-height:78px;
  }

  .wire-tier-public-item-303f1h738 img{
    width:78px;
    height:62px;
  }
}

/* wire-tier-scroll-branded-export-303f1h738m */
@media (min-width:800px){
  html:has([data-wire-tier-builder-303f1h738]),
  body:has([data-wire-tier-builder-303f1h738]){
    height:100%;
    overflow:hidden!important;
  }

  body:has([data-wire-tier-builder-303f1h738]) .wire-app{
    height:100vh!important;
    min-height:0!important;
    overflow:hidden!important;
    align-items:stretch!important;
  }

  body:has([data-wire-tier-builder-303f1h738])
  .wire-app > .left-rail,
  body:has([data-wire-tier-builder-303f1h738])
  .wire-app > .wire-main-sidebar-303f1h213{
    position:sticky!important;
    top:0!important;
    height:100vh!important;
    max-height:100vh!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    scrollbar-width:thin;
  }

  body:has([data-wire-tier-builder-303f1h738])
  .wire-app > .content-column{
    height:100vh!important;
    max-height:100vh!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    scroll-behavior:smooth;
    scrollbar-gutter:stable;
  }

  body:has([data-wire-tier-builder-303f1h738])
  .wire-tool-editor-303f1h737{
    min-height:max-content!important;
  }
}

@media (max-width:799px){
  html:has([data-wire-tier-builder-303f1h738]),
  body:has([data-wire-tier-builder-303f1h738]){
    height:auto;
    overflow:auto!important;
  }
}

/* wire-tier-asset-library-303f1h738q */
.wire-tier-library-303f1h738q{
  width:min(1120px,calc(100vw - 28px));
  max-height:min(88vh,920px);
  padding:0;
  border:1px solid #31516a;
  border-radius:20px;
  background:#07131d;
  color:#edf6fb;
  box-shadow:0 28px 90px rgba(0,0,0,.58);
}
.wire-tier-library-303f1h738q::backdrop{
  background:rgba(1,6,10,.76);
  backdrop-filter:blur(8px);
}
.wire-tier-library-shell-303f1h738q{
  display:grid;
  grid-template-rows:auto auto auto minmax(0,1fr) auto;
  max-height:min(88vh,920px);
}
.wire-tier-library-shell-303f1h738q>header,
.wire-tier-library-shell-303f1h738q>footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  border-bottom:1px solid #213849;
}
.wire-tier-library-shell-303f1h738q>footer{
  border-top:1px solid #213849;
  border-bottom:0;
  justify-content:flex-end;
}
.wire-tier-library-shell-303f1h738q>header span{
  color:#62bce9;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.wire-tier-library-shell-303f1h738q>header h2{
  margin:4px 0 0;
  font-size:22px;
}
.wire-tier-library-shell-303f1h738q>header>button{
  width:42px;
  height:42px;
  border:1px solid #30495c;
  border-radius:50%;
  background:#102230;
  color:#fff;
  font-size:24px;
}
.wire-tier-library-controls-303f1h738q{
  display:grid;
  grid-template-columns:minmax(260px,1fr) 190px 230px;
  gap:10px;
  padding:15px 20px;
}
.wire-tier-library-controls-303f1h738q input,
.wire-tier-library-controls-303f1h738q select{
  min-height:44px;
  border:1px solid #2c465a;
  border-radius:11px;
  background:#0b1b27;
  color:#edf6fb;
  padding:0 12px;
}
.wire-tier-library-summary-303f1h738q{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:0 20px 14px;
  color:#9eb4c4;
}
.wire-tier-library-summary-303f1h738q div{
  display:flex;
  gap:8px;
}
.wire-tier-library-summary-303f1h738q button{
  border:1px solid #29465a;
  border-radius:9px;
  background:#0c1c28;
  color:#dbeaf3;
  padding:8px 10px;
}
.wire-tier-library-grid-303f1h738q{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(142px,1fr));
  gap:12px;
  overflow:auto;
  padding:2px 20px 22px;
}
.wire-tier-library-card-303f1h738q{
  display:grid;
  gap:7px;
  min-width:0;
  padding:10px;
  border:1px solid #233d50;
  border-radius:14px;
  background:#0a1a26;
  color:#eff7fb;
  text-align:left;
}
.wire-tier-library-card-303f1h738q:hover,
.wire-tier-library-card-303f1h738q.is-selected{
  border-color:#48afe5;
  background:#0d2636;
}
.wire-tier-library-card-303f1h738q.is-selected{
  box-shadow:0 0 0 2px rgba(72,175,229,.22);
}
.wire-tier-library-card-303f1h738q>span{
  display:grid;
  place-items:center;
  aspect-ratio:1;
  overflow:hidden;
  border-radius:10px;
  background:#061019;
}
.wire-tier-library-card-303f1h738q img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.wire-tier-library-card-303f1h738q strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wire-tier-library-card-303f1h738q small{
  overflow:hidden;
  color:#8fa8b9;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wire-tier-library-empty-303f1h738q{
  grid-column:1/-1;
  padding:40px;
  text-align:center;
  color:#9fb3c1;
}
@media(max-width:760px){
  .wire-tier-library-303f1h738q{
    width:100vw;
    max-width:none;
    height:100dvh;
    max-height:100dvh;
    border:0;
    border-radius:0;
  }
  .wire-tier-library-shell-303f1h738q{
    height:100dvh;
    max-height:100dvh;
  }
  .wire-tier-library-controls-303f1h738q{
    grid-template-columns:1fr;
  }
  .wire-tier-library-grid-303f1h738q{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
