:root{--pmuk:#3E1080;--pmuk-soft:#f5f0fb;--pmuk-line:#e8e1f2;--pmuk-text:#201b27;--pmuk-muted:#716b78}
.pmuk-bot{width:100%;max-width:760px;margin:24px auto;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--pmuk-text)}
.pmuk-bot *{box-sizing:border-box}
.pmuk-bot-card{background:#fff;border:1px solid #ece8f1;border-radius:24px;box-shadow:0 20px 60px rgba(39,16,72,.10);overflow:hidden;min-height:650px;display:flex;flex-direction:column}
.pmuk-bot-header{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid #eee9f3;background:#fff;position:relative}
.pmuk-bot-mark{width:42px;height:42px;border-radius:14px;background:var(--pmuk);color:#fff;display:grid;place-items:center;font-weight:800;font-size:13px;letter-spacing:.5px}
.pmuk-bot-title{font-size:16px;font-weight:750}.pmuk-bot-status{font-size:12px;color:var(--pmuk-muted);margin-top:2px}.pmuk-bot-status span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2fba67;margin-right:5px}
.pmuk-reset{margin-left:auto;border:0;background:#f7f5f9;width:36px;height:36px;border-radius:50%;cursor:pointer;color:var(--pmuk);font-size:17px}
.pmuk-chat{padding:28px 22px;display:flex;flex-direction:column;gap:18px;overflow-y:auto;min-height:450px;max-height:560px;scroll-behavior:smooth;background:#fff}
.pmuk-msg{display:flex;gap:10px;align-items:flex-start;animation:pmukIn .25s ease}.pmuk-msg.user{justify-content:flex-end}.pmuk-avatar{width:30px;height:30px;border-radius:9px;background:var(--pmuk);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800;flex:0 0 auto}
.pmuk-bubble{max-width:78%;padding:13px 15px;border-radius:18px;font-size:15px;line-height:1.5;background:var(--pmuk-soft);border:1px solid #ede5f6}.pmuk-msg.user .pmuk-bubble{background:var(--pmuk);color:#fff;border-color:var(--pmuk);border-bottom-right-radius:6px}.pmuk-msg.bot .pmuk-bubble{border-bottom-left-radius:6px}
.pmuk-composer{margin-top:auto;padding:14px 18px 18px;border-top:1px solid #eee9f3;background:#fff}.pmuk-options{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:10px}.pmuk-choice{appearance:none;border:1px solid #d9cbea;background:#fff;color:var(--pmuk);border-radius:999px;padding:10px 15px;font-weight:700;font-size:14px;cursor:pointer;transition:.18s}.pmuk-choice:hover{background:var(--pmuk);color:#fff;border-color:var(--pmuk);transform:translateY(-1px)}
.pmuk-input-row{display:flex;gap:9px;border:1px solid #ddd3e8;border-radius:18px;padding:6px;background:#fff;box-shadow:0 8px 22px rgba(62,16,128,.05)}.pmuk-input{flex:1;border:0!important;box-shadow:none!important;outline:0!important;padding:10px 12px!important;font-size:15px!important;background:transparent!important;min-width:0}.pmuk-send{width:44px;height:44px;border-radius:14px;border:0;background:var(--pmuk);color:#fff;cursor:pointer;font-size:19px;font-weight:700}.pmuk-send:disabled{opacity:.5;cursor:not-allowed}.pmuk-privacy{text-align:center;color:#928a99;font-size:10px;margin-top:10px}.pmuk-typing{display:inline-flex;gap:4px;padding:4px}.pmuk-typing i{display:block;width:5px;height:5px;border-radius:50%;background:#8d7ca1;animation:pmukDot 1s infinite ease-in-out}.pmuk-typing i:nth-child(2){animation-delay:.15s}.pmuk-typing i:nth-child(3){animation-delay:.3s}
@keyframes pmukIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes pmukDot{0%,80%,100%{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}
@media(max-width:640px){.pmuk-bot{margin:0}.pmuk-bot-card{border-radius:0;min-height:100dvh;border-left:0;border-right:0}.pmuk-chat{max-height:none;min-height:0;flex:1}.pmuk-bubble{max-width:86%}.pmuk-bot-header{padding:15px}.pmuk-composer{padding:12px 14px 16px}}
.pmuk-select{flex:1;border:0!important;box-shadow:none!important;outline:0!important;padding:10px 12px!important;font-size:15px!important;background:#fff!important;min-width:0;color:var(--pmuk-text);cursor:pointer}
.pmuk-complete{border:1px solid #d9cbea;background:#f5f0fb;color:#3E1080;border-radius:16px;padding:14px 16px;text-align:center;font-weight:750;font-size:14px}
.pmuk-is-complete .pmuk-privacy{margin-top:12px}.pmuk-is-complete .pmuk-input-row,.pmuk-is-complete .pmuk-options{display:none!important}
