﻿[data-page="chat"],[data-go="chat"]{--module-color:#22d3ee;--module-glow:rgba(34,211,238,.7)}
#page-chat.page.active{width:min(100%,1500px)!important;max-width:1500px!important;--max-page:1500px!important}
.teddy-chat-shell{height:calc(100vh - 130px);min-height:620px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:radial-gradient(circle at 10% 0,rgba(34,211,238,.12),transparent 30%),linear-gradient(180deg,#14171b,#08090b);box-shadow:0 24px 70px rgba(0,0,0,.34);overflow:hidden;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto auto}
.teddy-chat-head{padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:16px;background:rgba(8,10,12,.78);backdrop-filter:blur(16px)}
.teddy-chat-title{display:flex;align-items:center;gap:13px;min-width:0}.teddy-chat-title-icon{width:48px;height:48px;flex:0 0 48px;border-radius:16px;display:grid;place-items:center;border:1px solid rgba(34,211,238,.35);background:rgba(34,211,238,.12);color:#67e8f9;box-shadow:0 0 26px rgba(34,211,238,.12)}.teddy-chat-title-icon svg{width:25px;height:25px}.teddy-chat-title h3{margin:0;font-size:24px;letter-spacing:-.035em}.teddy-chat-title p{margin:4px 0 0;color:#a1a1aa;font-size:12px;font-weight:750}
.teddy-chat-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.teddy-chat-sync{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(34,197,94,.22);background:rgba(34,197,94,.08);border-radius:999px;padding:8px 11px;color:#bbf7d0;font-size:11px;font-weight:900}.teddy-chat-sync i{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 14px rgba(34,197,94,.9)}.teddy-chat-sync.error{border-color:rgba(239,68,68,.3);background:rgba(239,68,68,.09);color:#fecaca}.teddy-chat-sync.error i{background:#ef4444;box-shadow:0 0 14px rgba(239,68,68,.8)}
.teddy-chat-clear{min-height:38px;border:1px solid rgba(239,68,68,.42);border-radius:12px;background:linear-gradient(135deg,rgba(239,68,68,.18),rgba(127,29,29,.22));color:#fecaca;padding:8px 12px;display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:950}.teddy-chat-clear svg{width:16px;height:16px}.teddy-chat-clear:hover{filter:brightness(1.16);border-color:rgba(239,68,68,.7)}
.teddy-chat-notice{margin:12px 16px 0;border:1px solid rgba(245,158,11,.28);border-radius:13px;background:rgba(245,158,11,.08);padding:10px 12px;color:#fde68a;font-size:11px;line-height:1.45;font-weight:750}.teddy-chat-notice b{color:#fef3c7}
.teddy-chat-notice{display:none!important}
.teddy-chat-messages{min-height:0;overflow:auto;padding:18px 18px 14px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.teddy-chat-loading,.teddy-chat-empty{margin:auto;max-width:430px;text-align:center;color:#8f8f99;font-weight:800;border:1px dashed rgba(255,255,255,.12);border-radius:18px;padding:28px;background:rgba(255,255,255,.025)}.teddy-chat-empty b{display:block;color:#e4e4e7;font-size:17px;margin-bottom:6px}
.teddy-chat-row{display:flex;align-items:flex-end;gap:9px;max-width:min(78%,820px)}.teddy-chat-row.own{align-self:flex-end;flex-direction:row-reverse}.teddy-chat-row.other{align-self:flex-start}.teddy-chat-avatar{width:34px;height:34px;flex:0 0 34px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);background:linear-gradient(135deg,#27272a,#111114);font-weight:1000;font-size:12px;color:#fff;overflow:hidden}.teddy-chat-avatar img{width:100%;height:100%;display:block;object-fit:cover}.teddy-chat-row.admin .teddy-chat-avatar{border-color:rgba(239,38,47,.45);background:linear-gradient(135deg,#ef2630,#65090e);box-shadow:0 8px 22px rgba(239,38,47,.17)}
.teddy-chat-bubble{min-width:150px;border:1px solid rgba(255,255,255,.09);border-radius:18px 18px 18px 5px;background:linear-gradient(180deg,#17191d,#0e1013);padding:10px 12px;box-shadow:0 10px 28px rgba(0,0,0,.2)}.teddy-chat-row.own .teddy-chat-bubble{border-radius:18px 18px 5px 18px;border-color:rgba(34,211,238,.28);background:linear-gradient(135deg,rgba(8,145,178,.32),rgba(9,55,70,.62)),#0b1115}.teddy-chat-row.admin:not(.own) .teddy-chat-bubble{border-color:rgba(239,38,47,.24)}
.teddy-chat-meta{display:flex;align-items:center;gap:7px;margin-bottom:6px;min-width:0}.teddy-chat-row.own .teddy-chat-meta{justify-content:flex-end}.teddy-chat-name{font-size:11px;font-weight:1000;color:#f4f4f5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teddy-chat-role{border:1px solid rgba(239,38,47,.34);background:rgba(239,38,47,.11);color:#fda4af;border-radius:999px;padding:2px 6px;font-size:8px;font-weight:1000;text-transform:uppercase;letter-spacing:.06em}.teddy-chat-time{margin-left:auto;color:#71717a;font-size:9px;font-weight:850;white-space:nowrap}.teddy-chat-row.own .teddy-chat-time{margin-left:0}.teddy-chat-text{color:#f4f4f5;font-size:13px;line-height:1.48;white-space:pre-wrap;overflow-wrap:anywhere}
.teddy-chat-attachment{margin-top:8px;border:1px solid rgba(255,255,255,.09);border-radius:13px;overflow:hidden;background:rgba(0,0,0,.22)}.teddy-chat-image{display:block;max-width:100%;max-height:340px;object-fit:contain;background:#060708;cursor:zoom-in}.teddy-chat-file{display:flex;align-items:center;gap:10px;padding:10px;text-decoration:none;color:#fff}.teddy-chat-file:hover{background:rgba(255,255,255,.04)}.teddy-chat-file-ico{width:36px;height:36px;flex:0 0 36px;border-radius:11px;display:grid;place-items:center;background:rgba(34,211,238,.11);border:1px solid rgba(34,211,238,.24);color:#67e8f9}.teddy-chat-file-ico svg{width:19px;height:19px}.teddy-chat-file-info{min-width:0}.teddy-chat-file-info b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.teddy-chat-file-info small{display:block;margin-top:3px;color:#8f8f99;font-size:9px;font-weight:850}
.teddy-chat-selected{margin:0 16px 10px;border:1px solid rgba(34,211,238,.26);border-radius:13px;background:rgba(34,211,238,.07);padding:9px 10px;display:flex;align-items:center;gap:10px}.teddy-chat-selected[hidden]{display:none!important}.teddy-chat-selected .selected-info{min-width:0;flex:1}.teddy-chat-selected b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.teddy-chat-selected small{color:#a1a1aa;font-size:9px;font-weight:800}.teddy-chat-selected button{width:30px;height:30px;border:1px solid rgba(239,68,68,.32);border-radius:9px;background:rgba(239,68,68,.09);color:#fecaca;font-weight:1000}
.teddy-chat-composer{margin:0 16px 10px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:#090b0e;padding:8px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:end;gap:8px;box-shadow:0 14px 34px rgba(0,0,0,.24)}.teddy-chat-composer textarea{min-height:42px!important;max-height:150px!important;resize:none;border:0!important;background:transparent!important;box-shadow:none!important;padding:11px 8px!important;line-height:1.35}.teddy-chat-attach{width:42px;height:42px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#15171b;color:#d4d4d8;display:grid;place-items:center}.teddy-chat-attach:hover{border-color:rgba(34,211,238,.4);color:#67e8f9}.teddy-chat-attach svg{width:20px;height:20px}.teddy-chat-send{min-height:42px;border:1px solid rgba(34,211,238,.42);border-radius:13px;background:linear-gradient(135deg,#0891b2,#164e63);color:#fff;padding:9px 15px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:1000;box-shadow:0 10px 26px rgba(8,145,178,.18)}.teddy-chat-send:hover{filter:brightness(1.13)}.teddy-chat-send:disabled{opacity:.55;cursor:not-allowed;filter:none}.teddy-chat-send svg{width:17px;height:17px}
.teddy-chat-footnote{padding:0 18px 12px;display:flex;justify-content:space-between;gap:12px;color:#71717a;font-size:9px;font-weight:850}.teddy-chat-footnote span:first-child{color:#a1a1aa}
@media(max-width:900px){.teddy-chat-shell{height:auto;min-height:720px}.teddy-chat-head{align-items:flex-start;flex-direction:column}.teddy-chat-head-actions{width:100%;justify-content:flex-start}.teddy-chat-row{max-width:92%}}
@media(max-width:620px){.teddy-chat-title p{display:none}.teddy-chat-clear{width:100%;justify-content:center}.teddy-chat-sync{width:100%;justify-content:center}.teddy-chat-messages{padding:14px 10px}.teddy-chat-row{max-width:96%;gap:6px}.teddy-chat-avatar{width:29px;height:29px;flex-basis:29px;border-radius:10px}.teddy-chat-bubble{min-width:120px}.teddy-chat-composer{margin-left:9px;margin-right:9px;grid-template-columns:40px minmax(0,1fr) 44px}.teddy-chat-attach{width:38px;height:40px}.teddy-chat-send{width:42px;padding:0}.teddy-chat-send span{display:none}.teddy-chat-footnote{padding-left:12px;padding-right:12px;flex-direction:column;gap:3px}}
