:root{--navy: #0f2440;--navy-soft: #1c3a63;--amber: #f5a623;--bg: #f4f6fa;--bubble-in: #ffffff;--bubble-out: #e8f0fe;--text: #1a2333;--muted: #6b7686;--radius: 14px;font-family:Segoe UI,Tahoma,Noto Sans Arabic,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text)}.wgt-shell{display:flex;flex-direction:column;height:100%}.wgt-header{background:var(--navy);color:#fff;padding:12px 16px;display:flex;align-items:center;gap:10px;flex-shrink:0}.wgt-header .dot{width:10px;height:10px;border-radius:50%;background:#43d17c;flex-shrink:0}.wgt-header .name{font-weight:700;font-size:15px}.wgt-header .sub{font-size:11px;opacity:.75}.wgt-scroll{flex:1;overflow-y:auto;padding:14px 12px 6px;display:flex;flex-direction:column;gap:8px}.msg{max-width:86%}.msg.in{align-self:flex-end}.msg.out{align-self:flex-start}.bubble{padding:9px 12px;border-radius:var(--radius);font-size:14px;line-height:1.55;white-space:pre-wrap;word-break:break-word;box-shadow:0 1px 1px #0f244012}.msg.in .bubble{background:var(--bubble-out);border-start-end-radius:4px}.msg.out .bubble{background:var(--bubble-in);border-start-start-radius:4px}.msg .time{font-size:10px;color:var(--muted);margin-top:2px;padding:0 4px}.card{background:var(--bubble-in);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 3px #0f24401f}.card img.hero{width:100%;max-height:180px;object-fit:cover;display:block}.card .card-body{padding:10px 12px;font-size:14px;white-space:pre-wrap}.card .card-footer{padding:0 12px 8px;font-size:11px;color:var(--muted)}.choices{display:flex;flex-direction:column;gap:6px;padding:8px 10px 10px}.choice-btn{border:1px solid var(--navy-soft);color:var(--navy);background:#fff;border-radius:10px;padding:8px 10px;font-size:13.5px;cursor:pointer;text-align:center;transition:background .12s ease;font-family:inherit}.choice-btn:hover{background:var(--bubble-out)}.choice-btn .desc{display:block;font-size:11.5px;color:var(--muted);margin-top:2px}.choice-btn:disabled{opacity:.5;cursor:default}.list-rows{display:flex;flex-direction:column;padding:4px 0 8px}.list-row{display:flex;justify-content:space-between;gap:10px;padding:9px 12px;border-top:1px solid #eef1f6;background:none;border-inline:none;border-bottom:none;cursor:pointer;font-size:13.5px;text-align:start;width:100%;font-family:inherit;color:var(--text)}.list-row:hover{background:var(--bubble-out)}.list-row .row-desc{color:var(--muted);font-size:12px;flex-shrink:0}.typing{align-self:flex-start;color:var(--muted);font-size:12px;padding:2px 8px}.typing .dots:after{content:"…";animation:wgt-blink 1.2s infinite}@keyframes wgt-blink{50%{opacity:.2}}.wgt-input{display:flex;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #e6eaf1;flex-shrink:0}.wgt-input textarea{flex:1;resize:none;border:1px solid #d7dde8;border-radius:10px;padding:9px 12px;font-size:14px;font-family:inherit;max-height:90px;outline:none}.wgt-input textarea:focus{border-color:var(--navy-soft)}.wgt-input button{background:var(--amber);border:none;border-radius:10px;padding:0 18px;font-weight:700;font-size:14px;cursor:pointer;color:var(--navy);font-family:inherit}.wgt-input button:disabled{opacity:.5;cursor:default}.wgt-error{margin:20px auto;max-width:300px;text-align:center;color:var(--muted);font-size:14px}
