#dgcc-ai-nudge.visible{display:flex;animation:dgccNudgeIn .42s cubic-bezier(.22,1,.36,1) forwards}#dgcc-ai-nudge.hide{animation:dgccNudgeOut .28s ease forwards}.dgcc-nudge-badge{width:72px;min-width:72px;height:46px;border-radius:16px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.75rem;font-weight:800;letter-spacing:.9px;color:#fff;background:linear-gradient(135deg,#7a4dff 0%,#4f76ff 52%,#33b7ff 100%);box-shadow:0 0 0 4px rgba(103,97,255,.1),0 0 20px rgba(81,118,255,.24)}.dgcc-nudge-copy{flex:1;min-width:0}.dgcc-nudge-title{font-size:.87rem;font-weight:700;line-height:1.15;color:#fff}.dgcc-nudge-text{margin-top:5px;font-size:.77rem;line-height:1.45;color:#d5daea}.dgcc-nudge-close{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;background:0 0;color:#9ca4bb;cursor:pointer;font-size:16px;line-height:24px;z-index:3}#dgcc-chat-btn.open{animation:none}#dgcc-chat-btn.hidden{opacity:0!important;visibility:hidden!important;transform:translateY(8px) scale(.98)!important}.dgcc-ai-chip{width:72px;min-width:72px;height:50px;border-radius:18px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.76rem;font-weight:800;letter-spacing:.9px;color:#fff;background:linear-gradient(135deg,#784dff 0%,#4f76ff 52%,#34b8ff 100%);box-shadow:0 0 0 5px rgba(103,97,255,.1),0 0 24px rgba(78,118,255,.28)}.dgcc-ai-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;max-width:150px;text-align:left}.dgcc-ai-top{display:flex;align-items:center;gap:8px;line-height:1}.dgcc-ai-title{font-size:.96rem;font-weight:700;line-height:1.05;color:#fff}.dgcc-ai-dot{width:8px;height:8px;border-radius:50%;background:#6f8dff;box-shadow:0 0 12px rgba(111,141,255,.65);animation:dgccOnlineBlink 1.8s infinite}.dgcc-ai-sub{margin-top:5px;font-size:.72rem;line-height:1.18;color:#c9d2ea}.dgcc-ai-close{display:none;margin-left:auto;width:18px;height:18px;opacity:.88}#dgcc-chat-btn.open .dgcc-ai-close{display:block}#dgcc-chat-win.visible{display:flex;animation:dgccSlideUp .24s ease-out}#dgcc-chat-hdr .dot{width:10px;height:10px;background:#6f8dff;border-radius:50%;animation:dgccPulse 2s infinite;flex:0 0 auto}#dgcc-chat-hdr .info{flex:1;min-width:0}#dgcc-chat-hdr .name{color:#fff;font-weight:700;font-size:.94rem;letter-spacing:.2px;line-height:1.15}#dgcc-chat-hdr .status{color:#a2a8bc;font-size:.72rem;margin-top:2px}#dgcc-chat-lang option{background:#111;color:#fff}.dgcc-msg{max-width:88%;padding:11px 14px;border-radius:16px;font-size:.88rem;line-height:1.5;word-wrap:break-word;animation:dgccFadeIn .22s ease-out}.dgcc-msg.assistant{background:linear-gradient(180deg,rgba(255,255,255,.04) 0%,rgba(255,255,255,.02) 100%),#16161d;color:#e8e8e8;border:1px solid rgba(255,255,255,.05);border-bottom-left-radius:5px;align-self:flex-start}.dgcc-msg.user{background:linear-gradient(135deg,#7651ff 0%,#4f77ff 55%,#35b8ff 100%);color:#fff;border-bottom-right-radius:5px;align-self:flex-end;font-weight:600}.dgcc-msg-text{width:100%}.dgcc-cta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.dgcc-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 14px;border-radius:999px;text-decoration:none;font-size:.75rem;line-height:1.1;font-weight:700;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#f4f7ff;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease}.dgcc-cta-btn:hover{transform:translateY(-1px);border-color:rgba(95,115,255,.55);box-shadow:0 10px 20px rgba(70,100,255,.16);background:rgba(96,112,255,.1)}.dgcc-cta-btn.primary{background:linear-gradient(135deg,#7651ff 0%,#4f77ff 55%,#35b8ff 100%);color:#fff;border-color:transparent;box-shadow:0 10px 24px rgba(88,101,255,.24)}.dgcc-cta-btn.success{background:linear-gradient(135deg,#1db954 0%,#17a34a 100%);color:#fff;border-color:transparent;box-shadow:0 10px 24px rgba(29,185,84,.24)}.dgcc-quick{flex:0 0 auto;display:flex;flex-wrap:nowrap;gap:6px;padding:0 14px 10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.dgcc-quick::-webkit-scrollbar{display:none}.dgcc-quick button{flex:0 0 auto;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:999px;color:#d8d8e2;font-size:.75rem;line-height:1.1;padding:8px 12px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.dgcc-quick button:hover{border-color:rgba(95,115,255,.42);color:#8ab0ff;background:rgba(96,112,255,.08)}.dgcc-typing{display:flex;gap:4px;padding:10px 14px;align-self:flex-start}.dgcc-typing span{width:7px;height:7px;background:#555c74;border-radius:50%;animation:dgccBounce 1.2s infinite}.dgcc-typing span:nth-child(2){animation-delay:.2s}.dgcc-typing span:nth-child(3){animation-delay:.4s}html.dgcc-chat-open,body.dgcc-chat-open{overflow:hidden!important}@media (max-width:767px){.dgcc-ai-chip{width:58px;min-width:58px;height:42px;font-size:.66rem;border-radius:15px}.dgcc-ai-copy{max-width:92px}.dgcc-ai-title{font-size:.83rem;line-height:1.04}.dgcc-ai-sub{font-size:.64rem;line-height:1.08}.dgcc-msg{max-width:94%;font-size:.9rem}.dgcc-cta-row{gap:6px}.dgcc-cta-btn{width:100%}}