.m2-chat *{box-sizing:border-box}.m2-chat{bottom:22px;font-family:Inter,Arial,sans-serif;position:fixed;right:22px;z-index:999998}.m2-chat-button{align-items:center;background:linear-gradient(145deg,#c99a43,#79501f);border:1px solid #f0cf7d;border-radius:50%;box-shadow:0 8px 32px #000a;color:#160d07;display:flex;height:62px;justify-content:center;width:62px}.m2-chat-button svg{height:28px;width:28px}.m2-chat-badge{background:#d63e32;border:2px solid #150e09;border-radius:20px;color:#fff;font-size:11px;font-weight:800;min-width:21px;padding:3px;position:absolute;right:-2px;text-align:center;top:-3px}.m2-chat-panel{background:#100c09;border:1px solid #a77d3d;border-radius:14px;bottom:76px;box-shadow:0 20px 65px #000d;color:#eee1c9;display:flex;flex-direction:column;height:min(560px,calc(100vh - 120px));overflow:hidden;position:absolute;right:0;width:min(370px,calc(100vw - 28px))}.m2-chat-hidden{display:none}.m2-chat-head{align-items:center;background:linear-gradient(135deg,#291a0e,#17100b);border-bottom:1px solid #60451f;display:flex;padding:15px 16px}.m2-chat-head strong{color:#f1d28b;display:block}.m2-chat-head small{color:#a99a83}.m2-chat-close{background:none;border:0;color:#c7b89d;font-size:25px;margin-left:auto}.m2-chat-messages{display:flex;flex:1;flex-direction:column;gap:10px;overflow:auto;padding:15px}.m2-chat-msg{background:#2b2118;border-radius:3px 12px 12px 12px;line-height:1.45;max-width:86%;padding:10px 12px}.m2-chat-msg.visitor{align-self:flex-end;background:#755126;border-radius:12px 3px 12px 12px;color:#fff}.m2-chat-msg b{color:#e0bd72;display:block;font-size:11px;margin-bottom:3px}.m2-chat-msg time{color:#988b77;display:block;font-size:9px;margin-top:4px;text-align:right}.m2-chat-form{align-items:center;border-top:1px solid #45331d;display:grid;gap:8px;grid-template-columns:42px minmax(0,1fr) auto;padding:12px}.m2-chat-input{background:#1a1410;border:1px solid #574225;border-radius:9px;color:#fff;font:inherit;min-width:0;padding:11px}.m2-chat-attach{align-items:center;background:#1a1410;border:1px solid #574225;border-radius:9px;color:#d8bd80;display:flex;height:42px;justify-content:center}.m2-chat-attach.has-file{background:#2a2118;border-color:#d3a55a;color:#fff0bd}.m2-chat-file{display:none}.m2-chat-attach svg{height:21px;width:21px}.m2-chat-send{background:#b1853e;border:0;border-radius:9px;color:#1a1007;font-size:19px;font-weight:bold;height:42px;padding:0 15px}.m2-chat-selected-file{align-items:center;background:#211812;border:1px solid rgba(211,165,90,.6);border-radius:8px;color:#fff0bd;display:none;font-size:12px;font-weight:700;gap:8px;grid-column:1/-1;min-width:0;padding:8px 10px}.m2-chat-selected-file.show{display:flex}.m2-chat-selected-file span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m2-chat-clear-file{background:transparent;border:0;color:#e9c982;font-size:18px;line-height:1;margin-left:auto;padding:0 4px}.m2-chat-image-wrap{display:block}.m2-chat-image-wrap a{display:block}.m2-chat-image-wrap img{border:1px solid rgba(240,207,125,.28);border-radius:8px;display:block;max-height:220px;max-width:100%;object-fit:contain}.m2-chat-caption{display:block;margin-top:7px}.m2-chat-error{color:#e89182;font-size:11px;padding:0 14px 8px}.m2-social-msg{max-width:94%;width:100%}.m2-social-intro{color:#f0dfbd;display:block;font-size:13px;margin-bottom:10px}.m2-social-grid{display:grid;gap:8px;grid-template-columns:1fr}.m2-social-card{align-items:center;background:rgba(255,255,255,.035);border:1px solid rgba(222,184,98,.2);border-radius:8px;color:#f5ead5!important;display:flex;gap:10px;min-height:58px;padding:9px 10px;text-decoration:none;transition:.18s ease}.m2-social-card:hover{background:rgba(222,184,98,.12);border-color:rgba(222,184,98,.5);transform:translateY(-1px)}.m2-social-icon{align-items:center;border-radius:50%;color:#fff;display:flex;flex:0 0 auto;height:34px;justify-content:center;width:34px}.m2-social-icon svg{display:block;fill:currentColor;height:19px;width:19px}.m2-social-card strong{color:#fff4d6;display:block;font-size:13px;line-height:1.15;text-transform:uppercase}.m2-social-card small{color:#baa98d;display:block;font-size:11px;line-height:1.3;margin-top:3px}.m2-social-instagram .m2-social-icon{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.m2-social-whatsapp .m2-social-icon{background:#20b95a}.m2-social-telegram .m2-social-icon{background:#229ed9}.m2-social-discord .m2-social-icon{background:#5865f2}.m2-social-youtube .m2-social-icon{background:#e62117}.m2-social-tiktok .m2-social-icon{background:#080808;box-shadow:inset 2px 0 #20f3ef,inset -2px 0 #ff295c}@media(max-width:520px){.m2-chat{bottom:10px;left:10px;right:10px}.m2-chat-button{margin-left:auto}.m2-chat-panel{bottom:72px;height:min(620px,calc(100dvh - 92px));width:100%}.m2-chat-form{grid-template-columns:44px minmax(0,1fr) 54px;padding:10px}.m2-chat-input{font-size:16px;min-height:54px}.m2-chat-attach,.m2-chat-send{height:54px}.m2-social-msg{max-width:100%}.m2-social-card{min-height:56px}.m2-social-card strong{font-size:12px}.m2-social-card small{font-size:10px}}
.m2-social-facebook .m2-social-icon{background:#1877f2}
.m2-chat-msg.deleted{opacity:.72}
.m2-chat-msg.deleted span{font-style:italic}
