/* === WizNucleus Drawer (Premium UX without Elementor Pro) === */
.wn-calib-btn{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.8rem 1.1rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg, rgba(35,130,255,.95), rgba(120,60,255,.95));
  color:#fff;
  font-weight:700;
  letter-spacing:.01em;
  cursor:pointer;
  box-shadow:0 14px 40px rgba(30,60,255,.28);
}
.wn-calib-btn:hover{ transform:translateY(-1px); }
.wn-calib-btn:active{ transform:translateY(0); }

.wn-drawer-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
  z-index:9998;
}

.wn-drawer{
  position:fixed;
  top:0; right:0;
  height:100dvh;
  width:min(1000px, 95vw);
  background: #0b1020;
  color:#eaf0ff;
  z-index:9999;
  display:flex;
  flex-direction:column;
  box-shadow:-18px 0 60px rgba(0,0,0,.45);
  transform: translateX(110%);
  transition: transform 220ms ease;
  border-left: 1px solid rgba(255,255,255,.08);
}

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

.wn-drawer-header{
  position:sticky;
  top:0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 16px;
  background: linear-gradient(180deg, rgba(11,16,32,.98), rgba(11,16,32,.86));
  border-bottom:1px solid rgba(255,255,255,.08);
}

.wn-drawer-eyebrow{ font-size:12px; opacity:.75; letter-spacing:.12em; text-transform:uppercase; }
.wn-drawer-h1{ font-size:20px; font-weight:800; }

.wn-drawer-actions{ display:flex; align-items:center; gap:8px; }
.wn-drawer-iconbtn{
  padding:8px 10px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#eaf0ff;
  font-weight:700;
  cursor:pointer;
}
.wn-drawer-iconbtn:hover{ background:rgba(255,255,255,.10); }
.wn-drawer-close{
  padding:8px 10px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#eaf0ff;
  cursor:pointer;
}

.wn-drawer-body{
  padding:16px;
  overflow:auto;
  flex:1 1 auto;
}

.wn-drawer-lede{
  margin:0 0 12px 0;
  line-height:1.5;
  opacity:.92;
}

.wn-drawer-svgwrap{
  border-radius:16px;
  padding:12px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:14px;
}

.wn-drawer-accordions details{
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  border-radius:14px;
  padding:10px 12px;
  margin:10px 0;
}
.wn-drawer-accordions summary{
  cursor:pointer;
  font-weight:800;
}
.wn-drawer-accordions ul{ margin:8px 0 2px 18px; }

.wn-drawer-footer{
  position:sticky;
  bottom:0;
  display:flex;
  gap:10px;
  justify-content:space-between;
  padding:14px 16px;
  background: linear-gradient(0deg, rgba(11,16,32,.98), rgba(11,16,32,.82));
  border-top:1px solid rgba(255,255,255,.08);
}
.wn-drawer-link{
  color:#b9c8ff;
  text-decoration:none;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.wn-drawer-primary{
  color:#0b1020;
  text-decoration:none;
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
  background: linear-gradient(135deg, #67b6ff, #a38bff);
}

body.wn-drawer-lock{
  overflow:hidden !important;
}
