.sg-notify-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sg-notify-popup {
    background: #1a1a2e;
    border: 2px solid #e94560;
    border-radius: 12px;
    width: 380px;
    max-width: 90vw;
    color: #fff;
    overflow: hidden;
}
.sg-notify-header {
    background: #e94560;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.sg-notify-body {
    padding: 20px 16px;
    text-align: center;
    line-height: 1.8;
}
.sg-notify-body hr { border-color: #333; margin: 12px 0; }
.sg-notify-title { color: #ffd166; font-weight: bold; }
.sg-notify-score { color: #3cfec1; }
.sg-notify-cash { font-size: 18px; margin-top: 8px; }
.sg-notify-footer { padding: 12px 16px; text-align: center; }
.sg-notify-btn {
    background: #e94560;
    border: none;
    color: #fff;
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}
.sg-notify-btn:hover { background: #c73650; }
