.ai-assistant-section{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #4a5568;border-radius:8px;overflow:hidden;margin-top:16px;display:block!important}@media (min-width: 1025px){.ai-assistant-section{min-height:200px;position:sticky;bottom:0}}.ai-assistant-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(90deg,#667eea,#764ba2);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.ai-assistant-header:hover{background:linear-gradient(90deg,#5a67d8,#6b46c1)}.ai-assistant-header h3{margin:0;color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.ai-assistant-header h3 i{font-size:16px}.ai-toggle-icon{color:#fff;font-size:12px;transition:transform .3s ease}.ai-assistant-section.collapsed .ai-toggle-icon{transform:rotate(-90deg)}.ai-assistant-section.collapsed .ai-assistant-body{display:none}.ai-assistant-body{padding:12px;display:flex;flex-direction:column;gap:12px}.ai-status-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#0000004d;border-radius:6px;font-size:12px}.ai-status-dot{width:8px;height:8px;border-radius:50%;background:#fbbf24;animation:pulse 2s infinite}.ai-status-dot.connected{background:#10b981;animation:none}.ai-status-dot.error{background:#ef4444;animation:none}.ai-status-text{color:#a0aec0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ai-chat-messages{max-height:300px;min-height:150px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:8px;background:#0003;border-radius:8px;scrollbar-width:thin;scrollbar-color:#4a5568 transparent}.ai-chat-messages::-webkit-scrollbar{width:6px}.ai-chat-messages::-webkit-scrollbar-track{background:transparent}.ai-chat-messages::-webkit-scrollbar-thumb{background:#4a5568;border-radius:3px}.ai-message{display:flex;gap:10px;animation:messageSlideIn .3s ease}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ai-message-user{flex-direction:row-reverse}.ai-message-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:14px}.ai-message-user .ai-message-avatar{background:linear-gradient(135deg,#10b981,#059669)}.ai-message-content{flex:1;background:#ffffff1a;padding:10px 14px;border-radius:12px;color:#e2e8f0;font-size:13px;line-height:1.5;max-width:calc(100% - 50px)}.ai-message-user .ai-message-content{background:#667eea4d}.ai-message-content p{margin:0 0 8px}.ai-message-content p:last-child{margin-bottom:0}.ai-message-content ul{margin:8px 0;padding-left:20px}.ai-message-content li{margin:4px 0}.ai-message-content code{background:#0000004d;padding:2px 6px;border-radius:4px;font-family:Monaco,Menlo,monospace;font-size:12px}.ai-typing-indicator{display:flex;align-items:center;gap:4px;padding:12px 14px}.ai-typing-indicator span{width:8px;height:8px;background:#667eea;border-radius:50%;animation:typing 1.4s infinite}.ai-typing-indicator span:nth-child(2){animation-delay:.2s}.ai-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.ai-suggestions{display:flex;flex-wrap:wrap;gap:8px}.ai-suggestion-btn{padding:6px 12px;background:#667eea33;border:1px solid rgba(102,126,234,.4);border-radius:16px;color:#a5b4fc;font-size:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.ai-suggestion-btn:hover{background:#667eea66;border-color:#667eea;color:#fff;transform:translateY(-1px)}.ai-chat-input-container{display:flex;gap:8px;align-items:flex-end}.ai-chat-input{flex:1;background:#0000004d;border:1px solid #4a5568;border-radius:8px;padding:10px 12px;color:#e2e8f0;font-size:13px;font-family:inherit;resize:none;transition:border-color .2s ease}.ai-chat-input:focus{outline:none;border-color:#667eea}.ai-chat-input::placeholder{color:#718096}.ai-send-btn{padding:10px 16px;background:linear-gradient(90deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.ai-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.ai-send-btn:disabled{opacity:.5;cursor:not-allowed}.ai-send-btn.loading{position:relative;color:transparent}.ai-send-btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ai-context-toggle{padding-top:4px}.ai-context-toggle label{display:flex;align-items:center;gap:8px;font-size:11px;color:#718096;cursor:pointer;-webkit-user-select:none;user-select:none}.ai-context-toggle input[type=checkbox]{width:14px;height:14px;accent-color:#667eea;cursor:pointer}.ai-card-mention{color:#fbbf24;font-weight:500;cursor:pointer;text-decoration:underline;text-decoration-style:dotted}.ai-card-mention:hover{color:#f59e0b}.ai-error-message{background:#ef444433;border:1px solid rgba(239,68,68,.4);color:#fca5a5;padding:10px 14px;border-radius:8px;font-size:12px}@media (max-width: 768px){.ai-chat-messages{max-height:200px}.ai-suggestions{justify-content:center}.ai-suggestion-btn{font-size:11px;padding:5px 10px}.ai-chat-input-container{flex-direction:column}.ai-send-btn{width:100%}}.deck-builder-v2 .ai-assistant-section{box-shadow:0 4px 6px -1px #0000004d}.ai-message-skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a,#ffffff0d 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;height:60px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/deck-builder-ai.css.map */
