/* Axon AI Free Chat */
.ico.ai-chat-link b{background:linear-gradient(145deg,rgba(34,197,94,.86),rgba(14,165,233,.72))!important;color:#f8fafc!important}
.aiChat{display:grid;grid-template-rows:auto 1fr auto;min-height:420px;height:100%;border:1px solid rgba(148,163,184,.28);border-radius:12px;overflow:hidden;background:linear-gradient(135deg,rgba(12,18,28,.96),rgba(8,13,22,.98))}.aiHead{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.22);background:linear-gradient(135deg,rgba(34,197,94,.12),rgba(59,130,246,.10))}.aiBadge{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#22c55e,#0ea5e9);box-shadow:0 14px 28px rgba(0,0,0,.26);font-size:22px}.aiHead h2{margin:0;font-size:18px}.aiHead small{color:#aab8c8}.aiBody{overflow:auto;padding:16px;display:grid;gap:10px;align-content:start;background:radial-gradient(circle at 20% 10%,rgba(34,197,94,.07),transparent 28%),repeating-linear-gradient(45deg,rgba(255,255,255,.018) 0 1px,transparent 1px 16px)}.aiMsg{max-width:86%;border:1px solid rgba(148,163,184,.22);border-radius:14px;padding:10px 12px;line-height:1.5;white-space:pre-wrap}.aiMsg.bot{background:rgba(15,23,42,.78);justify-self:start}.aiMsg.user{background:linear-gradient(145deg,rgba(22,163,74,.80),rgba(14,116,144,.80));justify-self:end;color:#fff}.aiFoot{display:flex;gap:8px;padding:12px;border-top:1px solid rgba(148,163,184,.22);background:rgba(8,13,22,.88)}.aiFoot textarea{flex:1;min-height:46px;max-height:120px;resize:vertical;border:1px solid #334155;border-radius:12px;background:#08111b;color:#e5e7eb;padding:10px}.aiFoot button{min-width:92px;border:0;border-radius:12px;background:linear-gradient(145deg,#22c55e,#0ea5e9);color:#fff;font-weight:500!important;cursor:pointer}.aiTools{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.aiTools a,.aiTools button{border:1px solid rgba(148,163,184,.30);border-radius:999px;padding:7px 10px;background:rgba(15,23,42,.65);color:#e5e7eb;text-decoration:none;cursor:pointer}.aiNotice{font-size:12px;color:#aab8c8}@media(max-width:620px){.aiChat{min-height:calc(100vh - 160px)}.aiMsg{max-width:94%}.aiFoot{display:grid}.aiFoot button{height:42px}}