.phtl-locked { overflow: hidden; }
.phtl-overlay {
  position: fixed; left: 0; right: 0; bottom: 0;
  height: 33vh; min-height: 200px; z-index: 999999;
  background: rgba(0,0,0,.35); display: flex; align-items: flex-end; justify-content: center;
}
.phtl-panel {
  width: 100%; max-width: 960px; margin: 0 12px 12px;
  background: #fff; color: #111; border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.2);
}
.phtl-inner { padding: 16px 18px; font: 15px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Arial; }
.phtl-title { font-weight: 600; margin-bottom: 6px; }
.phtl-text { opacity: .85; margin-bottom: 10px; }
.phtl-btn { background: #111; color:#fff; border:0; padding:10px 14px; border-radius:10px; cursor:pointer; }
.phtl-btn:active { transform: translateY(1px); }
