#cgrc-register-chat.dark-theme{background:#0f1115;border-radius:16px;padding:16px;max-width:840px;margin:20px auto;font-family:Arial,Helvetica,sans-serif}#cgrc-register-chat .cgrc-chat{background:#171a21;border-radius:12px;padding:16px;box-shadow:0 6px 24px rgba(0,0,0,.35)}#cgrc-register-chat .cgrc-history{background:#0f1115;min-height:140px;max-height:460px;overflow:auto;border-radius:10px;padding:12px}#cgrc-register-chat .msg{margin:10px 0;padding:10px 14px;border-radius:12px;max-width:80%;white-space:pre-wrap}#cgrc-register-chat .msg.user{background:#005bbb;color:#fff;margin-left:auto}#cgrc-register-chat .msg.bot{background:#232835;color:#e4e6eb;margin-right:auto}#cgrc-register-chat .cgrc-file-chips{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}#cgrc-register-chat .cgrc-file-chips .chip{background:#202735;color:#cfd3dc;border:1px solid #2a3242;border-radius:16px;padding:4px 8px;font-size:12px}#cgrc-register-chat .cgrc-input-row{display:flex;align-items:center;gap:10px;margin-top:12px}#cgrc-register-chat .cgrc-input{flex:1;background:#0f1115;border:1px solid #2b2f3a;color:#e4e6eb;border-radius:10px;min-height:68px;padding:12px;resize:none;outline:none}#cgrc-register-chat .cgrc-input:focus{border-color:#005bbb;box-shadow:0 0 0 3px rgba(0,91,187,.25)}#cgrc-register-chat .cgrc-send-round{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;background:#005bbb;border:none;cursor:pointer;transition:background .2s ease,transform .1s}#cgrc-register-chat .cgrc-send-round:hover{background:#1b73d1}#cgrc-register-chat .cgrc-send-round svg{display:block;width:24px;height:24px}#cgrc-register-chat .icon-button{background:0 0;border:none;color:#cfd3dc;font-size:20px;line-height:1;padding:8px;border-radius:8px;cursor:pointer;transition:color .2s,background .2s}#cgrc-register-chat .icon-button:hover{background:#202735;color:#fff}#cgrc-register-chat .icon-attach{font-size:18px}#cgrc-register-chat .cgrc-file-input{display:none}#cgrc-register-chat .msg.typing .dot{display:inline-block;width:6px;height:6px;margin:0 2px;background:#cfd3dc;border-radius:50%;animation:blink 1s infinite}@keyframes blink{0%,80%,100%{opacity:.3}40%{opacity:1}}#cgrc-register-chat .emoji-panel{position:absolute;bottom:64px;left:12px;width:320px;max-height:260px;background:#1e2430;border:1px solid #2c3446;border-radius:10px;padding:8px;box-shadow:0 8px 30px rgba(0,0,0,.45);z-index:5}#cgrc-register-chat .emoji-panel.hidden{display:none}#cgrc-register-chat .emoji-tabs{display:flex;gap:6px;padding-bottom:6px;border-bottom:1px solid #2c3446;margin-bottom:6px}#cgrc-register-chat .emoji-tab{background:#202735;color:#cfd3dc;border:none;border-radius:8px;padding:4px 6px;cursor:pointer}#cgrc-register-chat .emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;max-height:200px;overflow:auto}#cgrc-register-chat .emoji{background:0 0;border:none;font-size:20px;padding:4px;cursor:pointer;border-radius:6px}#cgrc-register-chat .emoji:hover{background:#2c3446}#cgrc-register-chat .cgrc-input-row{position:relative}#cgrc-register-chat .cgrc-file-chips{display:flex;gap:6px;flex-wrap:wrap;margin:6px 0 4px}#cgrc-register-chat .cgrc-file-chips .chip{background:#202735;color:#cfd3dc;border:1px solid #2a3242;border-radius:16px;padding:3px 8px;font-size:12px}