diff --git a/resources/views/chat/partials/lottery-panel.blade.php b/resources/views/chat/partials/lottery-panel.blade.php
index ae45128..49930f7 100644
--- a/resources/views/chat/partials/lottery-panel.blade.php
+++ b/resources/views/chat/partials/lottery-panel.blade.php
@@ -194,22 +194,31 @@
- {{-- 操作按钮行(机选 + 清除 + 加入购物车 + 立即购买) --}}
-
+ {{-- 操作按鈕行(机选 + 清除 + 加入购物车) --}}
+
-
@@ -244,12 +253,15 @@
+ style="width:100%; margin-top:10px; border:none; border-radius:12px;
+ padding:13px 0; font-size:14px; font-weight:bold;
+ cursor:pointer; transition:all .2s; font-family:inherit;"
+ :style="buying
+ ?
+ 'background:#e0e8f0; color:#99a8b8; cursor:not-allowed; box-shadow:none;' :
+ 'background:linear-gradient(135deg,#dc2626,#ef4444); color:#fff; box-shadow:0 4px 14px rgba(220,38,38,.3);'">
+ x-text="buying ? '购买中…' : '🎟️ 确认购买 ' + cart.length + ' 注(共 ' + (cart.length*100).toLocaleString() + ' 金币)'">
{{-- 内联购买结果提示 --}}
- 🎲 一次机选3注
+ style="padding:9px 18px; border-radius:20px; font-size:12px; font-weight:bold;
+ background:linear-gradient(135deg,#d97706,#f59e0b); color:#fff; border:none;
+ box-shadow:0 3px 10px rgba(217,119,6,.25); cursor:pointer;
+ transition:all .15s; font-family:inherit;"
+ onmouseover="this.style.transform='translateY(-1px)'; this.style.boxShadow='0 5px 14px rgba(217,119,6,.35)'"
+ onmouseout="this.style.transform=''; this.style.boxShadow='0 3px 10px rgba(217,119,6,.25)'">
+ � 机选 3 注
+ style="padding:9px 18px; border-radius:20px; font-size:12px; font-weight:bold;
+ background:#f0f6ff; color:#336699; border:1.5px solid #c0d8ef;
+ cursor:pointer; transition:all .15s; font-family:inherit;"
+ onmouseover="this.style.background='#dbeafe'" onmouseout="this.style.background='#f0f6ff'">
🔄 刷新
+ style="padding:9px 18px; border-radius:20px; font-size:12px; font-weight:bold;
+ background:#f9fafb; color:#6b7280; border:1.5px solid #e5e7eb;
+ cursor:pointer; transition:all .15s; font-family:inherit;"
+ onmouseover="this.style.background='#f3f4f6'" onmouseout="this.style.background='#f9fafb'">
关闭