@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Merriweather:wght@700&display=swap");@keyframes mgBounce{0%,80%,to{transform:translateY(0);opacity:.6}40%{transform:translateY(-5px);opacity:1}}@keyframes mgFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:Open Sans,Arial,sans-serif;overflow:hidden}.mg-wrap,body{background:#f8f9fa}.mg-wrap{display:flex;flex-direction:column;height:100vh;max-width:720px;margin:0 auto}.mg-header{background:#343a40;padding:14px 20px;gap:12px;border-bottom:3px solid #b8860b}.mg-avatar,.mg-header{display:flex;align-items:center;flex-shrink:0}.mg-avatar{width:40px;height:40px;border-radius:50%;background:#b8860b;justify-content:center;font-size:18px}.mg-title{font-family:Merriweather,Georgia,serif;font-size:17px;font-weight:700;color:#fff;letter-spacing:.01em}.mg-online{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:12px;color:hsla(0,0%,100%,.6)}.mg-dot{width:7px;height:7px;border-radius:50%;background:#28a745}.mg-msgs{flex:1 1;overflow-y:auto;padding:20px 16px;display:flex;flex-direction:column;gap:12px;background:#f8f9fa;scrollbar-width:thin;scrollbar-color:#dee2e6 transparent}.mg-msgs::-webkit-scrollbar{width:4px}.mg-msgs::-webkit-scrollbar-thumb{background:#dee2e6;border-radius:2px}.mg-row{display:flex;animation:mgFadeIn .25s ease}.mg-row.user{justify-content:flex-end}.mg-row.assistant,.mg-row.form-row{justify-content:flex-start}.mg-row.form-row{width:100%}.mg-bubble{max-width:82%;padding:12px 16px;font-size:14px;line-height:1.7;border-radius:12px}.mg-bubble.user{background:#343a40;color:#fff;border-bottom-right-radius:3px}.mg-bubble.assistant{color:#212529;border-bottom-left-radius:3px}.mg-bubble.assistant,.mg-typing{background:#fff;border:1px solid #dee2e6;box-shadow:0 1px 4px rgba(0,0,0,.06)}.mg-typing{border-radius:12px;border-bottom-left-radius:3px;padding:10px 16px}.mg-suggestions{padding:0 16px 12px;display:flex;flex-direction:column;gap:7px;background:#f8f9fa}.mg-sq-label{font-size:11px;color:#6c757d;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:2px}.mg-sq-btn{background:#fff;border:1px solid #dee2e6;color:#343a40;padding:9px 14px;border-radius:8px;font-size:13px;cursor:pointer;text-align:left;font-family:Open Sans,Arial,sans-serif;font-weight:400;transition:border-color .18s,color .18s,background .18s;display:flex;align-items:center;gap:8px}.mg-sq-btn:before{content:"";width:3px;height:14px;background:#b8860b;border-radius:2px;flex-shrink:0}.mg-sq-btn:hover{border-color:#b8860b;color:#b8860b;background:#fefbf3}.mg-input-area{padding:10px 16px 16px;background:#fff;border-top:1px solid #dee2e6;flex-shrink:0}.mg-input-row{display:flex;gap:10px;align-items:flex-end;border:1px solid #ced4da;border-radius:8px;padding:8px 8px 8px 14px;background:#fff;transition:border-color .2s,box-shadow .2s}.mg-input-row:focus-within{border-color:#b8860b;box-shadow:0 0 0 2px rgba(184,134,11,.12)}.mg-textarea{flex:1 1;border:none;outline:none;background:transparent;font-size:14px;font-family:Open Sans,Arial,sans-serif;color:#212529;resize:none;min-height:22px;max-height:96px;line-height:1.5;padding:2px 0}.mg-textarea::placeholder{color:#adb5bd}.mg-send{width:36px;height:36px;border-radius:6px;background:#b8860b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .18s,transform .1s}.mg-send:hover:not(:disabled){background:#9a720a}.mg-send:active:not(:disabled){transform:scale(.95)}.mg-send:disabled{background:#ced4da;cursor:not-allowed}.mg-hint{font-size:11px;color:#adb5bd;margin-top:7px;text-align:center}@media (max-width:480px){.mg-bubble{max-width:92%}.mg-title{font-size:15px}}