| @@ -5685,8 +5685,43 @@ | ||
| 5685 | 5685 | color: #ffffff !important; |
| 5686 | 5686 | transform: translateY(-1px) !important; |
| 5687 | 5687 | } |
| 5688 | 5688 | |
| 5689 | +.pagelayer-header-right .pagelayer-ai-topbar-btn { | |
| 5690 | +cursor: pointer !important; | |
| 5691 | +display: inline-flex !important; | |
| 5692 | +align-items: center !important; | |
| 5693 | +justify-content: center !important; | |
| 5694 | +width: 34px !important; | |
| 5695 | +height: 34px !important; | |
| 5696 | +border-radius: 6px !important; | |
| 5697 | +color: #c084fc !important; | |
| 5698 | +background: rgba(168, 85, 247, 0.15) !important; | |
| 5699 | +border: 1px solid rgba(168, 85, 247, 0.3) !important; | |
| 5700 | +transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important; | |
| 5701 | +position: relative !important; | |
| 5702 | +margin-right: 4px !important; | |
| 5703 | +box-sizing: border-box !important; | |
| 5704 | +font-size: 14px !important; | |
| 5705 | +line-height: 1 !important; | |
| 5706 | +} | |
| 5707 | + | |
| 5708 | +.pagelayer-header-right .pagelayer-ai-topbar-btn:hover, | |
| 5709 | +.pagelayer-header-right .pagelayer-ai-topbar-btn.active { | |
| 5710 | +background: linear-gradient(135deg, #7c3aed, #4f46e5) !important; | |
| 5711 | +color: #ffffff !important; | |
| 5712 | +border-color: transparent !important; | |
| 5713 | +box-shadow: 0 0 12px rgba(124, 58, 237, 0.5) !important; | |
| 5714 | +transform: translateY(-1px) !important; | |
| 5715 | +} | |
| 5716 | + | |
| 5717 | +.pagelayer-header-right .pagelayer-ai-topbar-btn i { | |
| 5718 | +font-size: 14px !important; | |
| 5719 | +line-height: 1 !important; | |
| 5720 | +pointer-events: none !important; | |
| 5721 | +color: inherit !important; | |
| 5722 | +} | |
| 5723 | + | |
| 5689 | 5724 | .pagelayer-header-divider { |
| 5690 | 5725 | width: 1px !important; |
| 5691 | 5726 | height: 20px !important; |
| 5692 | 5727 | background-color: rgba(255, 255, 255, 0.1) !important; |