.lw-pin-open {
  margin-left: auto;
  min-height: 38px;
  border-radius: 13px;
  border: 1px solid rgba(125, 211, 252, .30);
  padding: 0 14px;
  color: #eafcff;
  background: linear-gradient(135deg, rgba(14, 165, 233, .22), rgba(8, 47, 73, .48));
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}
.lw-pin-shell {
  position: fixed;
  inset: 0;
  z-index: 2147483400;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(2, 8, 23, .78);
  backdrop-filter: blur(14px) saturate(120%);
}
.lw-pin-shell.is-open { display: flex; }
.lw-pin-panel {
  width: min(440px, 94vw);
  border-radius: 22px;
  border: 1px solid rgba(125, 211, 252, .36);
  color: #eaf6ff;
  background:
    radial-gradient(circle at 18% 0%, rgba(34, 211, 238, .18), transparent 36%),
    linear-gradient(145deg, rgba(5, 17, 34, .98), rgba(2, 8, 23, .97));
  box-shadow: 0 34px 90px rgba(0,0,0,.55), 0 0 46px rgba(14,165,233,.24), inset 0 1px 0 rgba(255,255,255,.12);
  overflow: hidden;
}
.lw-pin-head {
  min-height: 88px;
  padding: 24px 76px 20px 24px;
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(125, 211, 252, .22);
}
.lw-pin-mark {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #032033;
  background: linear-gradient(135deg, #cffafe, #67e8f9 46%, #0ea5e9);
  box-shadow: 0 0 28px rgba(34,211,238,.55), inset 0 1px 0 rgba(255,255,255,.58);
  font-weight: 950;
}
.lw-pin-head h2 { margin: 0; color: #fff; font-size: 21px; font-weight: 950; }
.lw-pin-head p { margin: 7px 0 0; color: #b7d7e9; font-size: 13px; font-weight: 800; }
.lw-pin-close {
  position: absolute;
  top: 24px;
  right: 22px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, .28);
  color: #fff;
  background: rgba(15, 23, 42, .74);
  font-weight: 950;
  cursor: pointer;
}
.lw-pin-body { padding: 20px; }
.lw-pin-field {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid rgba(125, 211, 252, .28);
  color: #fff;
  background: rgba(2, 8, 23, .68);
  padding: 0 14px;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .22em;
  outline: none;
}
.lw-pin-note { margin: 10px 0 0; color: #9fb9cf; font-size: 12px; font-weight: 750; }
.lw-pin-actions { display: flex; gap: 10px; margin-top: 18px; }
.lw-pin-actions button {
  min-height: 42px;
  flex: 1;
  border-radius: 14px;
  border: 1px solid rgba(125, 211, 252, .30);
  color: #eafcff;
  background: linear-gradient(135deg, rgba(14, 165, 233, .25), rgba(8, 47, 73, .50));
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}
.lw-pin-actions .secondary { background: rgba(15, 23, 42, .76); }
.lw-pin-message { min-height: 18px; margin-top: 14px; color: #b7f7ff; font-size: 12px; font-weight: 850; }
