@keyframes mcHpBadgePulse{0%,to{box-shadow:0 0 0 0 rgba(200,169,106,.6)}50%{box-shadow:0 0 0 6px transparent}}@keyframes mcHpDotPulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.45)}70%{box-shadow:0 0 0 7px transparent}to{box-shadow:0 0 0 0 transparent}}@keyframes mcHpDotBlink{0%,to{opacity:1}50%{opacity:.35}}@keyframes mcHpMsgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes mcHpBounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}.mcHpSection{position:relative;overflow:hidden;background:linear-gradient(160deg,#f0f4ff 0,#f8f9ff 50%,#eef2fb 100%);padding:50px 0 100px}.mcHpSectionBadge{display:inline-flex;align-items:center;gap:10px;padding:8px 20px;border-radius:999px;border:1px solid rgba(200,169,106,.4);background:linear-gradient(135deg,rgba(200,169,106,.1)0,rgba(15,35,70,.06) 100%);color:#15223b;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:22px;box-shadow:0 2px 12px rgba(200,169,106,.15)}.mcHpSectionBadgeDot{width:8px;height:8px;border-radius:50%;background:#c8a96a;flex:0 0 8px;animation:mcHpBadgePulse 2s ease-in-out infinite}.mcHpSectionHeadline{font-size:42px!important;font-weight:900;color:#15223b;line-height:1.15;margin-bottom:16px;letter-spacing:-.02em}.mcHpSectionSub{font-size:16px;color:rgba(21,34,59,.65);line-height:1.65;margin-bottom:52px}.mcHpMainRow{border-radius:16px;overflow:hidden;box-shadow:0 30px 80px rgba(15,35,70,.13),0 0 0 1px rgba(15,35,70,.08)}.mcHpChatbox{flex:1;display:flex;flex-direction:column;background:#fff;position:relative;overflow:hidden;min-height:560px}.mcHpChatHeader{display:flex;align-items:center;gap:14px;padding:18px 20px;border-bottom:1px solid rgba(15,35,70,.09);background:linear-gradient(180deg,#fff 0,#f9fafb 100%);flex:0 0 auto}.mcHpChatAvatar{width:44px;height:44px;border-radius:10px;object-fit:cover;border:1px solid rgba(15,35,70,.1);box-shadow:0 4px 14px rgba(10,20,40,.1);flex:0 0 44px}.mcHpChatHeaderMeta{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.mcHpChatName{font-size:15px!important;font-weight:900;color:#15223b;line-height:1.2}.mcHpChatRole{font-size:11px!important;color:rgba(21,34,59,.5);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mcHpStatusPill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;border:1px solid rgba(15,35,70,.1);background:#f4f6fa;flex:0 0 auto}.mcHpDot{display:inline-block;width:8px;height:8px;border-radius:50%;flex:0 0 8px;transition:background .3s ease}.mcHpDot--connected{background:#22c55e;animation:mcHpDotPulse 2s ease-in-out infinite}.mcHpDot--connecting{background:#f59e0b;animation:mcHpDotBlink 1s ease-in-out infinite}.mcHpDot--disconnected{background:#ef4444}.mcHpDot--streaming{background:#3b82f6;animation:mcHpDotPulse .8s ease-in-out infinite}.mcHpStatusTxt{font-size:11px!important;font-weight:700;color:rgba(21,34,59,.6);white-space:nowrap}.mcHpMessages{height:420px;flex:0 0 auto;overflow-y:auto;overflow-x:hidden;padding:20px 12px 20px 20px;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(200,169,106,.5) rgba(15,35,70,.05)}.mcHpMessages::-webkit-scrollbar{width:6px}.mcHpMessages::-webkit-scrollbar-track{background:rgba(15,35,70,.05);border-radius:6px}.mcHpMessages::-webkit-scrollbar-thumb{background:rgba(200,169,106,.5);border-radius:6px;min-height:36px}.mcHpMessages::-webkit-scrollbar-thumb:hover{background:rgba(200,169,106,.75)}.mcHpMsg{display:flex;flex-direction:column;gap:5px;animation:mcHpMsgIn .25s ease-out both}.mcHpMsg--bot{align-items:flex-start}.mcHpMsg--user{align-items:flex-end}.mcHpMsgLabel{display:flex;align-items:center;gap:7px;padding:0 2px}.mcHpMsgLabel img{width:26px;height:26px;border-radius:6px;object-fit:cover;border:1px solid rgba(15,35,70,.1);flex:0 0 26px}.mcHpMsgLabel span{font-size:11px!important;font-weight:700;color:rgba(21,34,59,.45)}.mcHpMsgBody{padding:11px 15px;border-radius:12px;font-size:14px!important;line-height:1.6;word-break:break-word;overflow:hidden;scrollbar-width:none}.mcHpChips::-webkit-scrollbar,.mcHpMsgBody::-webkit-scrollbar{display:none}.mcHpMsg--bot .mcHpMsgBody{color:#15223b;border-top-left-radius:3px}.mcHpMsg--user .mcHpMsgBody{background:linear-gradient(160deg,#1d3a6e 0,#15223b 100%);color:#fff;border-top-right-radius:3px;box-shadow:0 4px 16px rgba(15,34,70,.2)}.mcHpTyping{display:inline-flex;align-items:center;gap:5px;padding:4px 2px}.mcHpTyping span{width:7px;height:7px;border-radius:50%;background:rgba(21,34,59,.28);animation:mcHpBounce 1.2s ease-in-out infinite}.mcHpTyping span:nth-child(1){animation-delay:0ms}.mcHpTyping span:nth-child(2){animation-delay:160ms}.mcHpTyping span:nth-child(3){animation-delay:320ms}.mcHpChips{display:flex;flex-wrap:wrap;align-content:flex-start;gap:8px;padding:12px 20px;border-top:1px solid rgba(15,35,70,.07);background:#f9fafd;flex:0 0 auto;max-height:116px;overflow-y:auto;scrollbar-width:none}.mcHpChip{appearance:none;border:1px solid rgba(15,35,70,.13);background:#fff;border-radius:999px;padding:7px 14px;font-size:12px!important;font-weight:600;color:#15223b;cursor:pointer;line-height:1;white-space:nowrap;box-shadow:0 2px 8px rgba(10,20,40,.06);transition:border-color .15s,background .15s,box-shadow .15s,transform .1s,color .15s}.mcHpChip:hover:not(:disabled){border-color:rgba(200,169,106,.6);background:rgba(200,169,106,.07);color:#7a5c10;box-shadow:0 4px 14px rgba(200,169,106,.18);transform:translateY(-1px)}.mcHpChip:active{transform:translateY(0);box-shadow:none}.mcHpChip:disabled{opacity:.42;pointer-events:none}.mcHpConsentBar{display:flex;align-items:center;padding:10px 20px;border-top:1px solid rgba(15,35,70,.07);background:#f9fafd;flex:0 0 auto}.mcHpToggleWrap{display:flex;align-items:center;gap:12px;cursor:pointer;margin:0;user-select:none;width:100%}.mcHpToggleTrack{position:relative;flex:0 0 44px;width:44px;height:24px}.mcHpToggleInput{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.mcHpToggleThumb{position:absolute;inset:0;border-radius:999px;background:rgba(15,35,70,.18);cursor:pointer;transition:background .22s ease}.mcHpToggleThumb::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.mcHpToggleInput:checked~.mcHpToggleThumb{background:#22c55e}.mcHpToggleInput:checked~.mcHpToggleThumb::after{transform:translateX(20px)}.mcHpToggleInput:focus-visible~.mcHpToggleThumb{box-shadow:0 0 0 3px rgba(34,197,94,.3)}.mcHpConsentLabel{font-size:12px!important;color:rgba(21,34,59,.6);line-height:1.5;flex:1}.mcHpConsentLink{color:#2563eb;text-decoration:underline}.mcHpInputArea{display:flex;align-items:flex-end;gap:10px;padding:14px 16px;border-top:1px solid rgba(15,35,70,.09);background:#fff;flex:0 0 auto}.mcHpInput{flex:1 1 auto;min-width:0;border:1px solid rgba(15,35,70,.14);border-radius:10px;padding:10px 14px;font-size:14px!important;line-height:1.5;resize:none;outline:0;background:#f8fafc;color:#15223b;max-height:120px;overflow-y:auto;font-family:inherit;transition:border-color .15s,box-shadow .15s,background .15s}.mcHpInput::placeholder{color:rgba(21,34,59,.35)}.mcHpInput:focus{border-color:rgba(200,169,106,.65);box-shadow:0 0 0 3px rgba(200,169,106,.14);background:#fff}.mcHpInput:disabled{opacity:.5;cursor:not-allowed;background:#f1f4f8}.mcHpSendBtn{appearance:none;border:0;width:42px;height:42px;min-width:42px;flex:0 0 42px;border-radius:10px;background:linear-gradient(160deg,#1d3a6e 0,#15223b 100%);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(15,34,70,.22);transition:transform .12s ease,box-shadow .12s ease,filter .12s ease,opacity .12s ease}.mcHpSendBtn:hover:not(:disabled){transform:translateY(-1px) scale(1.04);box-shadow:0 10px 26px rgba(15,34,70,.3);filter:brightness(1.1)}.mcHpSendBtn:active:not(:disabled){transform:translateY(0) scale(.98);box-shadow:0 3px 10px rgba(15,34,70,.18)}.mcHpSendBtn:disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width:991px){.mcHpSection{padding:60px 0 70px}.mcHpSectionHeadline{font-size:30px!important}.mcHpSectionSub{margin-bottom:32px}.mcHpMainRow{border-radius:12px}.mcHpChatbox{min-height:480px}}@media (max-width:767px){.mcHpMessages{height:300px;scrollbar-width:thin;scrollbar-color:rgba(200,169,106,.5) rgba(15,35,70,.05)}.mcHpMessages::-webkit-scrollbar{width:4px;display:block}.mcHpMessages::-webkit-scrollbar-track{background:rgba(15,35,70,.05);border-radius:4px}.mcHpMessages::-webkit-scrollbar-thumb{background:rgba(200,169,106,.5);border-radius:4px}.mcHpChips{max-height:96px}.mcHpSectionHeadline{font-size:26px!important}.mcHpSectionSub{font-size:14px;margin-bottom:24px}}@media (max-width:575px){.mcHpSection{padding:36px 0 48px}.mcHpSectionHeadline{font-size:22px!important}.mcHpSectionSub{font-size:13px;margin-bottom:20px}.mcHpChatRole{display:none}.mcHpMessages{height:260px;padding:14px 10px 14px 14px;scrollbar-width:thin;scrollbar-color:rgba(200,169,106,.5) rgba(15,35,70,.05)}.mcHpMessages::-webkit-scrollbar{width:4px;display:block}.mcHpMessages::-webkit-scrollbar-track{background:rgba(15,35,70,.05);border-radius:4px}.mcHpMessages::-webkit-scrollbar-thumb{background:rgba(200,169,106,.5);border-radius:4px}.mcHpChips{padding:10px 14px;max-height:88px}.mcHpChip{font-size:11px!important;padding:6px 11px}.mcHpChatHeader{padding:12px 14px}.mcHpInputArea{padding:10px 12px}.mcHpConsentBar{padding:8px 12px}.mcHpStatusPill{padding:4px 9px}.mcHpSendBtn{width:38px;height:38px;min-width:38px;flex:0 0 38px}}