*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{font-family:system-ui,-apple-system,sans-serif}.mm-wrap{position:relative;width:100%;height:100vh;background:#fbf9f4;overflow:hidden}.mm-stage{width:100%;height:100%;display:block;touch-action:none;cursor:-webkit-grab;cursor:grab;-moz-user-select:none;user-select:none;-webkit-user-select:none}.mm-stage:active{cursor:-webkit-grabbing;cursor:grabbing}.mm-label{font-weight:700;paint-order:stroke;stroke:#fbf9f4;stroke-width:4px;stroke-linejoin:round;cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mm-toolbar{position:absolute;top:12px;left:12px;display:flex;gap:6px;z-index:10}.mm-toolbar button{background:#fff;border:1px solid #e3ddd0;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600;color:#5a554c;cursor:pointer}.mm-toolbar button:hover{background:#f3efe6}.mm-topbar{position:fixed;top:12px;right:12px;z-index:10;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.92);border:1px solid #ece6da;border-radius:12px;padding:7px 14px;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:13px}.mm-topbar .mm-back{color:#2B7A3D;text-decoration:none;font-weight:600}.mm-topbar .mm-title{font-weight:700;color:#33312e}.mm-topbar .mm-save{color:#9a948a;font-size:12px}.mm-topbar button{background:#2B7A3D;color:#fff;border:0;border-radius:8px;padding:6px 10px;font-size:12.5px;font-weight:600;cursor:pointer}.mm-edit{position:fixed;z-index:20;border:2px solid #2b7a3d;border-radius:8px;padding:4px 8px;font:700 16px system-ui,sans-serif;outline:none;background:#fff;min-width:90px}.mm-hint{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:10;background:rgba(255,255,255,.9);border:1px solid #ece6da;border-radius:999px;padding:6px 14px;font-size:12px;color:#7a7468;box-shadow:0 2px 8px rgba(0,0,0,.06);white-space:nowrap;max-width:96vw;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.mm-outline{position:absolute;top:60px;left:12px;z-index:11}.mm-outline-toggle{background:#fff;border:1px solid #e3ddd0;border-radius:10px;padding:7px 12px;font-size:13px;font-weight:600;color:#5a554c;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.06)}.mm-outline-toggle:hover{background:#f3efe6}.mm-outline-list{list-style:none;margin:6px 0 0;padding:6px;background:#fff;border:1px solid #ece6da;border-radius:10px;max-height:72vh;min-width:200px;max-width:300px;overflow:auto;box-shadow:0 4px 14px rgba(0,0,0,.1)}.mm-outline-list li:hover{background:#f3efe6}.mm-topbar button:disabled{opacity:.4;cursor:default}.mm-chat{position:absolute;top:60px;right:12px;z-index:12;display:flex;flex-direction:column;align-items:flex-end}.mm-chat-toggle{background:#2B7A3D;color:#fff;border:0;border-radius:10px;padding:7px 14px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.12)}.mm-chat-box{margin-top:6px;width:320px;max-width:86vw;background:#fff;border:1px solid #ece6da;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.14);overflow:hidden}.mm-chat-box,.mm-chat-msgs{display:flex;flex-direction:column}.mm-chat-msgs{gap:8px;padding:12px;max-height:56vh;overflow-y:auto}.mm-chat-msg{padding:8px 11px;border-radius:12px;font-size:13px;line-height:1.35;max-width:85%;white-space:pre-wrap}.mm-chat-msg.user{align-self:flex-end;background:#2B7A3D;color:#fff;border-bottom-right-radius:4px}.mm-chat-msg.bot{align-self:flex-start;background:#f2faf3;color:#33312e;border-bottom-left-radius:4px}.mm-chat-input{display:flex;gap:6px;padding:8px;border-top:1px solid #eee}.mm-chat-input input{flex:1 1;padding:8px 10px;border:1px solid #d9d3c7;border-radius:8px;font-size:13px}.mm-chat-input button{background:#2B7A3D;color:#fff;border:0;border-radius:8px;padding:0 12px;font-size:15px;cursor:pointer}.mm-chat-input button:disabled{opacity:.4;cursor:default}.mm-share{position:relative;display:inline-block}.mm-share-pop{position:absolute;top:calc(100% + 6px);right:0;width:280px;background:#fff;border:1px solid #ece6da;border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,.14);padding:12px;z-index:20;display:flex;flex-direction:column;gap:8px}.mm-share-label{font-size:12px;color:#5a554c;line-height:1.35}.mm-share-row{display:flex;gap:6px}.mm-share-row input{flex:1 1;padding:6px 8px;border:1px solid #d9d3c7;border-radius:6px;font-size:12px}.mm-share-pop button{background:#2B7A3D;color:#fff;border:0;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer}.mm-share-off{background:#b23!important}.mm-share-open{font-size:12px;color:#2B7A3D;text-decoration:none}.mm-public-bar{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #e3ddd0;border-radius:999px;padding:6px 16px;box-shadow:0 2px 10px rgba(0,0,0,.08);font-size:13px}.mm-public-title{font-weight:700;color:#33312e}.mm-public-brand{color:#2B7A3D;font-weight:600}