#mwzd-global-tooltip{position:absolute;display:none;max-width:min(280px, 90vw);padding:10px 14px;background:#0f172a;color:#f8fafc;font-size:13px;font-weight:400;line-height:1.5;border-radius:6px;z-index:999999;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);word-break:break-word;overflow-wrap:break-word;pointer-events:none;transition:opacity 0.2s ease;opacity:0;left:0;top:0;}
.mwzd-glossary-tooltip::after, .mwzd-glossary-tooltip::before{display:none !important;content:none !important;}
.mwzd-glossary-tooltip{position:static !important;display:inline !important;white-space:normal !important;word-break:break-word !important;border-bottom:1px dashed #6366f1;color:#0f172a;cursor:pointer;font-weight:500;transition:all 0.2s ease;touch-action:manipulation;}
.mwzd-glossary-tooltip:hover{color:#CC0000;border-bottom-color:#CC0000;border-bottom-style:solid;}
.mwzd-glossary-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.6);z-index:999998;opacity:0;visibility:hidden;transition:all 0.4s cubic-bezier(0.16, 1, 0.3, 1);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}
.mwzd-glossary-overlay.active{opacity:1;visibility:visible;}
#mwzd-mobile-bottom-sheet{width:100% !important;max-width:100% !important;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);background:#ffffff;z-index:999999;border-radius:20px 20px 0 0;padding:24px 20px 32px 20px;box-sizing:border-box;transition:transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);box-shadow:0 -10px 25px rgba(0,0,0,0.1);}
#mwzd-mobile-bottom-sheet.active{transform:translateY(0);}
.mwzd-sheet-drag-handle{width:40px;height:4px;background:#cbd5e1;border-radius:2px;margin:0 auto 16px auto;}
.mwzd-sheet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;}
.mwzd-sheet-title{font-size:18px;font-weight:700;color:#0f172a;margin:0;}
.mwzd-sheet-close{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;font-size:16px;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s;}
.mwzd-sheet-close:active{background:#e2e8f0;}
.mwzd-sheet-content { font-size: 15px; color: #334155; line-height: 1.6; word-break: break-word; overflow-wrap: break-word; margin: 0; }