.psg-greeting{
  display:inline-block;
  padding:.6rem .9rem;
  border-radius:12px;
  background:#f5f5f7;
  font-weight:600;
}
.psg-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:99999}
.psg-modal{background:#fff;max-width:520px;width:92%;padding:20px;border-radius:12px;box-shadow:0 10px 35px rgba(0,0,0,.2)}
.psg-close{position:absolute;right:10px;top:10px;background:transparent;border:none;font-size:22px;cursor:pointer}
.psg-title{margin-top:0;margin-bottom:10px}

.psg-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.psg-icon{font-size:1.5em;line-height:1}
.psg-title{margin:0;font-size:1.2em;font-weight:600;flex:1}
.psg-close{background:transparent;border:none;font-size:1.3em;cursor:pointer;line-height:1}

.psg-gtext{font-size:1.2em;font-weight:600;flex:1}
