#slcp-ui { position: relative; z-index: 999999; }
.slcp-btn { position: fixed; bottom: 25px; right: 25px; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.3); cursor: pointer; transition: transform 0.3s ease; }
.slcp-btn:hover { transform: scale(1.1); }
.slcp-win { display: none; position: fixed; bottom: 100px; right: 25px; width: 350px; max-width: calc(100vw - 50px); background: #fff; border-radius: 15px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); overflow: hidden; }
.slcp-head { color: #fff; padding: 20px; display: flex; align-items: center; gap: 12px; position: relative; }
.slcp-head img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; }
.slcp-head span { font-size: 12px; opacity: 0.9; }
.slcp-close { position: absolute; top: 15px; right: 15px; cursor: pointer; font-size: 24px; }
.slcp-body { padding: 25px; background: #f9f9f9; }
.slcp-field-group { margin-bottom: 15px; }
.slcp-field-group label { display: block; font-size: 13px; color: #666; margin-bottom: 5px; }
.slcp-inp { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 15px; outline: none; }
.slcp-inp:focus { border-color: #008069; }
.slcp-submit { width: 100%; border: none; padding: 15px; border-radius: 10px; color: #fff; font-weight: bold; font-size: 16px; cursor: pointer; margin-top: 10px; }