.partee-chatbot-wrapper{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.partee-chat-trigger{width:60px;height:60px;border-radius:30px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:0;cursor:pointer;box-shadow:0 4px 20px rgba(37,99,235,0.4);display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(0.175,0.885,0.32,1.275);position:relative}.partee-chat-trigger:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(37,99,235,0.5);background:linear-gradient(135deg,#1d4ed8,#60a5fa)}.partee-chat-trigger:active{transform:scale(0.95)}.notification-badge{position:absolute;top:-2px;right:-2px;background-color:#ef4444;color:white;border-radius:10px;padding:2px 7px;font-size:11px;font-weight:bold;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,0.2)}.partee-chat-window{position:absolute;bottom:76px;right:0;width:380px;height:520px;background-color:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.15);display:flex;flex-direction:column;overflow:hidden;animation:slideUp .35s cubic-bezier(0.16,1,0.3,1) forwards;border:1px solid rgba(226,232,240,0.8)}@keyframes slideUp{from{opacity:0;transform:translateY(30px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header{background:rgba(30,58,138,0.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,0.1)}.chat-header-info{display:flex;align-items:center;gap:12px}.chat-avatar{width:38px;height:38px;background-color:rgba(255,255,255,0.15);border-radius:19px;display:flex;align-items:center;justify-content:center;position:relative}.avatar-dot{position:absolute;bottom:1px;right:1px;width:10px;height:10px;border-radius:5px;border:2px solid #1e3a8a}.avatar-dot.online{background-color:#10b981}.chat-title{font-size:15px;font-weight:600;margin:0;line-height:1.2}.chat-subtitle{font-size:11px;margin:2px 0 0 0;opacity:.8}.chat-close-btn{background:transparent;border:0;color:rgba(255,255,255,0.7);cursor:pointer;padding:4px;border-radius:50%;transition:background-color .2s,color .2s;display:flex;align-items:center;justify-content:center}.chat-close-btn:hover{background-color:rgba(255,255,255,0.1);color:#fff}.chat-messages-container{flex:1;padding:20px;overflow-y:auto;background-color:#f8fafc;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth}.chat-messages-container::-webkit-scrollbar{width:6px}.chat-messages-container::-webkit-scrollbar-track{background:transparent}.chat-messages-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-messages-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.chat-message{max-width:80%;display:flex;flex-direction:column}.chat-message.bot{align-self:flex-start}.chat-message.user{align-self:flex-end}.message-bubble{padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;word-break:break-word;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.chat-message.bot .message-bubble{background-color:#fff;color:#1e293b;border-bottom-left-radius:4px;border:1px solid rgba(226,232,240,0.8)}.chat-message.user .message-bubble{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-bottom-right-radius:4px}.message-time{font-size:10px;color:#64748b;margin-top:4px;margin-left:4px;margin-right:4px;align-self:flex-start}.chat-message.user .message-time{align-self:flex-end}.chat-link{color:#2563eb;text-decoration:underline;font-weight:500}.chat-message.user .chat-link{color:#fff}.message-resources{margin-top:8px;display:flex;flex-direction:column;gap:6px}.resources-title{font-size:11px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em;margin-left:2px}.resources-list{display:flex;flex-wrap:wrap;gap:6px}.resource-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;font-size:12px;color:#334155;text-decoration:none;transition:all .2s;font-weight:500}.resource-pill:hover{background-color:#e2e8f0;transform:translateY(-1px);border-color:#cbd5e1}.resource-pill.video{background-color:#fff1f2;border-color:#ffe4e6;color:#e11d48}.resource-pill.video:hover{background-color:#ffe4e6;border-color:#fecdd3}.resource-pill.blog{background-color:#f0fdf4;border-color:#dcfce7;color:#16a34a}.resource-pill.blog:hover{background-color:#dcfce7;border-color:#bbf7d0}.resource-icon{display:flex;align-items:center;justify-content:center}.chat-input-form{padding:12px 16px;background-color:#fff;border-top:1px solid #e2e8f0;display:flex;align-items:center;gap:10px}.chat-input{flex:1;padding:10px 14px;border-radius:12px;border:1px solid #cbd5e1;font-size:14px;outline:0;transition:border-color .2s,box-shadow .2s}.chat-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.15)}.chat-send-btn{width:38px;height:38px;background-color:#2563eb;color:#fff;border:0;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .1s}.chat-send-btn:hover:not([disabled]){background-color:#1d4ed8;transform:translateY(-1px)}.chat-send-btn:active{transform:translateY(0)}.chat-send-btn[disabled]{background-color:#cbd5e1;color:#94a3b8;cursor:not-allowed}.typing-bubble{display:flex;align-items:center;gap:4px;padding:14px 18px !important}.typing-dot{width:6px;height:6px;background-color:#94a3b8;border-radius:3px;animation:typingBounce 1.4s infinite ease-in-out both}.typing-dot:nth-child(1){animation-delay:-0.32s}.typing-dot:nth-child(2){animation-delay:-0.16s}@keyframes typingBounce{0,80%,100%{transform:scale(0)}40%{transform:scale(1)}}@media(max-width:480px){.partee-chatbot-wrapper{bottom:0;right:0;width:100%}.partee-chat-window{bottom:0;width:100%;height:100vh;border-radius:0;border:0}.partee-chat-trigger{bottom:16px;right:16px;position:absolute}.chat-open .partee-chat-trigger{display:none}}