.hotspot-choice-tools{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06)}
.hotspot-new-piece{min-height:44px;border:1px solid rgba(192,132,252,.34);border-radius:13px;background:rgba(192,132,252,.11);color:#eadcff;padding:0 14px;font-weight:850;font-size:11px;white-space:nowrap}
.hotspot-choice-tools input{min-width:0;width:100%;min-height:44px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:#15101d;color:var(--text);padding:0 12px;outline:none}
.hotspot-choice-tools input:focus{border-color:rgba(192,132,252,.55);box-shadow:0 0 0 3px rgba(192,132,252,.08)}
.hotspot-piece-choice[hidden]{display:none!important}
.hotspot-piece-list{max-height:calc(min(72dvh,680px) - 62px - 65px - env(safe-area-inset-bottom))}
.hotspot-new-item-layer{position:fixed;inset:0;z-index:210;background:#07060b;display:flex;justify-content:center;color:var(--text)}
.hotspot-new-item{width:min(760px,100%);height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr);background:#07060b}
.hotspot-new-item>header{min-height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 8px 0;display:grid;grid-template-columns:78px minmax(0,1fr) 78px;align-items:center;background:#0d0914;border-bottom:1px solid rgba(255,255,255,.07)}
.hotspot-new-item>header strong{text-align:center;font-size:14px}
.hotspot-new-item>header button{min-height:44px;border:0;background:transparent;color:var(--text-soft);font-weight:800;font-size:12px;padding:0 5px}
.hotspot-new-item>header button[form]{color:#eadcff}
.hotspot-new-item form{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:18px 14px calc(28px + env(safe-area-inset-bottom));display:grid;align-content:start;gap:15px}
.hotspot-new-item form>p{margin:0 0 2px;color:var(--muted);font-size:11px;line-height:1.5}
.hotspot-new-item label{display:grid;gap:7px}
.hotspot-new-item label>span{font-size:10px;font-weight:800;color:#b9adcd;text-transform:uppercase;letter-spacing:.85px}
.hotspot-new-item input,.hotspot-new-item select{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#120d19;color:var(--text);padding:0 12px;outline:none}
.hotspot-new-item input:focus,.hotspot-new-item select:focus{border-color:rgba(192,132,252,.55);box-shadow:0 0 0 3px rgba(192,132,252,.08)}
.hotspot-new-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media(max-width:430px){.hotspot-choice-tools{grid-template-columns:1fr}.hotspot-new-piece{width:100%}.hotspot-piece-list{max-height:calc(min(72dvh,680px) - 62px - 118px - env(safe-area-inset-bottom))}.hotspot-new-two{grid-template-columns:1fr}}
