/**
 * LionSight AI Popup Styles v0.1.6
 */
.lionsight-popup-hidden {
    display: none !important;
}

.lionsight-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.62);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.lionsight-popup-card {
    width: min(440px, 100%);
    background: #fff;
    color: #191919;
    border-radius: 22px;
    padding: 26px;
    position: relative;
    text-align: center;
    box-shadow: 0 28px 80px rgba(0,0,0,0.35);
    border: 1px solid #d9bd67;
}

.lionsight-popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: transparent;
    border: none;
    color: #222;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.lionsight-popup-brand {
    background: #111;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 18px;
}

.lionsight-popup-brand img {
    max-width: 260px;
    height: auto;
}

.lionsight-popup-card h2 {
    margin: 0 0 10px;
    font-size: 26px;
    color: #111;
}

.lionsight-popup-card p {
    margin: 0 0 16px;
    color: #5a5242;
    font-size: 15px;
    line-height: 1.5;
}

.lionsight-offer-pill {
    display: inline-block;
    background: #d4af37;
    color: #111;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 800;
    margin: 4px 0 8px;
}

.lionsight-offer-note {
    font-size: 12px !important;
    margin-bottom: 14px !important;
}

#lionsight-popup-form {
    display: grid;
    gap: 10px;
}

#lionsight-popup-form input {
    width: 100%;
    border: 1px solid #d7caa5;
    border-radius: 12px;
    padding: 13px 14px;
    font-size: 15px;
    box-sizing: border-box;
}

#lionsight-popup-form button {
    background: #111;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 13px 14px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

#lionsight-popup-form button:hover {
    background: #2b2108;
}

#lionsight-popup-form button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.lionsight-popup-message {
    margin-top: 12px;
    font-weight: 700;
    color: #5a5242;
}

.lionsight-popup-success {
    color: #176b35;
}

/* LionSight AI Popup Styles v0.3.1 */
.lionsight-popup-hidden{display:none!important}
.lionsight-popup-overlay{position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,.62);display:flex;align-items:center;justify-content:center;padding:18px}
.lionsight-popup-card{width:min(440px,100%);background:#fff;color:#191919;border-radius:22px;padding:26px;position:relative;text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.35);border:1px solid #d9bd67}
.lionsight-popup-close{position:absolute;top:12px;right:14px;background:transparent;border:none;color:#222;font-size:28px;line-height:1;cursor:pointer}
.lionsight-popup-brand{background:#111;border-radius:16px;padding:14px;margin-bottom:18px}
.lionsight-popup-brand img{max-width:260px;height:auto}
.lionsight-offer-pill{display:inline-block;background:#d4af37;color:#111;padding:8px 16px;border-radius:999px;font-weight:800;margin:4px 0 8px}
.lionsight-offer-note{font-size:12px!important;margin-bottom:14px!important}
#lionsight-popup-form{display:grid;gap:10px}
#lionsight-popup-form input{width:100%;border:1px solid #d7caa5;border-radius:12px;padding:13px 14px;font-size:15px;box-sizing:border-box}
#lionsight-popup-form button{background:#111;color:#fff;border:none;border-radius:12px;padding:13px 14px;font-size:15px;font-weight:800;cursor:pointer}
.lionsight-popup-message{margin-top:12px;font-weight:700;color:#5a5242}
.lionsight-popup-success{color:#176b35}
