.listings-drawer-toggle{
  position:fixed;
  top:148px;
  left:272px;
  z-index:1202;
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:999px;
  background:rgba(8,8,8,0.42);
  color:rgba(255,255,255,0.86);
  cursor:pointer;
  backdrop-filter:blur(14px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
  transition:border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.listings-drawer-toggle:hover,
.listings-drawer-toggle[aria-expanded="true"]{
  transform:scale(1.05);
  border-color:rgba(236,174,82,0.54);
  background:rgba(236,174,82,0.10);
  box-shadow:
    0 0 14px rgba(236,174,82,0.20),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

.listings-drawer-toggle-mark{
  position:relative;
  width:20px;
  height:20px;
}

.listings-drawer-toggle-mark::before,
.listings-drawer-toggle-mark::after{
  content:"";
  position:absolute;
  border-radius:999px;
}

.listings-drawer-toggle-mark::before{
  inset:2px;
  border:2px solid currentColor;
}

.listings-drawer-toggle-mark::after{
  width:8px;
  height:8px;
  left:6px;
  top:6px;
  background:currentColor;
  box-shadow:
    -9px 0 0 rgba(255,255,255,0.42),
    9px 0 0 rgba(255,255,255,0.42);
}

.listings-drawer-backdrop{
  position:fixed;
  inset:0;
  z-index:2190;
  background:rgba(0,0,0,0.22);
  opacity:0;
  pointer-events:none;
  transition:opacity 260ms ease;
}

.listings-drawer{
  position:fixed;
  top:148px;
  left:18px;
  bottom:92px;
  z-index:2191;
  width:min(390px, calc(100vw - 48px));
  transform:translateX(calc(-100% - 32px));
  opacity:0;
  pointer-events:none;
  overflow:hidden;
  border:1px solid rgba(236,174,82,0.24);
  border-radius:20px;
  background:
    radial-gradient(420px 220px at 50% 0%, rgba(236,174,82,0.10), transparent 64%),
    linear-gradient(200deg, rgba(12,12,12,0.94), rgba(6,3,2,0.94) 58%, rgba(35,12,4,0.92));
  color:rgba(255,255,255,0.80);
  backdrop-filter:blur(18px);
  box-shadow:
    0 24px 80px rgba(0,0,0,0.58),
    0 0 34px rgba(236,116,38,0.12),
    inset 0 1px 0 rgba(255,255,255,0.06);
  transition:transform 320ms ease, opacity 260ms ease;
}

.listings-drawer.open,
.listings-drawer-backdrop.open{
  opacity:1;
  pointer-events:auto;
}

.listings-drawer.open{
  transform:translateX(0);
}

.listings-drawer-inner{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:0;
  padding:18px;
  box-sizing:border-box;
}

.listings-drawer-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
  flex:0 0 auto;
}

.listings-drawer-kicker{
  margin:0 0 5px;
  color:rgba(236,174,82,0.76);
  font-size:10px;
  font-weight:900;
  letter-spacing:0.16em;
  text-transform:uppercase;
}

.listings-drawer h2{
  margin:0;
  color:rgba(241,184,96,0.98);
  font-family:"Cinzel", Georgia, serif;
  font-size:23px;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.listings-drawer-close{
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:999px;
  background:rgba(255,255,255,0.04);
  color:rgba(255,255,255,0.82);
  cursor:pointer;
}

.listings-drawer-visual{
  flex:0 0 auto;
  height:132px;
  margin-bottom:12px;
  border:1px solid rgba(255,255,255,0.10);
  border-radius:16px;
  overflow:hidden;
  background:rgba(0,0,0,0.34);
}

.listings-drawer-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.listings-drawer-card{
  flex:0 0 auto;
  margin-bottom:12px;
  padding:13px;
  border:1px solid rgba(255,255,255,0.09);
  border-radius:15px;
  background:rgba(0,0,0,0.30);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.04);
}

.listings-drawer-note{
  margin:0 0 10px;
  color:rgba(255,255,255,0.68);
  font-size:12px;
  line-height:1.55;
}

.listings-drawer-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 13px;
  border:1px solid rgba(236,174,82,0.22);
  border-radius:999px;
  background:rgba(236,174,82,0.08);
  color:rgba(255,255,255,0.82);
  font-size:10px;
  font-weight:900;
  letter-spacing:0.10em;
  text-decoration:none;
  text-transform:uppercase;
}

.listings-drawer-list{
  min-height:0;
  overflow-y:auto;
  padding-right:4px;
  display:grid;
  gap:10px;
  scrollbar-width:thin;
  scrollbar-color:rgba(229,190,106,0.34) rgba(255,255,255,0.035);
}

.listing-item{
  padding:12px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
  background:rgba(255,255,255,0.035);
}

.listing-item-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}

.listing-item strong{
  color:rgba(255,255,255,0.88);
  font-size:12px;
  letter-spacing:0.06em;
  text-transform:uppercase;
}

.listing-status{
  color:rgba(236,174,82,0.82);
  font-size:9px;
  font-weight:900;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

.listing-item p{
  margin:0 0 10px;
  color:rgba(255,255,255,0.62);
  font-size:11px;
  line-height:1.45;
}

.listing-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.listing-action{
  padding:9px 10px;
  border:1px solid rgba(236,174,82,0.18);
  border-radius:999px;
  background:rgba(236,174,82,0.06);
  color:rgba(255,255,255,0.76);
  font-size:9px;
  font-weight:900;
  letter-spacing:0.10em;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  transition:border-color 180ms ease, background 180ms ease, transform 180ms ease, color 180ms ease;
}

.listing-action:hover{
  transform:translateY(-1px);
  border-color:rgba(236,174,82,0.50);
  background:rgba(236,174,82,0.12);
  color:#fff;
}

@media (max-width:1439px) and (min-width:1200px){
  .listings-drawer-toggle{
    top:130px;
    left:208px;
    width:34px;
    height:34px;
  }

  .listings-drawer{
    top:130px;
    bottom:78px;
    width:min(360px, calc(100vw - 48px));
  }
}

@media (max-width:1199px) and (min-width:981px){
  .listings-drawer-toggle{
    top:122px;
    left:188px;
    width:32px;
    height:32px;
  }

  .listings-drawer-toggle-mark{
    width:16px;
    height:16px;
  }

  .listings-drawer{
    top:122px;
    bottom:74px;
    width:min(330px, calc(100vw - 44px));
  }
}

@media (max-width:980px){
  .listings-drawer-toggle,
  .listings-drawer,
  .listings-drawer-backdrop{
    display:none !important;
  }
}
